Class ServerConfig (2.46.0)

public final class ServerConfig extends GeneratedMessageV3 implements ServerConfigOrBuilder

Kubernetes Engine service configuration.

Protobuf type google.container.v1beta1.ServerConfig

Static Fields

CHANNELS_FIELD_NUMBER

public static final int CHANNELS_FIELD_NUMBER
Field Value
Type Description
int

DEFAULT_CLUSTER_VERSION_FIELD_NUMBER

public static final int DEFAULT_CLUSTER_VERSION_FIELD_NUMBER
Field Value
Type Description
int

DEFAULT_IMAGE_TYPE_FIELD_NUMBER

public static final int DEFAULT_IMAGE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

VALID_IMAGE_TYPES_FIELD_NUMBER

public static final int VALID_IMAGE_TYPES_FIELD_NUMBER
Field Value
Type Description
int

VALID_MASTER_VERSIONS_FIELD_NUMBER

public static final int VALID_MASTER_VERSIONS_FIELD_NUMBER
Field Value
Type Description
int

VALID_NODE_VERSIONS_FIELD_NUMBER

public static final int VALID_NODE_VERSIONS_FIELD_NUMBER
Field Value
Type Description
int

WINDOWS_VERSION_MAPS_FIELD_NUMBER

public static final int WINDOWS_VERSION_MAPS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ServerConfig getDefaultInstance()
Returns
Type Description
ServerConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ServerConfig.Builder newBuilder()
Returns
Type Description
ServerConfig.Builder

newBuilder(ServerConfig prototype)

public static ServerConfig.Builder newBuilder(ServerConfig prototype)
Parameter
Name Description
prototype ServerConfig
Returns
Type Description
ServerConfig.Builder

parseDelimitedFrom(InputStream input)

public static ServerConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServerConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ServerConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ServerConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ServerConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ServerConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ServerConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ServerConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ServerConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ServerConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ServerConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServerConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ServerConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ServerConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ServerConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ServerConfig> parser()
Returns
Type Description
Parser<ServerConfig>

Methods

containsWindowsVersionMaps(String key)

public boolean containsWindowsVersionMaps(String key)

Maps of Kubernetes version and supported Windows server versions.

map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getChannels(int index)

public ServerConfig.ReleaseChannelConfig getChannels(int index)

List of release channel configurations.

repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;

Parameter
Name Description
index int
Returns
Type Description
ServerConfig.ReleaseChannelConfig

getChannelsCount()

public int getChannelsCount()

List of release channel configurations.

repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;

Returns
Type Description
int

getChannelsList()

public List<ServerConfig.ReleaseChannelConfig> getChannelsList()

List of release channel configurations.

repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;

Returns
Type Description
List<ReleaseChannelConfig>

getChannelsOrBuilder(int index)

public ServerConfig.ReleaseChannelConfigOrBuilder getChannelsOrBuilder(int index)

List of release channel configurations.

repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;

Parameter
Name Description
index int
Returns
Type Description
ServerConfig.ReleaseChannelConfigOrBuilder

getChannelsOrBuilderList()

public List<? extends ServerConfig.ReleaseChannelConfigOrBuilder> getChannelsOrBuilderList()

List of release channel configurations.

repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;

Returns
Type Description
List<? extends com.google.container.v1beta1.ServerConfig.ReleaseChannelConfigOrBuilder>

getDefaultClusterVersion()

public String getDefaultClusterVersion()

Version of Kubernetes the service deploys by default.

string default_cluster_version = 1;

Returns
Type Description
String

The defaultClusterVersion.

getDefaultClusterVersionBytes()

public ByteString getDefaultClusterVersionBytes()

Version of Kubernetes the service deploys by default.

string default_cluster_version = 1;

Returns
Type Description
ByteString

The bytes for defaultClusterVersion.

getDefaultImageType()

public String getDefaultImageType()

Default image type.

string default_image_type = 4;

Returns
Type Description
String

The defaultImageType.

getDefaultImageTypeBytes()

public ByteString getDefaultImageTypeBytes()

Default image type.

string default_image_type = 4;

Returns
Type Description
ByteString

