Class TransformationErrorHandling.ThrowError (3.48.0)

public static final class TransformationErrorHandling.ThrowError extends GeneratedMessageV3 implements TransformationErrorHandling.ThrowErrorOrBuilder

Throw an error and fail the request when a transformation error occurs.

Protobuf type google.privacy.dlp.v2.TransformationErrorHandling.ThrowError

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TransformationErrorHandling.ThrowError

Static Methods

getDefaultInstance()

public static TransformationErrorHandling.ThrowError getDefaultInstance()
Returns
Type Description
TransformationErrorHandling.ThrowError

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TransformationErrorHandling.ThrowError.Builder newBuilder()
Returns
Type Description
TransformationErrorHandling.ThrowError.Builder

newBuilder(TransformationErrorHandling.ThrowError prototype)

public static TransformationErrorHandling.ThrowError.Builder newBuilder(TransformationErrorHandling.ThrowError prototype)
Parameter
Name Description
prototype TransformationErrorHandling.ThrowError
Returns
Type Description
TransformationErrorHandling.ThrowError.Builder

parseDelimitedFrom(InputStream input)

public static TransformationErrorHandling.ThrowError parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TransformationErrorHandling.ThrowError parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransformationErrorHandling.ThrowError parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransformationErrorHandling.ThrowError parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TransformationErrorHandling.ThrowError parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TransformationErrorHandling.ThrowError parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.ThrowError
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TransformationErrorHandling.ThrowError> parser()
Returns
Type Description
Parser<ThrowError>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TransformationErrorHandling.ThrowError getDefaultInstanceForType()
Returns
Type Description
TransformationErrorHandling.ThrowError

getParserForType()

public Parser<TransformationErrorHandling.ThrowError> getParserForType()
Returns
Type Description
Parser<ThrowError>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TransformationErrorHandling.ThrowError.Builder newBuilderForType()
Returns
Type Description
TransformationErrorHandling.ThrowError.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransformationErrorHandling.ThrowError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TransformationErrorHandling.ThrowError.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TransformationErrorHandling.ThrowError.Builder toBuilder()
Returns
Type Description
TransformationErrorHandling.ThrowError.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException