Interface K8sBetaAPIConfigOrBuilder (2.47.0)

public interface K8sBetaAPIConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabledApis(int index)

public abstract String getEnabledApis(int index)

Enabled k8s beta APIs.

repeated string enabled_apis = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The enabledApis at the given index.

getEnabledApisBytes(int index)

public abstract ByteString getEnabledApisBytes(int index)

Enabled k8s beta APIs.

repeated string enabled_apis = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the enabledApis at the given index.

getEnabledApisCount()

public abstract int getEnabledApisCount()

Enabled k8s beta APIs.

repeated string enabled_apis = 1;

Returns
Type Description
int

The count of enabledApis.

getEnabledApisList()

public abstract List<String> getEnabledApisList()

Enabled k8s beta APIs.

repeated string enabled_apis = 1;

Returns
Type Description
List<String>

A list containing the enabledApis.