Interface LoggingComponentConfigOrBuilder (0.40.0)

public interface LoggingComponentConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableComponents(int index)

public abstract LoggingComponentConfig.Component getEnableComponents(int index)

The components to be enabled.

repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
LoggingComponentConfig.Component

The enableComponents at the given index.

getEnableComponentsCount()

public abstract int getEnableComponentsCount()

The components to be enabled.

repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
TypeDescription
int

The count of enableComponents.

getEnableComponentsList()

public abstract List<LoggingComponentConfig.Component> getEnableComponentsList()

The components to be enabled.

repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
TypeDescription
List<Component>

A list containing the enableComponents.

getEnableComponentsValue(int index)

public abstract int getEnableComponentsValue(int index)

The components to be enabled.

repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of enableComponents at the given index.

getEnableComponentsValueList()

public abstract List<Integer> getEnableComponentsValueList()

The components to be enabled.

repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for enableComponents.