public final class AllAtOnceStrategyInfo extends GeneratedMessage implements AllAtOnceStrategyInfoOrBuilderAllAtOnceStrategyInfo represents the status of execution of AllAtOnce rollout strategy.
Protobuf type google.cloud.configdelivery.v1.AllAtOnceStrategyInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AllAtOnceStrategyInfoImplements
AllAtOnceStrategyInfoOrBuilderStatic Fields
CLUSTERS_FIELD_NUMBER
public static final int CLUSTERS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AllAtOnceStrategyInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AllAtOnceStrategyInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo.Builder |
|
newBuilder(AllAtOnceStrategyInfo prototype)
public static AllAtOnceStrategyInfo.Builder newBuilder(AllAtOnceStrategyInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AllAtOnceStrategyInfo |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static AllAtOnceStrategyInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AllAtOnceStrategyInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AllAtOnceStrategyInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AllAtOnceStrategyInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AllAtOnceStrategyInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllAtOnceStrategyInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AllAtOnceStrategyInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AllAtOnceStrategyInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AllAtOnceStrategyInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AllAtOnceStrategyInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AllAtOnceStrategyInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AllAtOnceStrategyInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AllAtOnceStrategyInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AllAtOnceStrategyInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getClusters(int index)
public ClusterInfo getClusters(int index)Unordered list. resource bundle's deployment status for all targeted clusters.
repeated .google.cloud.configdelivery.v1.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClusterInfo |
|
getClustersCount()
public int getClustersCount()Unordered list. resource bundle's deployment status for all targeted clusters.
repeated .google.cloud.configdelivery.v1.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.v1.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.v1.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.v1.ClusterInfo clusters = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.configdelivery.v1.ClusterInfoOrBuilder> |
|
getDefaultInstanceForType()
public AllAtOnceStrategyInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo |
|
getParserForType()
public Parser<AllAtOnceStrategyInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AllAtOnceStrategyInfo> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public AllAtOnceStrategyInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AllAtOnceStrategyInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo.Builder |
|
toBuilder()
public AllAtOnceStrategyInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AllAtOnceStrategyInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|