@@ -478,6 +478,7 @@ pub mod crypto_key_version {
478
478
/// The suffix following `HMAC_` corresponds to the hash algorithm being used
479
479
/// (eg. SHA256).
480
480
///
481
+ /// Algorithms beginning with `PQ_` are post-quantum.
481
482
///
482
483
/// For more information, see \[Key purposes and algorithms\]
483
484
/// (<https://cloud.google.com/kms/docs/algorithms>).
@@ -704,7 +705,7 @@ pub mod crypto_key_version {
704
705
/// [ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED]
705
706
/// state.
706
707
Disabled = 2 ,
707
- /// This version is destroyed, and the key material is no longer stored.
708
+ /// The key material of this version is destroyed and no longer stored.
708
709
/// This version may only become
709
710
/// [ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED]
710
711
/// again if this version is
@@ -1567,6 +1568,10 @@ pub struct ListKeyRingsResponse {
1567
1568
pub next_page_token : :: prost:: alloc:: string:: String ,
1568
1569
/// The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched
1569
1570
/// the query.
1571
+ ///
1572
+ /// This field is not populated if
1573
+ /// [ListKeyRingsRequest.filter][google.cloud.kms.v1.ListKeyRingsRequest.filter]
1574
+ /// is applied.
1570
1575
#[ prost( int32, tag = "3" ) ]
1571
1576
pub total_size : i32 ,
1572
1577
}
@@ -1584,6 +1589,10 @@ pub struct ListCryptoKeysResponse {
1584
1589
pub next_page_token : :: prost:: alloc:: string:: String ,
1585
1590
/// The total number of [CryptoKeys][google.cloud.kms.v1.CryptoKey] that
1586
1591
/// matched the query.
1592
+ ///
1593
+ /// This field is not populated if
1594
+ /// [ListCryptoKeysRequest.filter][google.cloud.kms.v1.ListCryptoKeysRequest.filter]
1595
+ /// is applied.
1587
1596
#[ prost( int32, tag = "3" ) ]
1588
1597
pub total_size : i32 ,
1589
1598
}
@@ -1602,6 +1611,10 @@ pub struct ListCryptoKeyVersionsResponse {
1602
1611
/// The total number of
1603
1612
/// [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] that matched the
1604
1613
/// query.
1614
+ ///
1615
+ /// This field is not populated if
1616
+ /// [ListCryptoKeyVersionsRequest.filter][google.cloud.kms.v1.ListCryptoKeyVersionsRequest.filter]
1617
+ /// is applied.
1605
1618
#[ prost( int32, tag = "3" ) ]
1606
1619
pub total_size : i32 ,
1607
1620
}
@@ -1619,6 +1632,10 @@ pub struct ListImportJobsResponse {
1619
1632
pub next_page_token : :: prost:: alloc:: string:: String ,
1620
1633
/// The total number of [ImportJobs][google.cloud.kms.v1.ImportJob] that
1621
1634
/// matched the query.
1635
+ ///
1636
+ /// This field is not populated if
1637
+ /// [ListImportJobsRequest.filter][google.cloud.kms.v1.ListImportJobsRequest.filter]
1638
+ /// is applied.
1622
1639
#[ prost( int32, tag = "3" ) ]
1623
1640
pub total_size : i32 ,
1624
1641
}
@@ -4076,6 +4093,10 @@ pub struct ListEkmConnectionsResponse {
4076
4093
pub next_page_token : :: prost:: alloc:: string:: String ,
4077
4094
/// The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection]
4078
4095
/// that matched the query.
4096
+ ///
4097
+ /// This field is not populated if
4098
+ /// [ListEkmConnectionsRequest.filter][google.cloud.kms.v1.ListEkmConnectionsRequest.filter]
4099
+ /// is applied.
4079
4100
#[ prost( int32, tag = "3" ) ]
4080
4101
pub total_size : i32 ,
4081
4102
}
0 commit comments