public static final class DeidentifyContentResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder> implements DeidentifyContentResponseOrBuilder
Results of de-identifying a ContentItem.Protobuf type
google.privacy.dlp.v2.DeidentifyContentResponse| Modifier and Type | Method and Description |
|---|---|
DeidentifyContentResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeidentifyContentResponse |
build() |
DeidentifyContentResponse |
buildPartial() |
DeidentifyContentResponse.Builder |
clear() |
DeidentifyContentResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DeidentifyContentResponse.Builder |
clearItem()
The de-identified item.
|
DeidentifyContentResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DeidentifyContentResponse.Builder |
clearOverview()
An overview of the changes that were made on the `item`.
|
DeidentifyContentResponse.Builder |
clone() |
DeidentifyContentResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ContentItem |
getItem()
The de-identified item.
|
ContentItem.Builder |
getItemBuilder()
The de-identified item.
|
ContentItemOrBuilder |
getItemOrBuilder()
The de-identified item.
|
TransformationOverview |
getOverview()
An overview of the changes that were made on the `item`.
|
TransformationOverview.Builder |
getOverviewBuilder()
An overview of the changes that were made on the `item`.
|
TransformationOverviewOrBuilder |
getOverviewOrBuilder()
An overview of the changes that were made on the `item`.
|
boolean |
hasItem()
The de-identified item.
|
boolean |
hasOverview()
An overview of the changes that were made on the `item`.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DeidentifyContentResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeidentifyContentResponse.Builder |
mergeFrom(DeidentifyContentResponse other) |
DeidentifyContentResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
DeidentifyContentResponse.Builder |
mergeItem(ContentItem value)
The de-identified item.
|
DeidentifyContentResponse.Builder |
mergeOverview(TransformationOverview value)
An overview of the changes that were made on the `item`.
|
DeidentifyContentResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DeidentifyContentResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeidentifyContentResponse.Builder |
setItem(ContentItem.Builder builderForValue)
The de-identified item.
|
DeidentifyContentResponse.Builder |
setItem(ContentItem value)
The de-identified item.
|
DeidentifyContentResponse.Builder |
setOverview(TransformationOverview.Builder builderForValue)
An overview of the changes that were made on the `item`.
|
DeidentifyContentResponse.Builder |
setOverview(TransformationOverview value)
An overview of the changes that were made on the `item`.
|
DeidentifyContentResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DeidentifyContentResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DeidentifyContentResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DeidentifyContentResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DeidentifyContentResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder mergeFrom(DeidentifyContentResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public DeidentifyContentResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeidentifyContentResponse.Builder>IOExceptionpublic boolean hasItem()
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;hasItem in interface DeidentifyContentResponseOrBuilderpublic ContentItem getItem()
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;getItem in interface DeidentifyContentResponseOrBuilderpublic DeidentifyContentResponse.Builder setItem(ContentItem value)
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;public DeidentifyContentResponse.Builder setItem(ContentItem.Builder builderForValue)
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;public DeidentifyContentResponse.Builder mergeItem(ContentItem value)
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;public DeidentifyContentResponse.Builder clearItem()
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;public ContentItem.Builder getItemBuilder()
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;public ContentItemOrBuilder getItemOrBuilder()
The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;getItemOrBuilder in interface DeidentifyContentResponseOrBuilderpublic boolean hasOverview()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;hasOverview in interface DeidentifyContentResponseOrBuilderpublic TransformationOverview getOverview()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;getOverview in interface DeidentifyContentResponseOrBuilderpublic DeidentifyContentResponse.Builder setOverview(TransformationOverview value)
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;public DeidentifyContentResponse.Builder setOverview(TransformationOverview.Builder builderForValue)
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;public DeidentifyContentResponse.Builder mergeOverview(TransformationOverview value)
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;public DeidentifyContentResponse.Builder clearOverview()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;public TransformationOverview.Builder getOverviewBuilder()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;public TransformationOverviewOrBuilder getOverviewOrBuilder()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2.TransformationOverview overview = 2;getOverviewOrBuilder in interface DeidentifyContentResponseOrBuilderpublic final DeidentifyContentResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>public final DeidentifyContentResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeidentifyContentResponse.Builder>Copyright © 2022 Google LLC. All rights reserved.