public static final class ReidentifyContentResponse.Builder extends GeneratedMessage.Builder<ReidentifyContentResponse.Builder> implements ReidentifyContentResponseOrBuilderResults of re-identifying an item.
Protobuf type google.privacy.dlp.v2.ReidentifyContentResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ReidentifyContentResponse.BuilderImplements
ReidentifyContentResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ReidentifyContentResponse build()| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse |
|
buildPartial()
public ReidentifyContentResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse |
|
clear()
public ReidentifyContentResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
clearItem()
public ReidentifyContentResponse.Builder clearItem()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
clearOverview()
public ReidentifyContentResponse.Builder clearOverview() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
getDefaultInstanceForType()
public ReidentifyContentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getItem()
public ContentItem getItem()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
ContentItem |
The item. |
getItemBuilder()
public ContentItem.Builder getItemBuilder()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
ContentItem.Builder |
|
getItemOrBuilder()
public ContentItemOrBuilder getItemOrBuilder()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
ContentItemOrBuilder |
|
getOverview()
public TransformationOverview getOverview() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Returns | |
|---|---|
| Type | Description |
TransformationOverview |
The overview. |
getOverviewBuilder()
public TransformationOverview.Builder getOverviewBuilder() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Returns | |
|---|---|
| Type | Description |
TransformationOverview.Builder |
|
getOverviewOrBuilder()
public TransformationOverviewOrBuilder getOverviewOrBuilder() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Returns | |
|---|---|
| Type | Description |
TransformationOverviewOrBuilder |
|
hasItem()
public boolean 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ReidentifyContentResponse other)
public ReidentifyContentResponse.Builder mergeFrom(ReidentifyContentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReidentifyContentResponse |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReidentifyContentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ReidentifyContentResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
mergeItem(ContentItem value)
public ReidentifyContentResponse.Builder mergeItem(ContentItem value)The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ContentItem |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
mergeOverview(TransformationOverview value)
public ReidentifyContentResponse.Builder mergeOverview(TransformationOverview value) An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
TransformationOverview |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
setItem(ContentItem value)
public ReidentifyContentResponse.Builder setItem(ContentItem value)The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ContentItem |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
setItem(ContentItem.Builder builderForValue)
public ReidentifyContentResponse.Builder setItem(ContentItem.Builder builderForValue)The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ContentItem.Builder |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
setOverview(TransformationOverview value)
public ReidentifyContentResponse.Builder setOverview(TransformationOverview value) An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
TransformationOverview |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|
setOverview(TransformationOverview.Builder builderForValue)
public ReidentifyContentResponse.Builder setOverview(TransformationOverview.Builder builderForValue) An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TransformationOverview.Builder |
| Returns | |
|---|---|
| Type | Description |
ReidentifyContentResponse.Builder |
|