public interface EncryptionUpdateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()Required. Identifier for the encryption option to be updated.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Required. Identifier for the encryption option to be updated.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getSecretManagerKeySource()
public abstract Encryption.SecretManagerSource getSecretManagerKeySource()For keys stored in Google Secret Manager.
.google.cloud.video.livestream.v1.Encryption.SecretManagerSource secret_manager_key_source = 2;
| Returns | |
|---|---|
| Type | Description |
Encryption.SecretManagerSource |
The secretManagerKeySource. |
getSecretManagerKeySourceOrBuilder()
public abstract Encryption.SecretManagerSourceOrBuilder getSecretManagerKeySourceOrBuilder()For keys stored in Google Secret Manager.
.google.cloud.video.livestream.v1.Encryption.SecretManagerSource secret_manager_key_source = 2;
| Returns | |
|---|---|
| Type | Description |
Encryption.SecretManagerSourceOrBuilder |
|
getSecretSourceCase()
public abstract EncryptionUpdate.SecretSourceCase getSecretSourceCase()| Returns | |
|---|---|
| Type | Description |
EncryptionUpdate.SecretSourceCase |
|
hasSecretManagerKeySource()
public abstract boolean hasSecretManagerKeySource()For keys stored in Google Secret Manager.
.google.cloud.video.livestream.v1.Encryption.SecretManagerSource secret_manager_key_source = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the secretManagerKeySource field is set. |