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 ProtectedResourcesSummaryNameProtectedResourcesSummaryName.Builder. build()ProtectedResourcesSummaryNameProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder. build()static ProtectedResourcesSummaryNameProtectedResourcesSummaryName. of(String project, String location, String keyRing, String cryptoKey)static ProtectedResourcesSummaryNameProtectedResourcesSummaryName. ofProjectLocationKeyRingCryptoKeyCryptoKeyVersionName(String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion)static ProtectedResourcesSummaryNameProtectedResourcesSummaryName. ofProjectLocationKeyRingCryptoKeyName(String project, String location, String keyRing, String cryptoKey)static ProtectedResourcesSummaryNameProtectedResourcesSummaryName. 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 ProtectedResourcesSummaryKeyTrackingServiceClient. 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)
-