Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigquery/admin/v2): generate library #1540

Merged
merged 7 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ extend-ignore-re = [
"VerticaDialect",
"\\W[Vv]ertica\\W",
"vertica_dialect",
# src/generated/cloud/bigquery/v2 uses `ALS` which is a false positive typo
# for `ALSO`
"weighted-ALS",
"weighted-als",
# src/generated/cloud/config/v1 has false positives on a product name.
"HashiCorp",
# src/generated/cloud/dialogflow/v2 has some typos, ignoring "whe" everywhere
Expand Down
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ members = [
"src/generated/cloud/bigquery/datatransfer/v1",
"src/generated/cloud/bigquery/migration/v2",
"src/generated/cloud/bigquery/reservation/v1",
"src/generated/cloud/bigquery/v2",
"src/generated/cloud/billing/v1",
"src/generated/cloud/binaryauthorization/v1",
"src/generated/cloud/certificatemanager/v1",
Expand Down
11 changes: 11 additions & 0 deletions src/generated/cloud/bigquery/v2/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"api_id": "bigquery.googleapis.com",
"api_shortname": "bigquery",
"client_documentation": "https://docs.rs/google-cloud-bigquery-v2/latest",
"distribution_name": "google-cloud-rust",
"language": "rust",
"library_type": "GAPIC_AUTO",
"name_pretty": "BigQuery API",
"release_level": "preview",
"repo": "googleapis/google-cloud-rust"
}
35 changes: 35 additions & 0 deletions src/generated/cloud/bigquery/v2/.sidekick.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

[general]
specification-source = 'google/cloud/bigquery/v2'
service-config = 'google/cloud/bigquery/v2/bigquery_v2.yaml'

[source]
exclude-list = """\
data_format_options.proto,\
job_config.proto,\
job_creation_reason.proto,\
job_reference.proto,\
job_stats.proto,\
job_status.proto,\
job.proto,
query_parameter.proto,\
session_info.proto,\
"""

[codec]
copyright-year = '2025'
package-name-override = 'google-cloud-bigquery-v2'
not-for-publication = 'true'
42 changes: 42 additions & 0 deletions src/generated/cloud/bigquery/v2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Code generated by sidekick. DO NOT EDIT.

[package]
name = "google-cloud-bigquery-v2"
version = "0.2.0"
description = "Google Cloud Client Libraries for Rust - BigQuery API"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
publish = false

[dependencies]
async-trait = { version = "0.1" }
bytes = { version = "1", features = ["serde"] }
gax = { version = "0.21", path = "../../../../../src/gax", package = "google-cloud-gax", features = ["unstable-sdk-client"] }
gaxi = { version = "0.1", path = "../../../../../src/gax-internal", package = "google-cloud-gax-internal", features = ["_internal_http_client"] }
gtype = { version = "0.2", path = "../../../../../src/generated/type", package = "google-cloud-type" }
lazy_static = { version = "1" }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["serde_derive"] }
serde_json = { version = "1" }
serde_with = { version = "3", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1" }
wkt = { version = "0.2", path = "../../../../../src/wkt", package = "google-cloud-wkt" }
25 changes: 25 additions & 0 deletions src/generated/cloud/bigquery/v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Google Cloud Client Libraries for Rust - BigQuery API

<!-- Code generated by sidekick. DO NOT EDIT. -->

**WARNING:** this crate is under active development. We expect multiple breaking
changes in the upcoming releases. Testing is also incomplete, we do **not**
recommend that you use this crate in production. We welcome feedback about the
APIs, documentation, missing features, bugs, etc.

A data platform for customers to create, manage, share and query data.

## Quickstart

The main types to work with this crate are the clients:

* [DatasetService](https://docs.rs/google-cloud-bigquery-v2/latest/google_cloud_bigquery_v2/client/struct.DatasetService.html)
* [ModelService](https://docs.rs/google-cloud-bigquery-v2/latest/google_cloud_bigquery_v2/client/struct.ModelService.html)
* [ProjectService](https://docs.rs/google-cloud-bigquery-v2/latest/google_cloud_bigquery_v2/client/struct.ProjectService.html)
* [RoutineService](https://docs.rs/google-cloud-bigquery-v2/latest/google_cloud_bigquery_v2/client/struct.RoutineService.html)
* [RowAccessPolicyService](https://docs.rs/google-cloud-bigquery-v2/latest/google_cloud_bigquery_v2/client/struct.RowAccessPolicyService.html)
* [TableService](https://docs.rs/google-cloud-bigquery-v2/latest/google_cloud_bigquery_v2/client/struct.TableService.html)

## More Information

* Read the [crate's documentation](https://docs.rs/google-cloud-bigquery-v2/latest/google-cloud-bigquery-v2)
Loading
Loading