Class AllAtOnceStrategyInfo.Builder (0.1.0)

public static final class AllAtOnceStrategyInfo.Builder extends GeneratedMessageV3.Builder<AllAtOnceStrategyInfo.Builder> implements AllAtOnceStrategyInfoOrBuilder

AllAtOnceStrategyInfo represents the status of execution of AllAtOnce rollout strategy.

Protobuf type google.cloud.configdelivery.v1beta.AllAtOnceStrategyInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllClusters(Iterable<? extends ClusterInfo> values)

public AllAtOnceStrategyInfo.Builder addAllClusters(Iterable<? extends ClusterInfo> values)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
values Iterable<? extends com.google.cloud.configdelivery.v1beta.ClusterInfo>
Returns
Type Description
AllAtOnceStrategyInfo.Builder

addClusters(ClusterInfo value)

public AllAtOnceStrategyInfo.Builder addClusters(ClusterInfo value)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
value ClusterInfo
Returns
Type Description
AllAtOnceStrategyInfo.Builder

addClusters(ClusterInfo.Builder builderForValue)

public AllAtOnceStrategyInfo.Builder addClusters(ClusterInfo.Builder builderForValue)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
builderForValue ClusterInfo.Builder
Returns
Type Description
AllAtOnceStrategyInfo.Builder

addClusters(int index, ClusterInfo value)

public AllAtOnceStrategyInfo.Builder addClusters(int index, ClusterInfo value)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameters
Name Description
index int
value ClusterInfo
Returns
Type Description
AllAtOnceStrategyInfo.Builder

addClusters(int index, ClusterInfo.Builder builderForValue)

public AllAtOnceStrategyInfo.Builder addClusters(int index, ClusterInfo.Builder builderForValue)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameters
Name Description
index int
builderForValue ClusterInfo.Builder
Returns
Type Description
AllAtOnceStrategyInfo.Builder

addClustersBuilder()

public ClusterInfo.Builder addClustersBuilder()

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
ClusterInfo.Builder

addClustersBuilder(int index)

public ClusterInfo.Builder addClustersBuilder(int index)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int
Returns
Type Description
ClusterInfo.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AllAtOnceStrategyInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

build()

public AllAtOnceStrategyInfo build()
Returns
Type Description
AllAtOnceStrategyInfo

buildPartial()

public AllAtOnceStrategyInfo buildPartial()
Returns
Type Description
AllAtOnceStrategyInfo

clear()

public AllAtOnceStrategyInfo.Builder clear()
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

clearClusters()

public AllAtOnceStrategyInfo.Builder clearClusters()

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
AllAtOnceStrategyInfo.Builder

clearField(Descriptors.FieldDescriptor field)

public AllAtOnceStrategyInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AllAtOnceStrategyInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

clone()

public AllAtOnceStrategyInfo.Builder clone()
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

getClusters(int index)

public ClusterInfo getClusters(int index)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int
Returns
Type Description
ClusterInfo

getClustersBuilder(int index)

public ClusterInfo.Builder getClustersBuilder(int index)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int
Returns
Type Description
ClusterInfo.Builder

getClustersBuilderList()

public List<ClusterInfo.Builder> getClustersBuilderList()

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
List<Builder>

getClustersCount()

public int getClustersCount()

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

getClustersList()

public List<ClusterInfo> getClustersList()

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
List<ClusterInfo>

getClustersOrBuilder(int index)

public ClusterInfoOrBuilder getClustersOrBuilder(int index)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int
Returns
Type Description
ClusterInfoOrBuilder

getClustersOrBuilderList()

public List<? extends ClusterInfoOrBuilder> getClustersOrBuilderList()

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
List<? extends com.google.cloud.configdelivery.v1beta.ClusterInfoOrBuilder>

getDefaultInstanceForType()

public AllAtOnceStrategyInfo getDefaultInstanceForType()
Returns
Type Description
AllAtOnceStrategyInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AllAtOnceStrategyInfo other)

public AllAtOnceStrategyInfo.Builder mergeFrom(AllAtOnceStrategyInfo other)
Parameter
Name Description
other AllAtOnceStrategyInfo
Returns
Type Description
AllAtOnceStrategyInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AllAtOnceStrategyInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AllAtOnceStrategyInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AllAtOnceStrategyInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

removeClusters(int index)

public AllAtOnceStrategyInfo.Builder removeClusters(int index)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int
Returns
Type Description
AllAtOnceStrategyInfo.Builder

setClusters(int index, ClusterInfo value)

public AllAtOnceStrategyInfo.Builder setClusters(int index, ClusterInfo value)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameters
Name Description
index int
value ClusterInfo
Returns
Type Description
AllAtOnceStrategyInfo.Builder

setClusters(int index, ClusterInfo.Builder builderForValue)

public AllAtOnceStrategyInfo.Builder setClusters(int index, ClusterInfo.Builder builderForValue)

Unordered list. resource bundle's deployment status for all targeted clusters.

repeated .google.cloud.configdelivery.v1beta.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameters
Name Description
index int
builderForValue ClusterInfo.Builder
Returns
Type Description
AllAtOnceStrategyInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public AllAtOnceStrategyInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AllAtOnceStrategyInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AllAtOnceStrategyInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AllAtOnceStrategyInfo.Builder
Overrides