public interface TransformationResultStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails()
public abstract Status getDetails()Detailed error codes and messages
.google.rpc.Status details = 2;
| Type | Description |
| com.google.rpc.Status | The details. |
getDetailsOrBuilder()
public abstract StatusOrBuilder getDetailsOrBuilder()Detailed error codes and messages
.google.rpc.Status details = 2;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getResultStatusType()
public abstract TransformationResultStatusType getResultStatusType()Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
.google.privacy.dlp.v2.TransformationResultStatusType result_status_type = 1;
| Type | Description |
| TransformationResultStatusType | The resultStatusType. |
getResultStatusTypeValue()
public abstract int getResultStatusTypeValue()Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
.google.privacy.dlp.v2.TransformationResultStatusType result_status_type = 1;
| Type | Description |
| int | The enum numeric value on the wire for resultStatusType. |
hasDetails()
public abstract boolean hasDetails()Detailed error codes and messages
.google.rpc.Status details = 2;
| Type | Description |
| boolean | Whether the details field is set. |