Class ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder
- java.lang.Object
-
- com.google.cloud.kms.inventory.v1.ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder
-
- Enclosing class:
- ProtectedResourcesSummaryName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder extends Object
Builder for projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}/protectedResourcesSummary.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder()
-
Method Summary
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getKeyRing
public String getKeyRing()
-
getCryptoKey
public String getCryptoKey()
-
getCryptoKeyVersion
public String getCryptoKeyVersion()
-
setProject
public ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder setProject(String project)
-
setLocation
public ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder setLocation(String location)
-
setKeyRing
public ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder setKeyRing(String keyRing)
-
setCryptoKey
public ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder setCryptoKey(String cryptoKey)
-
setCryptoKeyVersion
public ProtectedResourcesSummaryName.ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder setCryptoKeyVersion(String cryptoKeyVersion)
-
build
public ProtectedResourcesSummaryName build()
-
-