Uses of Class
com.google.privacy.dlp.v2.ContentItem
-
Packages that use ContentItem Package Description com.google.privacy.dlp.v2 -
-
Uses of ContentItem in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ContentItem Modifier and Type Method Description ContentItem
ContentItem.Builder. build()
ContentItem
ContentItem.Builder. buildPartial()
static ContentItem
ContentItem. getDefaultInstance()
ContentItem
ContentItem.Builder. getDefaultInstanceForType()
ContentItem
ContentItem. getDefaultInstanceForType()
ContentItem
DeidentifyContentRequest.Builder. getItem()
The item to de-identify.ContentItem
DeidentifyContentRequest. getItem()
The item to de-identify.ContentItem
DeidentifyContentRequestOrBuilder. getItem()
The item to de-identify.ContentItem
DeidentifyContentResponse.Builder. getItem()
The de-identified item.ContentItem
DeidentifyContentResponse. getItem()
The de-identified item.ContentItem
DeidentifyContentResponseOrBuilder. getItem()
The de-identified item.ContentItem
HybridContentItem.Builder. getItem()
The item to inspect.ContentItem
HybridContentItem. getItem()
The item to inspect.ContentItem
HybridContentItemOrBuilder. getItem()
The item to inspect.ContentItem
InspectContentRequest.Builder. getItem()
The item to inspect.ContentItem
InspectContentRequest. getItem()
The item to inspect.ContentItem
InspectContentRequestOrBuilder. getItem()
The item to inspect.ContentItem
ReidentifyContentRequest.Builder. getItem()
The item to re-identify.ContentItem
ReidentifyContentRequest. getItem()
The item to re-identify.ContentItem
ReidentifyContentRequestOrBuilder. getItem()
The item to re-identify.ContentItem
ReidentifyContentResponse.Builder. getItem()
The re-identified item.ContentItem
ReidentifyContentResponse. getItem()
The re-identified item.ContentItem
ReidentifyContentResponseOrBuilder. getItem()
The re-identified item.static ContentItem
ContentItem. parseDelimitedFrom(InputStream input)
static ContentItem
ContentItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentItem
ContentItem. parseFrom(byte[] data)
static ContentItem
ContentItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentItem
ContentItem. parseFrom(com.google.protobuf.ByteString data)
static ContentItem
ContentItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentItem
ContentItem. parseFrom(com.google.protobuf.CodedInputStream input)
static ContentItem
ContentItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentItem
ContentItem. parseFrom(InputStream input)
static ContentItem
ContentItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentItem
ContentItem. parseFrom(ByteBuffer data)
static ContentItem
ContentItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type ContentItem Modifier and Type Method Description com.google.protobuf.Parser<ContentItem>
ContentItem. getParserForType()
static com.google.protobuf.Parser<ContentItem>
ContentItem. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type ContentItem Modifier and Type Method Description ContentItem.Builder
ContentItem.Builder. mergeFrom(ContentItem other)
DeidentifyContentRequest.Builder
DeidentifyContentRequest.Builder. mergeItem(ContentItem value)
The item to de-identify.DeidentifyContentResponse.Builder
DeidentifyContentResponse.Builder. mergeItem(ContentItem value)
The de-identified item.HybridContentItem.Builder
HybridContentItem.Builder. mergeItem(ContentItem value)
The item to inspect.InspectContentRequest.Builder
InspectContentRequest.Builder. mergeItem(ContentItem value)
The item to inspect.ReidentifyContentRequest.Builder
ReidentifyContentRequest.Builder. mergeItem(ContentItem value)
The item to re-identify.ReidentifyContentResponse.Builder
ReidentifyContentResponse.Builder. mergeItem(ContentItem value)
The re-identified item.static ContentItem.Builder
ContentItem. newBuilder(ContentItem prototype)
DeidentifyContentRequest.Builder
DeidentifyContentRequest.Builder. setItem(ContentItem value)
The item to de-identify.DeidentifyContentResponse.Builder
DeidentifyContentResponse.Builder. setItem(ContentItem value)
The de-identified item.HybridContentItem.Builder
HybridContentItem.Builder. setItem(ContentItem value)
The item to inspect.InspectContentRequest.Builder
InspectContentRequest.Builder. setItem(ContentItem value)
The item to inspect.ReidentifyContentRequest.Builder
ReidentifyContentRequest.Builder. setItem(ContentItem value)
The item to re-identify.ReidentifyContentResponse.Builder
ReidentifyContentResponse.Builder. setItem(ContentItem value)
The re-identified item.
-