Skip to content
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: 2 additions & 2 deletions artifact-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-artifact-registry"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/artifact-registry"
Expand All @@ -16,7 +16,7 @@ doctest = false
[dependencies]
token-source = "1.0"
google-cloud-auth = { package = "gcloud-auth", optional = true, version = "1.1.0", path="../foundation/auth", default-features=false }
google-cloud-googleapis = { package = "gcloud-googleapis", version="1.1.0", path = "../googleapis", features=["artifact-registry"]}
google-cloud-googleapis = { package = "gcloud-googleapis", version="1.2.0", path = "../googleapis", features=["artifact-registry"]}
google-cloud-gax = { package = "gcloud-gax", version = "1.2.0", path = "../foundation/gax"}
google-cloud-longrunning = { package = "gcloud-longrunning", version = "1.2.0", path = "../foundation/longrunning" }
tracing = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions bigquery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-bigquery"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
Expand All @@ -16,7 +16,7 @@ doctest = false
[dependencies]
async-trait = "0.1"
token-source = "1.0"
google-cloud-googleapis = { package = "gcloud-googleapis", version="1.1.0", path = "../googleapis", features=["bigquery"]}
google-cloud-googleapis = { package = "gcloud-googleapis", version="1.2.0", path = "../googleapis", features=["bigquery"]}
google-cloud-gax = { package = "gcloud-gax", version = "1.2.0", path = "../foundation/gax"}
thiserror = "1.0"
tracing = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions foundation/longrunning/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-longrunning"
version = "1.2.0"
version = "1.2.1"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/longrunning"
Expand All @@ -13,7 +13,7 @@ description = "Google Cloud Platform longrunning library."
doctest = false

[dependencies]
google-cloud-googleapis = { package = "gcloud-googleapis", version = "1.1.0", path = "../../googleapis" }
google-cloud-googleapis = { package = "gcloud-googleapis", version = "1.2.0", path = "../../googleapis" }
google-cloud-gax = { package = "gcloud-gax", version = "1.2.0", path = "../gax" }
tonic = { version = "0.13", default-features = false }
prost = "0.13"
2 changes: 1 addition & 1 deletion googleapis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-googleapis"
version = "1.1.0"
version = "1.2.0"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/googleapis"
Expand Down
2 changes: 1 addition & 1 deletion googleapis/googleapis
Submodule googleapis updated 1366 files
23 changes: 22 additions & 1 deletion googleapis/src/bytes/google.cloud.kms.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ pub mod crypto_key_version {
/// The suffix following `HMAC_` corresponds to the hash algorithm being used
/// (eg. SHA256).
///
/// Algorithms beginning with `PQ_` are post-quantum.
///
/// For more information, see \[Key purposes and algorithms\]
/// (<https://cloud.google.com/kms/docs/algorithms>).
Expand Down Expand Up @@ -704,7 +705,7 @@ pub mod crypto_key_version {
/// [ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED]
/// state.
Disabled = 2,
/// This version is destroyed, and the key material is no longer stored.
/// The key material of this version is destroyed and no longer stored.
/// This version may only become
/// [ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED]
/// again if this version is
Expand Down Expand Up @@ -1567,6 +1568,10 @@ pub struct ListKeyRingsResponse {
pub next_page_token: ::prost::alloc::string::String,
/// The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched
/// the query.
///
/// This field is not populated if
/// [ListKeyRingsRequest.filter][google.cloud.kms.v1.ListKeyRingsRequest.filter]
/// is applied.
#[prost(int32, tag = "3")]
pub total_size: i32,
}
Expand All @@ -1584,6 +1589,10 @@ pub struct ListCryptoKeysResponse {
pub next_page_token: ::prost::alloc::string::String,
/// The total number of [CryptoKeys][google.cloud.kms.v1.CryptoKey] that
/// matched the query.
///
/// This field is not populated if
/// [ListCryptoKeysRequest.filter][google.cloud.kms.v1.ListCryptoKeysRequest.filter]
/// is applied.
#[prost(int32, tag = "3")]
pub total_size: i32,
}
Expand All @@ -1602,6 +1611,10 @@ pub struct ListCryptoKeyVersionsResponse {
/// The total number of
/// [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] that matched the
/// query.
///
/// This field is not populated if
/// [ListCryptoKeyVersionsRequest.filter][google.cloud.kms.v1.ListCryptoKeyVersionsRequest.filter]
/// is applied.
#[prost(int32, tag = "3")]
pub total_size: i32,
}
Expand All @@ -1619,6 +1632,10 @@ pub struct ListImportJobsResponse {
pub next_page_token: ::prost::alloc::string::String,
/// The total number of [ImportJobs][google.cloud.kms.v1.ImportJob] that
/// matched the query.
///
/// This field is not populated if
/// [ListImportJobsRequest.filter][google.cloud.kms.v1.ListImportJobsRequest.filter]
/// is applied.
#[prost(int32, tag = "3")]
pub total_size: i32,
}
Expand Down Expand Up @@ -4076,6 +4093,10 @@ pub struct ListEkmConnectionsResponse {
pub next_page_token: ::prost::alloc::string::String,
/// The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection]
/// that matched the query.
///
/// This field is not populated if
/// [ListEkmConnectionsRequest.filter][google.cloud.kms.v1.ListEkmConnectionsRequest.filter]
/// is applied.
#[prost(int32, tag = "3")]
pub total_size: i32,
}
Expand Down
Loading
Loading