diff --git a/foundation/gax/Cargo.toml b/foundation/gax/Cargo.toml index c4611648..6c50b94f 100644 --- a/foundation/gax/Cargo.toml +++ b/foundation/gax/Cargo.toml @@ -12,7 +12,7 @@ description = "Google Cloud Platform gRPC retry library." [dependencies] tracing = "0.1" tokio = { version = "1.32", features = ["macros"] } -tonic = { version = "0.10", features = ["prost", "tls-webpki-roots"] } +tonic = { version = "0.11", features = ["prost", "tls-webpki-roots"] } thiserror = "1.0" tower = { version = "0.4", features = ["filter"] } http = "0.2" diff --git a/foundation/longrunning/Cargo.toml b/foundation/longrunning/Cargo.toml index ce7ae152..73152253 100644 --- a/foundation/longrunning/Cargo.toml +++ b/foundation/longrunning/Cargo.toml @@ -12,5 +12,5 @@ description = "Google Cloud Platform longrunning library." [dependencies] google-cloud-googleapis = { version = "0.13.0", path = "../../googleapis" } google-cloud-gax = { version = "0.17.0", path = "../gax" } -tonic = { version = "0.10", features = ["tls", "prost"] } +tonic = { version = "0.11", features = ["tls", "prost"] } prost = "0.12" diff --git a/googleapis/Cargo.toml b/googleapis/Cargo.toml index 68abd8bf..37263733 100644 --- a/googleapis/Cargo.toml +++ b/googleapis/Cargo.toml @@ -12,12 +12,12 @@ description = "Google Cloud Platform rust client." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tonic = { version = "0.10", features = ["tls", "prost", "gzip"] } +tonic = { version = "0.11", features = ["tls", "prost", "gzip"] } prost = "0.12" prost-types = "0.12" [build-dependencies] -tonic-build = { version = "0.10", optional = true } +tonic-build = { version = "0.11", optional = true } prost-build = { version = "0.12", optional = true } [features] diff --git a/googleapis/src/bytes/google.api.rs b/googleapis/src/bytes/google.api.rs index 223adc43..9759f4c8 100644 --- a/googleapis/src/bytes/google.api.rs +++ b/googleapis/src/bytes/google.api.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Defines the HTTP configuration for an API service. It contains a list of /// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method /// to one or more HTTP REST API methods. diff --git a/googleapis/src/bytes/google.cloud.bigquery.storage.v1.rs b/googleapis/src/bytes/google.cloud.bigquery.storage.v1.rs index cf07085a..4295cbbd 100644 --- a/googleapis/src/bytes/google.cloud.bigquery.storage.v1.rs +++ b/googleapis/src/bytes/google.cloud.bigquery.storage.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Arrow schema as specified in /// /// and serialized to bytes using IPC: diff --git a/googleapis/src/bytes/google.devtools.artifactregistry.v1.rs b/googleapis/src/bytes/google.devtools.artifactregistry.v1.rs index 3c5bc933..c1d6941d 100644 --- a/googleapis/src/bytes/google.devtools.artifactregistry.v1.rs +++ b/googleapis/src/bytes/google.devtools.artifactregistry.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// DockerImage represents a docker artifact. /// The following fields are returned as untyped metadata in the Version /// resource, using camelcase keys (i.e. metadata.imageSizeBytes): diff --git a/googleapis/src/bytes/google.iam.v1.rs b/googleapis/src/bytes/google.iam.v1.rs index 4faec89e..92d20ad5 100644 --- a/googleapis/src/bytes/google.iam.v1.rs +++ b/googleapis/src/bytes/google.iam.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Encapsulates settings provided to GetIamPolicy. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/bytes/google.longrunning.rs b/googleapis/src/bytes/google.longrunning.rs index dba040a0..4ede41fe 100644 --- a/googleapis/src/bytes/google.longrunning.rs +++ b/googleapis/src/bytes/google.longrunning.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// This resource represents a long-running operation that is the result of a /// network API call. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/googleapis/src/bytes/google.pubsub.v1.rs b/googleapis/src/bytes/google.pubsub.v1.rs index 795509d8..703c7fd8 100644 --- a/googleapis/src/bytes/google.pubsub.v1.rs +++ b/googleapis/src/bytes/google.pubsub.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// A schema resource. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/bytes/google.r#type.rs b/googleapis/src/bytes/google.r#type.rs index 4130a74a..ab630757 100644 --- a/googleapis/src/bytes/google.r#type.rs +++ b/googleapis/src/bytes/google.r#type.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Represents a textual expression in the Common Expression Language (CEL) /// syntax. CEL is a C-like expression language. The syntax and semantics of CEL /// are documented at diff --git a/googleapis/src/bytes/google.rpc.rs b/googleapis/src/bytes/google.rpc.rs index 59814b06..3c6f5f40 100644 --- a/googleapis/src/bytes/google.rpc.rs +++ b/googleapis/src/bytes/google.rpc.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// The `Status` type defines a logical error model that is suitable for /// different programming environments, including REST APIs and RPC APIs. It is /// used by [gRPC](). Each `Status` message contains diff --git a/googleapis/src/bytes/google.spanner.admin.database.v1.rs b/googleapis/src/bytes/google.spanner.admin.database.v1.rs index ee6d85f7..4e0c0c5e 100644 --- a/googleapis/src/bytes/google.spanner.admin.database.v1.rs +++ b/googleapis/src/bytes/google.spanner.admin.database.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Encapsulates progress related information for a Cloud Spanner long /// running operation. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/googleapis/src/bytes/google.spanner.admin.instance.v1.rs b/googleapis/src/bytes/google.spanner.admin.instance.v1.rs index b223a24d..1da1d2b9 100644 --- a/googleapis/src/bytes/google.spanner.admin.instance.v1.rs +++ b/googleapis/src/bytes/google.spanner.admin.instance.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Encapsulates progress related information for a Cloud Spanner long /// running instance operations. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/googleapis/src/bytes/google.spanner.v1.rs b/googleapis/src/bytes/google.spanner.v1.rs index 706fa1d0..2ed75a07 100644 --- a/googleapis/src/bytes/google.spanner.v1.rs +++ b/googleapis/src/bytes/google.spanner.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// The response for [Commit][google.spanner.v1.Spanner.Commit]. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/bytes/google.storage.v2.rs b/googleapis/src/bytes/google.storage.v2.rs index 79b802b1..1343243f 100644 --- a/googleapis/src/bytes/google.storage.v2.rs +++ b/googleapis/src/bytes/google.storage.v2.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Request message for DeleteBucket. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/google.api.rs b/googleapis/src/google.api.rs index 223adc43..9759f4c8 100644 --- a/googleapis/src/google.api.rs +++ b/googleapis/src/google.api.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Defines the HTTP configuration for an API service. It contains a list of /// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method /// to one or more HTTP REST API methods. diff --git a/googleapis/src/google.cloud.bigquery.storage.v1.rs b/googleapis/src/google.cloud.bigquery.storage.v1.rs index 57bbe3c5..c006ab27 100644 --- a/googleapis/src/google.cloud.bigquery.storage.v1.rs +++ b/googleapis/src/google.cloud.bigquery.storage.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Arrow schema as specified in /// /// and serialized to bytes using IPC: diff --git a/googleapis/src/google.devtools.artifactregistry.v1.rs b/googleapis/src/google.devtools.artifactregistry.v1.rs index b79ec575..afe8af56 100644 --- a/googleapis/src/google.devtools.artifactregistry.v1.rs +++ b/googleapis/src/google.devtools.artifactregistry.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// DockerImage represents a docker artifact. /// The following fields are returned as untyped metadata in the Version /// resource, using camelcase keys (i.e. metadata.imageSizeBytes): diff --git a/googleapis/src/google.iam.v1.rs b/googleapis/src/google.iam.v1.rs index 8e573f3e..400858f5 100644 --- a/googleapis/src/google.iam.v1.rs +++ b/googleapis/src/google.iam.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Encapsulates settings provided to GetIamPolicy. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/google.longrunning.rs b/googleapis/src/google.longrunning.rs index b372f3e5..cce443aa 100644 --- a/googleapis/src/google.longrunning.rs +++ b/googleapis/src/google.longrunning.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// This resource represents a long-running operation that is the result of a /// network API call. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/googleapis/src/google.pubsub.v1.rs b/googleapis/src/google.pubsub.v1.rs index a698194d..bb964265 100644 --- a/googleapis/src/google.pubsub.v1.rs +++ b/googleapis/src/google.pubsub.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// A schema resource. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/google.r#type.rs b/googleapis/src/google.r#type.rs index 4130a74a..ab630757 100644 --- a/googleapis/src/google.r#type.rs +++ b/googleapis/src/google.r#type.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Represents a textual expression in the Common Expression Language (CEL) /// syntax. CEL is a C-like expression language. The syntax and semantics of CEL /// are documented at diff --git a/googleapis/src/google.rpc.rs b/googleapis/src/google.rpc.rs index 59814b06..3c6f5f40 100644 --- a/googleapis/src/google.rpc.rs +++ b/googleapis/src/google.rpc.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// The `Status` type defines a logical error model that is suitable for /// different programming environments, including REST APIs and RPC APIs. It is /// used by [gRPC](). Each `Status` message contains diff --git a/googleapis/src/google.spanner.admin.database.v1.rs b/googleapis/src/google.spanner.admin.database.v1.rs index 1a454a70..95c59af2 100644 --- a/googleapis/src/google.spanner.admin.database.v1.rs +++ b/googleapis/src/google.spanner.admin.database.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Encapsulates progress related information for a Cloud Spanner long /// running operation. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/googleapis/src/google.spanner.admin.instance.v1.rs b/googleapis/src/google.spanner.admin.instance.v1.rs index 888f812c..af8a7212 100644 --- a/googleapis/src/google.spanner.admin.instance.v1.rs +++ b/googleapis/src/google.spanner.admin.instance.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Encapsulates progress related information for a Cloud Spanner long /// running instance operations. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/googleapis/src/google.spanner.v1.rs b/googleapis/src/google.spanner.v1.rs index d76b52e6..34be29e6 100644 --- a/googleapis/src/google.spanner.v1.rs +++ b/googleapis/src/google.spanner.v1.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// The response for [Commit][google.spanner.v1.Spanner.Commit]. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/googleapis/src/google.storage.v2.rs b/googleapis/src/google.storage.v2.rs index 040e6125..f21f30c7 100644 --- a/googleapis/src/google.storage.v2.rs +++ b/googleapis/src/google.storage.v2.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// Request message for DeleteBucket. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)]