public final class RollingStrategyInfo extends GeneratedMessage implements RollingStrategyInfoOrBuilderRollingStrategyInfo represents the status of execution of Rolling rollout strategy.
Protobuf type google.cloud.configdelivery.v1.RollingStrategyInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RollingStrategyInfoImplements
RollingStrategyInfoOrBuilderStatic Fields
CLUSTERS_FIELD_NUMBER
public static final int CLUSTERS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static RollingStrategyInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static RollingStrategyInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo.Builder |
|
newBuilder(RollingStrategyInfo prototype)
public static RollingStrategyInfo.Builder newBuilder(RollingStrategyInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
RollingStrategyInfo |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static RollingStrategyInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RollingStrategyInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static RollingStrategyInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RollingStrategyInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static RollingStrategyInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RollingStrategyInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static RollingStrategyInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RollingStrategyInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static RollingStrategyInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RollingStrategyInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static RollingStrategyInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RollingStrategyInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<RollingStrategyInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<RollingStrategyInfo> |
|
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 RollingStrategyInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo |
|
getParserForType()
public Parser<RollingStrategyInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<RollingStrategyInfo> |
|
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 RollingStrategyInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RollingStrategyInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo.Builder |
|
toBuilder()
public RollingStrategyInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
RollingStrategyInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|