public static class CryptoKeyVersionName.Builder extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
CryptoKeyVersionName |
build() |
String |
getCryptoKey() |
String |
getCryptoKeyVersion() |
String |
getKeyRing() |
String |
getLocation() |
String |
getProject() |
CryptoKeyVersionName.Builder |
setCryptoKey(String cryptoKey) |
CryptoKeyVersionName.Builder |
setCryptoKeyVersion(String cryptoKeyVersion) |
CryptoKeyVersionName.Builder |
setKeyRing(String keyRing) |
CryptoKeyVersionName.Builder |
setLocation(String location) |
CryptoKeyVersionName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getKeyRing()
public String getCryptoKey()
public String getCryptoKeyVersion()
public CryptoKeyVersionName.Builder setProject(String project)
public CryptoKeyVersionName.Builder setLocation(String location)
public CryptoKeyVersionName.Builder setKeyRing(String keyRing)
public CryptoKeyVersionName.Builder setCryptoKey(String cryptoKey)
public CryptoKeyVersionName.Builder setCryptoKeyVersion(String cryptoKeyVersion)
public CryptoKeyVersionName build()
Copyright © 2022 Google LLC. All rights reserved.