Uses of Class
com.google.cloud.kms.inventory.v1.ProtectedResourcesSummaryName
-
Packages that use ProtectedResourcesSummaryName Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory API -
-
Uses of ProtectedResourcesSummaryName in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return ProtectedResourcesSummaryName Modifier and Type Method Description ProtectedResourcesSummaryName
ProtectedResourcesSummaryName.Builder. build()
ProtectedResourcesSummaryName
ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder. build()
static ProtectedResourcesSummaryName
ProtectedResourcesSummaryName. of(String project, String location, String keyRing, String cryptoKey)
static ProtectedResourcesSummaryName
ProtectedResourcesSummaryName. ofProjectLocationKeyRingCryptoKeyCryptoKeyVersionName(String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion)
static ProtectedResourcesSummaryName
ProtectedResourcesSummaryName. ofProjectLocationKeyRingCryptoKeyName(String project, String location, String keyRing, String cryptoKey)
static ProtectedResourcesSummaryName
ProtectedResourcesSummaryName. parse(String formattedString)
Methods in com.google.cloud.kms.inventory.v1 that return types with arguments of type ProtectedResourcesSummaryName Modifier and Type Method Description static List<ProtectedResourcesSummaryName>
ProtectedResourcesSummaryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.kms.inventory.v1 with parameters of type ProtectedResourcesSummaryName Modifier and Type Method Description ProtectedResourcesSummary
KeyTrackingServiceClient. getProtectedResourcesSummary(ProtectedResourcesSummaryName name)
Returns aggregate information about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey].Method parameters in com.google.cloud.kms.inventory.v1 with type arguments of type ProtectedResourcesSummaryName Modifier and Type Method Description static List<String>
ProtectedResourcesSummaryName. toStringList(List<ProtectedResourcesSummaryName> values)
-