public final class ReidentifyContentResponse extends GeneratedMessageV3 implements ReidentifyContentResponseOrBuilder
Results of re-identifying an item.
Protobuf type google.privacy.dlp.v2.ReidentifyContentResponse
Static Fields
ITEM_FIELD_NUMBER
public static final int ITEM_FIELD_NUMBER
Field Value
OVERVIEW_FIELD_NUMBER
public static final int OVERVIEW_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ReidentifyContentResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ReidentifyContentResponse.Builder newBuilder()
Returns
newBuilder(ReidentifyContentResponse prototype)
public static ReidentifyContentResponse.Builder newBuilder(ReidentifyContentResponse prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static ReidentifyContentResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReidentifyContentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ReidentifyContentResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReidentifyContentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ReidentifyContentResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReidentifyContentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ReidentifyContentResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReidentifyContentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ReidentifyContentResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReidentifyContentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ReidentifyContentResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReidentifyContentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ReidentifyContentResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ReidentifyContentResponse getDefaultInstanceForType()
Returns
getItem()
public ContentItem getItem()
The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
Returns
getItemOrBuilder()
public ContentItemOrBuilder getItemOrBuilder()
The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
Returns
getOverview()
public TransformationOverview getOverview()
An overview of the changes that were made to the item
.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
Returns
getOverviewOrBuilder()
public TransformationOverviewOrBuilder getOverviewOrBuilder()
An overview of the changes that were made to the item
.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
Returns
getParserForType()
public Parser<ReidentifyContentResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasItem()
The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
Returns
Type | Description |
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
Type | Description |
boolean | Whether the overview field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ReidentifyContentResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReidentifyContentResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ReidentifyContentResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions