public interface ReplicationStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ReplicationStatus.AutomaticStatus |
getAutomatic()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.AutomaticStatusOrBuilder |
getAutomaticOrBuilder()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.ReplicationStatusCase |
getReplicationStatusCase() |
ReplicationStatus.UserManagedStatus |
getUserManaged()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
ReplicationStatus.UserManagedStatusOrBuilder |
getUserManagedOrBuilder()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
boolean |
hasAutomatic()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
boolean |
hasUserManaged()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasAutomatic()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with automatic replication. Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has an automatic replication policy.
.google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;
ReplicationStatus.AutomaticStatus getAutomatic()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with automatic replication. Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has an automatic replication policy.
.google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;
ReplicationStatus.AutomaticStatusOrBuilder getAutomaticOrBuilder()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with automatic replication. Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has an automatic replication policy.
.google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;
boolean hasUserManaged()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with user-managed replication. Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed replication policy.
.google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;
ReplicationStatus.UserManagedStatus getUserManaged()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with user-managed replication. Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed replication policy.
.google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;
ReplicationStatus.UserManagedStatusOrBuilder getUserManagedOrBuilder()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with user-managed replication. Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed replication policy.
.google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;
ReplicationStatus.ReplicationStatusCase getReplicationStatusCase()
Copyright © 2022 Google LLC. All rights reserved.