Interface ErrorHandlingSettingsOrBuilder (0.3.0)

public interface ErrorHandlingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorHandlingStrategy()

public abstract ErrorHandlingSettings.ErrorHandlingStrategy getErrorHandlingStrategy()

Optional. The strategy to use for error handling.

.google.cloud.ces.v1beta.ErrorHandlingSettings.ErrorHandlingStrategy error_handling_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ErrorHandlingSettings.ErrorHandlingStrategy

The errorHandlingStrategy.

getErrorHandlingStrategyValue()

public abstract int getErrorHandlingStrategyValue()

Optional. The strategy to use for error handling.

.google.cloud.ces.v1beta.ErrorHandlingSettings.ErrorHandlingStrategy error_handling_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for errorHandlingStrategy.