Class ReidentifyContentResponse (3.1.4)

public final class ReidentifyContentResponse extends GeneratedMessageV3 implements ReidentifyContentResponseOrBuilder

Results of re-identifying a item.

Protobuf type google.privacy.dlp.v2.ReidentifyContentResponse

Static Fields

ITEM_FIELD_NUMBER

public static final int ITEM_FIELD_NUMBER
Field Value
TypeDescription
int

OVERVIEW_FIELD_NUMBER

public static final int OVERVIEW_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReidentifyContentResponse getDefaultInstance()
Returns
TypeDescription
ReidentifyContentResponse

getDescriptor()

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

newBuilder()

public static ReidentifyContentResponse.Builder newBuilder()
Returns
TypeDescription
ReidentifyContentResponse.Builder

newBuilder(ReidentifyContentResponse prototype)

public static ReidentifyContentResponse.Builder newBuilder(ReidentifyContentResponse prototype)
Parameter
NameDescription
prototypeReidentifyContentResponse
Returns
TypeDescription
ReidentifyContentResponse.Builder

parseDelimitedFrom(InputStream input)

public static ReidentifyContentResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReidentifyContentResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ReidentifyContentResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReidentifyContentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static ReidentifyContentResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReidentifyContentResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static ReidentifyContentResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReidentifyContentResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ReidentifyContentResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReidentifyContentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ReidentifyContentResponse> parser()
Returns
TypeDescription
Parser<ReidentifyContentResponse>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ReidentifyContentResponse getDefaultInstanceForType()
Returns
TypeDescription
ReidentifyContentResponse

getItem()

public ContentItem getItem()

The re-identified item.

.google.privacy.dlp.v2.ContentItem item = 1;

Returns
TypeDescription
ContentItem

The item.

getItemOrBuilder()

public ContentItemOrBuilder getItemOrBuilder()

The re-identified item.

.google.privacy.dlp.v2.ContentItem item = 1;

Returns
TypeDescription
ContentItemOrBuilder

getOverview()

public TransformationOverview getOverview()

An overview of the changes that were made to the item.

.google.privacy.dlp.v2.TransformationOverview overview = 2;

Returns
TypeDescription
TransformationOverview

The overview.

getOverviewOrBuilder()

public TransformationOverviewOrBuilder getOverviewOrBuilder()

An overview of the changes that were made to the item.

.google.privacy.dlp.v2.TransformationOverview overview = 2;

Returns
TypeDescription
TransformationOverviewOrBuilder

getParserForType()

public Parser<ReidentifyContentResponse> getParserForType()
Returns
TypeDescription
Parser<ReidentifyContentResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasItem()

public boolean hasItem()

The re-identified item.

.google.privacy.dlp.v2.ContentItem item = 1;

Returns
TypeDescription
boolean

Whether the item field is set.

hasOverview()

public boolean hasOverview()

An overview of the changes that were made to the item.

.google.privacy.dlp.v2.TransformationOverview overview = 2;

Returns
TypeDescription
boolean

Whether the overview field is set.

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 ReidentifyContentResponse.Builder newBuilderForType()
Returns
TypeDescription
ReidentifyContentResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ReidentifyContentResponse.Builder toBuilder()
Returns
TypeDescription
ReidentifyContentResponse.Builder

writeTo(CodedOutputStream output)

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