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
DEFAULT_CLUSTER_VERSION_FIELD_NUMBER
public static final int DEFAULT_CLUSTER_VERSION_FIELD_NUMBER
Field Value
DEFAULT_IMAGE_TYPE_FIELD_NUMBER
public static final int DEFAULT_IMAGE_TYPE_FIELD_NUMBER
Field Value
VALID_IMAGE_TYPES_FIELD_NUMBER
public static final int VALID_IMAGE_TYPES_FIELD_NUMBER
Field Value
VALID_MASTER_VERSIONS_FIELD_NUMBER
public static final int VALID_MASTER_VERSIONS_FIELD_NUMBER
Field Value
VALID_NODE_VERSIONS_FIELD_NUMBER
public static final int VALID_NODE_VERSIONS_FIELD_NUMBER
Field Value
WINDOWS_VERSION_MAPS_FIELD_NUMBER
public static final int WINDOWS_VERSION_MAPS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ServerConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ServerConfig.Builder newBuilder()
Returns
newBuilder(ServerConfig prototype)
public static ServerConfig.Builder newBuilder(ServerConfig prototype)
Parameter
Returns
public static ServerConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ServerConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ServerConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServerConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ServerConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServerConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ServerConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ServerConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ServerConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ServerConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ServerConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServerConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ServerConfig> parser()
Returns
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
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getChannels(int index)
public ServerConfig.ReleaseChannelConfig getChannels(int index)
List of release channel configurations.
repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
Parameter
Returns
getChannelsCount()
public int getChannelsCount()
List of release channel configurations.
repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
Returns
getChannelsList()
public List<ServerConfig.ReleaseChannelConfig> getChannelsList()
List of release channel configurations.
repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
Returns
getChannelsOrBuilder(int index)
public ServerConfig.ReleaseChannelConfigOrBuilder getChannelsOrBuilder(int index)
List of release channel configurations.
repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
Parameter
Returns
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
getParserForType()
public Parser<ServerConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
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
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
getWindowsVersionMaps()
public Map<String,WindowsVersions> getWindowsVersionMaps()
Returns
getWindowsVersionMapsCount()
public int getWindowsVersionMapsCount()
Maps of Kubernetes version and supported Windows server versions.
map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;
Returns
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
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
Returns
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
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ServerConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServerConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ServerConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions