Interface AwsServerConfigOrBuilder (0.12.0)

public interface AwsServerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The resource name of the config.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name of the config.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getSupportedAwsRegions(int index)

public abstract String getSupportedAwsRegions(int index)

The list of supported AWS regions.

repeated string supported_aws_regions = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The supportedAwsRegions at the given index.

getSupportedAwsRegionsBytes(int index)

public abstract ByteString getSupportedAwsRegionsBytes(int index)

The list of supported AWS regions.

repeated string supported_aws_regions = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the supportedAwsRegions at the given index.

getSupportedAwsRegionsCount()

public abstract int getSupportedAwsRegionsCount()

The list of supported AWS regions.

repeated string supported_aws_regions = 3;

Returns
TypeDescription
int

The count of supportedAwsRegions.

getSupportedAwsRegionsList()

public abstract List<String> getSupportedAwsRegionsList()

The list of supported AWS regions.

repeated string supported_aws_regions = 3;

Returns
TypeDescription
List<String>

A list containing the supportedAwsRegions.

getValidVersions(int index)

public abstract AwsK8sVersionInfo getValidVersions(int index)

List of valid Kubernetes versions.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsK8sVersionInfo

getValidVersionsCount()

public abstract int getValidVersionsCount()

List of valid Kubernetes versions.

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

Returns
TypeDescription
int

getValidVersionsList()

public abstract List<AwsK8sVersionInfo> getValidVersionsList()

List of valid Kubernetes versions.

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

Returns
TypeDescription
List<AwsK8sVersionInfo>

getValidVersionsOrBuilder(int index)

public abstract AwsK8sVersionInfoOrBuilder getValidVersionsOrBuilder(int index)

List of valid Kubernetes versions.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsK8sVersionInfoOrBuilder

getValidVersionsOrBuilderList()

public abstract List<? extends AwsK8sVersionInfoOrBuilder> getValidVersionsOrBuilderList()

List of valid Kubernetes versions.

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

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