public interface ErrorHandlingSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |