public static final class ReplicationStatus.Builder extends GeneratedMessageV3.Builder<ReplicationStatus.Builder> implements ReplicationStatusOrBuilder
The replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].Protobuf type
google.cloud.secretmanager.v1.ReplicationStatus
Modifier and Type | Method and Description |
---|---|
ReplicationStatus.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
ReplicationStatus |
build() |
ReplicationStatus |
buildPartial() |
ReplicationStatus.Builder |
clear() |
ReplicationStatus.Builder |
clearAutomatic()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.Builder |
clearField(Descriptors.FieldDescriptor field) |
ReplicationStatus.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ReplicationStatus.Builder |
clearReplicationStatus() |
ReplicationStatus.Builder |
clearUserManaged()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
ReplicationStatus.Builder |
clone() |
ReplicationStatus.AutomaticStatus |
getAutomatic()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.AutomaticStatus.Builder |
getAutomaticBuilder()
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 |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
ReplicationStatus.ReplicationStatusCase |
getReplicationStatusCase() |
ReplicationStatus.UserManagedStatus |
getUserManaged()
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
ReplicationStatus.UserManagedStatus.Builder |
getUserManagedBuilder()
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.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReplicationStatus.Builder |
mergeAutomatic(ReplicationStatus.AutomaticStatus value)
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ReplicationStatus.Builder |
mergeFrom(Message other) |
ReplicationStatus.Builder |
mergeFrom(ReplicationStatus other) |
ReplicationStatus.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ReplicationStatus.Builder |
mergeUserManaged(ReplicationStatus.UserManagedStatus value)
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
ReplicationStatus.Builder |
setAutomatic(ReplicationStatus.AutomaticStatus.Builder builderForValue)
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.Builder |
setAutomatic(ReplicationStatus.AutomaticStatus value)
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
automatic replication.
|
ReplicationStatus.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
ReplicationStatus.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
ReplicationStatus.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
ReplicationStatus.Builder |
setUserManaged(ReplicationStatus.UserManagedStatus.Builder builderForValue)
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
ReplicationStatus.Builder |
setUserManaged(ReplicationStatus.UserManagedStatus value)
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
user-managed replication.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ReplicationStatus build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ReplicationStatus buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ReplicationStatus.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder mergeFrom(ReplicationStatus other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public ReplicationStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ReplicationStatus.Builder>
IOException
public ReplicationStatus.ReplicationStatusCase getReplicationStatusCase()
getReplicationStatusCase
in interface ReplicationStatusOrBuilder
public ReplicationStatus.Builder clearReplicationStatus()
public 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;
hasAutomatic
in interface ReplicationStatusOrBuilder
public 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;
getAutomatic
in interface ReplicationStatusOrBuilder
public ReplicationStatus.Builder setAutomatic(ReplicationStatus.AutomaticStatus value)
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;
public ReplicationStatus.Builder setAutomatic(ReplicationStatus.AutomaticStatus.Builder builderForValue)
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;
public ReplicationStatus.Builder mergeAutomatic(ReplicationStatus.AutomaticStatus value)
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;
public ReplicationStatus.Builder clearAutomatic()
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;
public ReplicationStatus.AutomaticStatus.Builder getAutomaticBuilder()
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;
public 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;
getAutomaticOrBuilder
in interface ReplicationStatusOrBuilder
public 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;
hasUserManaged
in interface ReplicationStatusOrBuilder
public 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;
getUserManaged
in interface ReplicationStatusOrBuilder
public ReplicationStatus.Builder setUserManaged(ReplicationStatus.UserManagedStatus value)
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;
public ReplicationStatus.Builder setUserManaged(ReplicationStatus.UserManagedStatus.Builder builderForValue)
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;
public ReplicationStatus.Builder mergeUserManaged(ReplicationStatus.UserManagedStatus value)
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;
public ReplicationStatus.Builder clearUserManaged()
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;
public ReplicationStatus.UserManagedStatus.Builder getUserManagedBuilder()
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;
public 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;
getUserManagedOrBuilder
in interface ReplicationStatusOrBuilder
public final ReplicationStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
public final ReplicationStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ReplicationStatus.Builder>
Copyright © 2022 Google LLC. All rights reserved.