Class AttachedServerConfig (0.40.0)

public final class AttachedServerConfig extends GeneratedMessageV3 implements AttachedServerConfigOrBuilder

AttachedServerConfig provides information about supported Kubernetes versions

Protobuf type google.cloud.gkemulticloud.v1.AttachedServerConfig

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

VALID_VERSIONS_FIELD_NUMBER

public static final int VALID_VERSIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AttachedServerConfig getDefaultInstance()
Returns
TypeDescription
AttachedServerConfig

getDescriptor()

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

newBuilder()

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

newBuilder(AttachedServerConfig prototype)

public static AttachedServerConfig.Builder newBuilder(AttachedServerConfig prototype)
Parameter
NameDescription
prototypeAttachedServerConfig
Returns
TypeDescription
AttachedServerConfig.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public AttachedServerConfig getDefaultInstanceForType()
Returns
TypeDescription
AttachedServerConfig

getName()

public String getName()

The resource name of the config.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the config.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValidVersions(int index)

public AttachedPlatformVersionInfo getValidVersions(int index)

List of valid platform versions.

repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AttachedPlatformVersionInfo

getValidVersionsCount()

public int getValidVersionsCount()

List of valid platform versions.

repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;

Returns
TypeDescription
int

getValidVersionsList()

public List<AttachedPlatformVersionInfo> getValidVersionsList()

List of valid platform versions.

repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;

Returns
TypeDescription
List<AttachedPlatformVersionInfo>

getValidVersionsOrBuilder(int index)

public AttachedPlatformVersionInfoOrBuilder getValidVersionsOrBuilder(int index)

List of valid platform versions.

repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AttachedPlatformVersionInfoOrBuilder

getValidVersionsOrBuilderList()

public List<? extends AttachedPlatformVersionInfoOrBuilder> getValidVersionsOrBuilderList()

List of valid platform versions.

repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;

Returns
TypeDescription
List<? extends com.google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfoOrBuilder>

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 AttachedServerConfig.Builder newBuilderForType()
Returns
TypeDescription
AttachedServerConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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