public static interface SanitizationResult.SanitizationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorCode()
public abstract long getErrorCode()Error code if any.
 int64 error_code = 1;
| Returns | |
|---|---|
| Type | Description | 
| long | The errorCode. | 
getErrorMessage()
public abstract String getErrorMessage()Error message if any.
 string error_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The errorMessage. | 
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()Error message if any.
 string error_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for errorMessage. | 
getIgnorePartialInvocationFailures()
public abstract boolean getIgnorePartialInvocationFailures()Passthrough field defined in TemplateMetadata to indicate whether to ignore partial invocation failures.
 bool ignore_partial_invocation_failures = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The ignorePartialInvocationFailures. |