public final class OutdatedMinorVersionInfo extends GeneratedMessage implements OutdatedMinorVersionInfoOrBuilderInfo associated with outdated minor version.
Protobuf type google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > OutdatedMinorVersionInfoImplements
OutdatedMinorVersionInfoOrBuilderStatic Fields
RECOMMENDED_MINOR_VERSION_FIELD_NUMBER
public static final int RECOMMENDED_MINOR_VERSION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static OutdatedMinorVersionInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static OutdatedMinorVersionInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo.Builder |
|
newBuilder(OutdatedMinorVersionInfo prototype)
public static OutdatedMinorVersionInfo.Builder newBuilder(OutdatedMinorVersionInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
OutdatedMinorVersionInfo |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static OutdatedMinorVersionInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OutdatedMinorVersionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static OutdatedMinorVersionInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OutdatedMinorVersionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static OutdatedMinorVersionInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OutdatedMinorVersionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static OutdatedMinorVersionInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OutdatedMinorVersionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static OutdatedMinorVersionInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OutdatedMinorVersionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static OutdatedMinorVersionInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OutdatedMinorVersionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<OutdatedMinorVersionInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<OutdatedMinorVersionInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public OutdatedMinorVersionInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
getParserForType()
public Parser<OutdatedMinorVersionInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<OutdatedMinorVersionInfo> |
|
getRecommendedMinorVersion()
public String getRecommendedMinorVersion()Recommended minor version of the underlying database engine. Example values: For MySQL, it could be "8.0.35", "5.7.25" etc. For PostgreSQL, it could be "14.4", "15.5" etc.
string recommended_minor_version = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The recommendedMinorVersion. |
getRecommendedMinorVersionBytes()
public ByteString getRecommendedMinorVersionBytes()Recommended minor version of the underlying database engine. Example values: For MySQL, it could be "8.0.35", "5.7.25" etc. For PostgreSQL, it could be "14.4", "15.5" etc.
string recommended_minor_version = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for recommendedMinorVersion. |
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 OutdatedMinorVersionInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected OutdatedMinorVersionInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo.Builder |
|
toBuilder()
public OutdatedMinorVersionInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|