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