Interface K8sBetaAPIConfigOrBuilder (2.45.0)

public interface K8sBetaAPIConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabledApis(int index)

public abstract String getEnabledApis(int index)

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

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)

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

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()

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

repeated string enabled_apis = 1;

Returns
Type Description
int

The count of enabledApis.

getEnabledApisList()

public abstract List<String> getEnabledApisList()

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

repeated string enabled_apis = 1;

Returns
Type Description
List<String>

A list containing the enabledApis.