public interface ReplicationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Replication.Automatic |
getAutomatic()
The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
|
Replication.AutomaticOrBuilder |
getAutomaticOrBuilder()
The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
|
Replication.ReplicationCase |
getReplicationCase() |
Replication.UserManaged |
getUserManaged()
The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
|
Replication.UserManagedOrBuilder |
getUserManagedOrBuilder()
The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
|
boolean |
hasAutomatic()
The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
|
boolean |
hasUserManaged()
The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasAutomatic()
The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
.google.cloud.secretmanager.v1.Replication.Automatic automatic = 1;
Replication.Automatic getAutomatic()
The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
.google.cloud.secretmanager.v1.Replication.Automatic automatic = 1;
Replication.AutomaticOrBuilder getAutomaticOrBuilder()
The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
.google.cloud.secretmanager.v1.Replication.Automatic automatic = 1;
boolean hasUserManaged()
The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
.google.cloud.secretmanager.v1.Replication.UserManaged user_managed = 2;
Replication.UserManaged getUserManaged()
The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
.google.cloud.secretmanager.v1.Replication.UserManaged user_managed = 2;
Replication.UserManagedOrBuilder getUserManagedOrBuilder()
The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
.google.cloud.secretmanager.v1.Replication.UserManaged user_managed = 2;
Replication.ReplicationCase getReplicationCase()
Copyright © 2022 Google LLC. All rights reserved.