The bytes for defaultImageType.

getDefaultInstanceForType()

public ServerConfig getDefaultInstanceForType()
Returns
Type Description
ServerConfig

getParserForType()

public Parser<ServerConfig> getParserForType()
Returns
Type Description
Parser<ServerConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getValidImageTypes(int index)

public String getValidImageTypes(int index)

List of valid image types.

repeated string valid_image_types = 5;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The validImageTypes at the given index.

getValidImageTypesBytes(int index)

public ByteString getValidImageTypesBytes(int index)

List of valid image types.

repeated string valid_image_types = 5;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the validImageTypes at the given index.

getValidImageTypesCount()

public int getValidImageTypesCount()

List of valid image types.

repeated string valid_image_types = 5;

Returns
Type Description
int

The count of validImageTypes.

getValidImageTypesList()

public ProtocolStringList getValidImageTypesList()

List of valid image types.

repeated string valid_image_types = 5;

Returns
Type Description
ProtocolStringList

A list containing the validImageTypes.

getValidMasterVersions(int index)

public String getValidMasterVersions(int index)

List of valid master versions, in descending order.

repeated string valid_master_versions = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The validMasterVersions at the given index.

getValidMasterVersionsBytes(int index)

public ByteString getValidMasterVersionsBytes(int index)

List of valid master versions, in descending order.

repeated string valid_master_versions = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the validMasterVersions at the given index.

getValidMasterVersionsCount()

public int getValidMasterVersionsCount()

List of valid master versions, in descending order.

repeated string valid_master_versions = 6;

Returns
Type Description
int

The count of validMasterVersions.

getValidMasterVersionsList()

public ProtocolStringList getValidMasterVersionsList()

List of valid master versions, in descending order.

repeated string valid_master_versions = 6;

Returns
Type Description
ProtocolStringList

A list containing the validMasterVersions.

getValidNodeVersions(int index)

public String getValidNodeVersions(int index)

List of valid node upgrade target versions, in descending order.

repeated string valid_node_versions = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The validNodeVersions at the given index.

getValidNodeVersionsBytes(int index)

public ByteString getValidNodeVersionsBytes(int index)

List of valid node upgrade target versions, in descending order.

repeated string valid_node_versions = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the validNodeVersions at the given index.

getValidNodeVersionsCount()

public int getValidNodeVersionsCount()

List of valid node upgrade target versions, in descending order.

repeated string valid_node_versions = 3;

Returns
Type Description
int

The count of validNodeVersions.

getValidNodeVersionsList()

public ProtocolStringList getValidNodeVersionsList()

List of valid node upgrade target versions, in descending order.

repeated string valid_node_versions = 3;

Returns
Type Description
ProtocolStringList

A list containing the validNodeVersions.

getWindowsVersionMaps() (deprecated)

public Map<String,WindowsVersions> getWindowsVersionMaps()
Returns
Type Description
Map<String,WindowsVersions>

getWindowsVersionMapsCount()

public int getWindowsVersionMapsCount()

Maps of Kubernetes version and supported Windows server versions.

map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;

Returns
Type Description
int

getWindowsVersionMapsMap()

public Map<String,WindowsVersions> getWindowsVersionMapsMap()

Maps of Kubernetes version and supported Windows server versions.

map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;

Returns
Type Description
Map<String,WindowsVersions>

getWindowsVersionMapsOrDefault(String key, WindowsVersions defaultValue)

public WindowsVersions getWindowsVersionMapsOrDefault(String key, WindowsVersions defaultValue)

Maps of Kubernetes version and supported Windows server versions.

map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;

Parameters
Name Description
key String
defaultValue WindowsVersions
Returns
Type Description
WindowsVersions

getWindowsVersionMapsOrThrow(String key)

public WindowsVersions getWindowsVersionMapsOrThrow(String key)

Maps of Kubernetes version and supported Windows server versions.

map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;

Parameter
Name Description
key String
Returns
Type Description
WindowsVersions

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ServerConfig.Builder newBuilderForType()
Returns
Type Description
ServerConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ServerConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ServerConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ServerConfig.Builder toBuilder()
Returns
Type Description
ServerConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException