Package com.google.container.v1
Interface ServerConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerConfig
,ServerConfig.Builder
public interface ServerConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerConfig.ReleaseChannelConfig
getChannels(int index)
List of release channel configurations.int
getChannelsCount()
List of release channel configurations.List<ServerConfig.ReleaseChannelConfig>
getChannelsList()
List of release channel configurations.ServerConfig.ReleaseChannelConfigOrBuilder
getChannelsOrBuilder(int index)
List of release channel configurations.List<? extends ServerConfig.ReleaseChannelConfigOrBuilder>
getChannelsOrBuilderList()
List of release channel configurations.String
getDefaultClusterVersion()
Version of Kubernetes the service deploys by default.com.google.protobuf.ByteString
getDefaultClusterVersionBytes()
Version of Kubernetes the service deploys by default.String
getDefaultImageType()
Default image type.com.google.protobuf.ByteString
getDefaultImageTypeBytes()
Default image type.String
getValidImageTypes(int index)
List of valid image types.com.google.protobuf.ByteString
getValidImageTypesBytes(int index)
List of valid image types.int
getValidImageTypesCount()
List of valid image types.List<String>
getValidImageTypesList()
List of valid image types.String
getValidMasterVersions(int index)
List of valid master versions, in descending order.com.google.protobuf.ByteString
getValidMasterVersionsBytes(int index)
List of valid master versions, in descending order.int
getValidMasterVersionsCount()
List of valid master versions, in descending order.List<String>
getValidMasterVersionsList()
List of valid master versions, in descending order.String
getValidNodeVersions(int index)
List of valid node upgrade target versions, in descending order.com.google.protobuf.ByteString
getValidNodeVersionsBytes(int index)
List of valid node upgrade target versions, in descending order.int
getValidNodeVersionsCount()
List of valid node upgrade target versions, in descending order.List<String>
getValidNodeVersionsList()
List of valid node upgrade target versions, in descending order.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDefaultClusterVersion
String getDefaultClusterVersion()
Version of Kubernetes the service deploys by default.
string default_cluster_version = 1;
- Returns:
- The defaultClusterVersion.
-
getDefaultClusterVersionBytes
com.google.protobuf.ByteString getDefaultClusterVersionBytes()
Version of Kubernetes the service deploys by default.
string default_cluster_version = 1;
- Returns:
- The bytes for defaultClusterVersion.
-
getValidNodeVersionsList
List<String> getValidNodeVersionsList()
List of valid node upgrade target versions, in descending order.
repeated string valid_node_versions = 3;
- Returns:
- A list containing the validNodeVersions.
-
getValidNodeVersionsCount
int getValidNodeVersionsCount()
List of valid node upgrade target versions, in descending order.
repeated string valid_node_versions = 3;
- Returns:
- The count of validNodeVersions.
-
getValidNodeVersions
String getValidNodeVersions(int index)
List of valid node upgrade target versions, in descending order.
repeated string valid_node_versions = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The validNodeVersions at the given index.
-
getValidNodeVersionsBytes
com.google.protobuf.ByteString getValidNodeVersionsBytes(int index)
List of valid node upgrade target versions, in descending order.
repeated string valid_node_versions = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the validNodeVersions at the given index.
-
getDefaultImageType
String getDefaultImageType()
Default image type.
string default_image_type = 4;
- Returns:
- The defaultImageType.
-
getDefaultImageTypeBytes
com.google.protobuf.ByteString getDefaultImageTypeBytes()
Default image type.
string default_image_type = 4;
- Returns:
- The bytes for defaultImageType.
-
getValidImageTypesList
List<String> getValidImageTypesList()
List of valid image types.
repeated string valid_image_types = 5;
- Returns:
- A list containing the validImageTypes.
-
getValidImageTypesCount
int getValidImageTypesCount()
List of valid image types.
repeated string valid_image_types = 5;
- Returns:
- The count of validImageTypes.
-
getValidImageTypes
String getValidImageTypes(int index)
List of valid image types.
repeated string valid_image_types = 5;
- Parameters:
index
- The index of the element to return.- Returns:
- The validImageTypes at the given index.
-
getValidImageTypesBytes
com.google.protobuf.ByteString getValidImageTypesBytes(int index)
List of valid image types.
repeated string valid_image_types = 5;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the validImageTypes at the given index.
-
getValidMasterVersionsList
List<String> getValidMasterVersionsList()
List of valid master versions, in descending order.
repeated string valid_master_versions = 6;
- Returns:
- A list containing the validMasterVersions.
-
getValidMasterVersionsCount
int getValidMasterVersionsCount()
List of valid master versions, in descending order.
repeated string valid_master_versions = 6;
- Returns:
- The count of validMasterVersions.
-
getValidMasterVersions
String getValidMasterVersions(int index)
List of valid master versions, in descending order.
repeated string valid_master_versions = 6;
- Parameters:
index
- The index of the element to return.- Returns:
- The validMasterVersions at the given index.
-
getValidMasterVersionsBytes
com.google.protobuf.ByteString getValidMasterVersionsBytes(int index)
List of valid master versions, in descending order.
repeated string valid_master_versions = 6;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the validMasterVersions at the given index.
-
getChannelsList
List<ServerConfig.ReleaseChannelConfig> getChannelsList()
List of release channel configurations.
repeated .google.container.v1.ServerConfig.ReleaseChannelConfig channels = 9;
-
getChannels
ServerConfig.ReleaseChannelConfig getChannels(int index)
List of release channel configurations.
repeated .google.container.v1.ServerConfig.ReleaseChannelConfig channels = 9;
-
getChannelsCount
int getChannelsCount()
List of release channel configurations.
repeated .google.container.v1.ServerConfig.ReleaseChannelConfig channels = 9;
-
getChannelsOrBuilderList
List<? extends ServerConfig.ReleaseChannelConfigOrBuilder> getChannelsOrBuilderList()
List of release channel configurations.
repeated .google.container.v1.ServerConfig.ReleaseChannelConfig channels = 9;
-
getChannelsOrBuilder
ServerConfig.ReleaseChannelConfigOrBuilder getChannelsOrBuilder(int index)
List of release channel configurations.
repeated .google.container.v1.ServerConfig.ReleaseChannelConfig channels = 9;
-
-