- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.2
 - 2.4.1
 - 2.3.8
 
public interface ServerConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsWindowsVersionMaps(String key)
public abstract boolean containsWindowsVersionMaps(String key)Maps of Kubernetes version and supported Windows server versions.
 map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;
 
| Name | Description | 
| key | String | 
      
| Type | Description | 
| boolean | 
getChannels(int index)
public abstract ServerConfig.ReleaseChannelConfig getChannels(int index)List of release channel configurations.
 repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| ServerConfig.ReleaseChannelConfig | 
getChannelsCount()
public abstract int getChannelsCount()List of release channel configurations.
 repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
| Type | Description | 
| int | 
getChannelsList()
public abstract List<ServerConfig.ReleaseChannelConfig> getChannelsList()List of release channel configurations.
 repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
| Type | Description | 
| List<ReleaseChannelConfig> | 
getChannelsOrBuilder(int index)
public abstract ServerConfig.ReleaseChannelConfigOrBuilder getChannelsOrBuilder(int index)List of release channel configurations.
 repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| ServerConfig.ReleaseChannelConfigOrBuilder | 
getChannelsOrBuilderList()
public abstract List<? extends ServerConfig.ReleaseChannelConfigOrBuilder> getChannelsOrBuilderList()List of release channel configurations.
 repeated .google.container.v1beta1.ServerConfig.ReleaseChannelConfig channels = 9;
| Type | Description | 
| List<? extends com.google.container.v1beta1.ServerConfig.ReleaseChannelConfigOrBuilder> | 
getDefaultClusterVersion()
public abstract String getDefaultClusterVersion()Version of Kubernetes the service deploys by default.
 string default_cluster_version = 1;
| Type | Description | 
| String | The defaultClusterVersion.  | 
      
getDefaultClusterVersionBytes()
public abstract ByteString getDefaultClusterVersionBytes()Version of Kubernetes the service deploys by default.
 string default_cluster_version = 1;
| Type | Description | 
| ByteString | The bytes for defaultClusterVersion.  | 
      
getDefaultImageType()
public abstract String getDefaultImageType()Default image type.
 string default_image_type = 4;
| Type | Description | 
| String | The defaultImageType.  | 
      
getDefaultImageTypeBytes()
public abstract ByteString getDefaultImageTypeBytes()Default image type.
 string default_image_type = 4;
| Type | Description | 
| ByteString | The bytes for defaultImageType.  | 
      
getValidImageTypes(int index)
public abstract String getValidImageTypes(int index)List of valid image types.
 repeated string valid_image_types = 5;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The validImageTypes at the given index.  | 
      
getValidImageTypesBytes(int index)
public abstract ByteString getValidImageTypesBytes(int index)List of valid image types.
 repeated string valid_image_types = 5;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the validImageTypes at the given index.  | 
      
getValidImageTypesCount()
public abstract int getValidImageTypesCount()List of valid image types.
 repeated string valid_image_types = 5;
| Type | Description | 
| int | The count of validImageTypes.  | 
      
getValidImageTypesList()
public abstract List<String> getValidImageTypesList()List of valid image types.
 repeated string valid_image_types = 5;
| Type | Description | 
| List<String> | A list containing the validImageTypes.  | 
      
getValidMasterVersions(int index)
public abstract String getValidMasterVersions(int index)List of valid master versions, in descending order.
 repeated string valid_master_versions = 6;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The validMasterVersions at the given index.  | 
      
getValidMasterVersionsBytes(int index)
public abstract ByteString getValidMasterVersionsBytes(int index)List of valid master versions, in descending order.
 repeated string valid_master_versions = 6;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the validMasterVersions at the given index.  | 
      
getValidMasterVersionsCount()
public abstract int getValidMasterVersionsCount()List of valid master versions, in descending order.
 repeated string valid_master_versions = 6;
| Type | Description | 
| int | The count of validMasterVersions.  | 
      
getValidMasterVersionsList()
public abstract List<String> getValidMasterVersionsList()List of valid master versions, in descending order.
 repeated string valid_master_versions = 6;
| Type | Description | 
| List<String> | A list containing the validMasterVersions.  | 
      
getValidNodeVersions(int index)
public abstract String getValidNodeVersions(int index)List of valid node upgrade target versions, in descending order.
 repeated string valid_node_versions = 3;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The validNodeVersions at the given index.  | 
      
getValidNodeVersionsBytes(int index)
public abstract ByteString getValidNodeVersionsBytes(int index)List of valid node upgrade target versions, in descending order.
 repeated string valid_node_versions = 3;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the validNodeVersions at the given index.  | 
      
getValidNodeVersionsCount()
public abstract int getValidNodeVersionsCount()List of valid node upgrade target versions, in descending order.
 repeated string valid_node_versions = 3;
| Type | Description | 
| int | The count of validNodeVersions.  | 
      
getValidNodeVersionsList()
public abstract List<String> getValidNodeVersionsList()List of valid node upgrade target versions, in descending order.
 repeated string valid_node_versions = 3;
| Type | Description | 
| List<String> | A list containing the validNodeVersions.  | 
      
getWindowsVersionMaps()
public abstract Map<String,WindowsVersions> getWindowsVersionMaps()Use #getWindowsVersionMapsMap() instead.
| Type | Description | 
| Map<String,WindowsVersions> | 
getWindowsVersionMapsCount()
public abstract int getWindowsVersionMapsCount()Maps of Kubernetes version and supported Windows server versions.
 map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;
 
| Type | Description | 
| int | 
getWindowsVersionMapsMap()
public abstract Map<String,WindowsVersions> getWindowsVersionMapsMap()Maps of Kubernetes version and supported Windows server versions.
 map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;
 
| Type | Description | 
| Map<String,WindowsVersions> | 
getWindowsVersionMapsOrDefault(String key, WindowsVersions defaultValue)
public abstract 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;
 
| Name | Description | 
| key | String | 
      
| defaultValue | WindowsVersions | 
      
| Type | Description | 
| WindowsVersions | 
getWindowsVersionMapsOrThrow(String key)
public abstract WindowsVersions getWindowsVersionMapsOrThrow(String key)Maps of Kubernetes version and supported Windows server versions.
 map<string, .google.container.v1beta1.WindowsVersions> windows_version_maps = 10;
 
| Name | Description | 
| key | String | 
      
| Type | Description | 
| WindowsVersions |