Class TransformationErrorHandling.ThrowError (3.4.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
TypeDescription
TransformationErrorHandling.ThrowError

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransformationErrorHandling.ThrowError.Builder newBuilder()
Returns
TypeDescription
TransformationErrorHandling.ThrowError.Builder

newBuilder(TransformationErrorHandling.ThrowError prototype)

public static TransformationErrorHandling.ThrowError.Builder newBuilder(TransformationErrorHandling.ThrowError prototype)
Parameter
NameDescription
prototypeTransformationErrorHandling.ThrowError
Returns
TypeDescription
TransformationErrorHandling.ThrowError.Builder

parseDelimitedFrom(InputStream input)

public static TransformationErrorHandling.ThrowError parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransformationErrorHandling.ThrowError parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransformationErrorHandling.ThrowError parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransformationErrorHandling.ThrowError parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransformationErrorHandling.ThrowError parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransformationErrorHandling.ThrowError parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling.ThrowError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling.ThrowError
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TransformationErrorHandling.ThrowError getDefaultInstanceForType()
Returns
TypeDescription
TransformationErrorHandling.ThrowError

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransformationErrorHandling.ThrowError.Builder newBuilderForType()
Returns
TypeDescription
TransformationErrorHandling.ThrowError.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransformationErrorHandling.ThrowError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransformationErrorHandling.ThrowError.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransformationErrorHandling.ThrowError.Builder toBuilder()
Returns
TypeDescription
TransformationErrorHandling.ThrowError.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException