Class AllAtOnceStrategyInfo.Builder (0.19.0)

public static final class AllAtOnceStrategyInfo.Builder extends GeneratedMessage.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

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

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 GeneratedMessage.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

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