public interface AllAtOnceStrategyInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusters(int index)
public abstract 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 |
getClustersCount()
public abstract 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 abstract 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 abstract 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 abstract 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> |