Interface LoggingConfigOrBuilder (0.2.0)

public interface LoggingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLogActionStates(int index)

public abstract LoggingConfig.LoggableActionState getLogActionStates(int index)

Required. States in which Action are logged.If empty, no logs are generated.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableActionState log_action_states = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
LoggingConfig.LoggableActionState

The logActionStates at the given index.

getLogActionStatesCount()

public abstract int getLogActionStatesCount()

Required. States in which Action are logged.If empty, no logs are generated.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableActionState log_action_states = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of logActionStates.

getLogActionStatesList()

public abstract List<LoggingConfig.LoggableActionState> getLogActionStatesList()

Required. States in which Action are logged.If empty, no logs are generated.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableActionState log_action_states = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<LoggableActionState>

A list containing the logActionStates.

getLogActionStatesValue(int index)

public abstract int getLogActionStatesValue(int index)

Required. States in which Action are logged.If empty, no logs are generated.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableActionState log_action_states = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

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

getLogActionStatesValueList()

public abstract List<Integer> getLogActionStatesValueList()

Required. States in which Action are logged.If empty, no logs are generated.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableActionState log_action_states = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Integer>

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

getLogActions(int index)

public abstract LoggingConfig.LoggableAction getLogActions(int index)

Required. Specifies the actions to be logged.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableAction log_actions = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
LoggingConfig.LoggableAction

The logActions at the given index.

getLogActionsCount()

public abstract int getLogActionsCount()

Required. Specifies the actions to be logged.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableAction log_actions = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of logActions.

getLogActionsList()

public abstract List<LoggingConfig.LoggableAction> getLogActionsList()

Required. Specifies the actions to be logged.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableAction log_actions = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<LoggableAction>

A list containing the logActions.

getLogActionsValue(int index)

public abstract int getLogActionsValue(int index)

Required. Specifies the actions to be logged.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableAction log_actions = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

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

getLogActionsValueList()

public abstract List<Integer> getLogActionsValueList()

Required. Specifies the actions to be logged.

repeated .google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableAction log_actions = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Integer>

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