Class AttachedPlatformVersionInfo (0.29.0)

public final class AttachedPlatformVersionInfo extends GeneratedMessageV3 implements AttachedPlatformVersionInfoOrBuilder

Information about a supported Attached Clusters platform version.

Protobuf type google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo

Static Fields

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AttachedPlatformVersionInfo getDefaultInstance()
Returns
TypeDescription
AttachedPlatformVersionInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AttachedPlatformVersionInfo.Builder newBuilder()
Returns
TypeDescription
AttachedPlatformVersionInfo.Builder

newBuilder(AttachedPlatformVersionInfo prototype)

public static AttachedPlatformVersionInfo.Builder newBuilder(AttachedPlatformVersionInfo prototype)
Parameter
NameDescription
prototypeAttachedPlatformVersionInfo
Returns
TypeDescription
AttachedPlatformVersionInfo.Builder

parseDelimitedFrom(InputStream input)

public static AttachedPlatformVersionInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AttachedPlatformVersionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AttachedPlatformVersionInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AttachedPlatformVersionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AttachedPlatformVersionInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AttachedPlatformVersionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AttachedPlatformVersionInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AttachedPlatformVersionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AttachedPlatformVersionInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AttachedPlatformVersionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AttachedPlatformVersionInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AttachedPlatformVersionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AttachedPlatformVersionInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AttachedPlatformVersionInfo> parser()
Returns
TypeDescription
Parser<AttachedPlatformVersionInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AttachedPlatformVersionInfo getDefaultInstanceForType()
Returns
TypeDescription
AttachedPlatformVersionInfo

getParserForType()

public Parser<AttachedPlatformVersionInfo> getParserForType()
Returns
TypeDescription
Parser<AttachedPlatformVersionInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVersion()

public String getVersion()

Platform version name.

string version = 1;

Returns
TypeDescription
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Platform version name.

string version = 1;

Returns
TypeDescription
ByteString

The bytes for version.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AttachedPlatformVersionInfo.Builder newBuilderForType()
Returns
TypeDescription
AttachedPlatformVersionInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AttachedPlatformVersionInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AttachedPlatformVersionInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AttachedPlatformVersionInfo.Builder toBuilder()
Returns
TypeDescription
AttachedPlatformVersionInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException