public interface SecretOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSecretVersion()
public abstract String getSecretVersion() Required. The resource name of the secret version in the format,
format as: projects/*/secrets/*/versions/*.
string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The secretVersion. |
getSecretVersionBytes()
public abstract ByteString getSecretVersionBytes() Required. The resource name of the secret version in the format,
format as: projects/*/secrets/*/versions/*.
string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for secretVersion. |