Interface TransformationResultStatusOrBuilder (3.45.0)

public interface TransformationResultStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract Status getDetails()

Detailed error codes and messages

.google.rpc.Status details = 2;

Returns
TypeDescription
com.google.rpc.Status

The details.

getDetailsOrBuilder()

public abstract StatusOrBuilder getDetailsOrBuilder()

Detailed error codes and messages

.google.rpc.Status details = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the details field is set.