public final class TransformationResultStatus extends GeneratedMessageV3 implements TransformationResultStatusOrBuilder
Protobuf type google.privacy.dlp.v2.TransformationResultStatus
Static Fields
public static final int DETAILS_FIELD_NUMBER
Field Value
public static final int RESULT_STATUS_TYPE_FIELD_NUMBER
Field Value
Static Methods
public static TransformationResultStatus getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static TransformationResultStatus.Builder newBuilder()
Returns
public static TransformationResultStatus.Builder newBuilder(TransformationResultStatus prototype)
Parameter
Returns
public static TransformationResultStatus parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TransformationResultStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationResultStatus parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static TransformationResultStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationResultStatus parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static TransformationResultStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationResultStatus parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TransformationResultStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationResultStatus parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TransformationResultStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationResultStatus parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static TransformationResultStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<TransformationResultStatus> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public TransformationResultStatus getDefaultInstanceForType()
Returns
public Status getDetails()
Detailed error codes and messages
.google.rpc.Status details = 2;
Returns
Type | Description |
com.google.rpc.Status | The details.
|
public StatusOrBuilder getDetailsOrBuilder()
Detailed error codes and messages
.google.rpc.Status details = 2;
Returns
Type | Description |
com.google.rpc.StatusOrBuilder | |
public Parser<TransformationResultStatus> getParserForType()
Returns
Overrides
public 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
public 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
Type | Description |
int | The enum numeric value on the wire for resultStatusType.
|
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasDetails()
Detailed error codes and messages
.google.rpc.Status details = 2;
Returns
Type | Description |
boolean | Whether the details field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public TransformationResultStatus.Builder newBuilderForType()
Returns
protected TransformationResultStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public TransformationResultStatus.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions