public static final class Cluster.StateInfo extends GeneratedMessageV3 implements Cluster.StateInfoOrBuilder
Represents additional information about the state of the cluster.
Protobuf type google.cloud.redis.cluster.v1beta1.Cluster.StateInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Cluster.StateInfoImplements
Cluster.StateInfoOrBuilderStatic Fields
UPDATE_INFO_FIELD_NUMBER
public static final int UPDATE_INFO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Cluster.StateInfo getDefaultInstance()
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Cluster.StateInfo.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.Builder |
newBuilder(Cluster.StateInfo prototype)
public static Cluster.StateInfo.Builder newBuilder(Cluster.StateInfo prototype)
Parameter | |
---|---|
Name | Description |
prototype | Cluster.StateInfo |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.Builder |
parseDelimitedFrom(InputStream input)
public static Cluster.StateInfo parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.StateInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Cluster.StateInfo parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Cluster.StateInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Cluster.StateInfo parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Cluster.StateInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Cluster.StateInfo parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.StateInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Cluster.StateInfo parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.StateInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Cluster.StateInfo parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Cluster.StateInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Cluster.StateInfo> parser()
Returns | |
---|---|
Type | Description |
Parser<StateInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Cluster.StateInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Cluster.StateInfo |
getInfoCase()
public Cluster.StateInfo.InfoCase getInfoCase()
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.InfoCase |
getParserForType()
public Parser<Cluster.StateInfo> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<StateInfo> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUpdateInfo()
public Cluster.StateInfo.UpdateInfo getUpdateInfo()
Describes ongoing update on the cluster when cluster state is UPDATING.
.google.cloud.redis.cluster.v1beta1.Cluster.StateInfo.UpdateInfo update_info = 1;
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.UpdateInfo | The updateInfo. |
getUpdateInfoOrBuilder()
public Cluster.StateInfo.UpdateInfoOrBuilder getUpdateInfoOrBuilder()
Describes ongoing update on the cluster when cluster state is UPDATING.
.google.cloud.redis.cluster.v1beta1.Cluster.StateInfo.UpdateInfo update_info = 1;
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.UpdateInfoOrBuilder |
hasUpdateInfo()
public boolean hasUpdateInfo()
Describes ongoing update on the cluster when cluster state is UPDATING.
.google.cloud.redis.cluster.v1beta1.Cluster.StateInfo.UpdateInfo update_info = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the updateInfo field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Cluster.StateInfo.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Cluster.StateInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Cluster.StateInfo.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Cluster.StateInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |