Uses of Class
com.google.privacy.dlp.v2.ByteContentItem
-
Packages that use ByteContentItem Package Description com.google.privacy.dlp.v2 -
-
Uses of ByteContentItem in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ByteContentItem Modifier and Type Method Description ByteContentItem
ByteContentItem.Builder. build()
ByteContentItem
ByteContentItem.Builder. buildPartial()
ByteContentItem
ContentItem.Builder. getByteItem()
Content data to inspect or redact.ByteContentItem
ContentItem. getByteItem()
Content data to inspect or redact.ByteContentItem
ContentItemOrBuilder. getByteItem()
Content data to inspect or redact.ByteContentItem
RedactImageRequest.Builder. getByteItem()
The content must be PNG, JPEG, SVG or BMP.ByteContentItem
RedactImageRequest. getByteItem()
The content must be PNG, JPEG, SVG or BMP.ByteContentItem
RedactImageRequestOrBuilder. getByteItem()
The content must be PNG, JPEG, SVG or BMP.static ByteContentItem
ByteContentItem. getDefaultInstance()
ByteContentItem
ByteContentItem.Builder. getDefaultInstanceForType()
ByteContentItem
ByteContentItem. getDefaultInstanceForType()
static ByteContentItem
ByteContentItem. parseDelimitedFrom(InputStream input)
static ByteContentItem
ByteContentItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ByteContentItem
ByteContentItem. parseFrom(byte[] data)
static ByteContentItem
ByteContentItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ByteContentItem
ByteContentItem. parseFrom(com.google.protobuf.ByteString data)
static ByteContentItem
ByteContentItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ByteContentItem
ByteContentItem. parseFrom(com.google.protobuf.CodedInputStream input)
static ByteContentItem
ByteContentItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ByteContentItem
ByteContentItem. parseFrom(InputStream input)
static ByteContentItem
ByteContentItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ByteContentItem
ByteContentItem. parseFrom(ByteBuffer data)
static ByteContentItem
ByteContentItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type ByteContentItem Modifier and Type Method Description com.google.protobuf.Parser<ByteContentItem>
ByteContentItem. getParserForType()
static com.google.protobuf.Parser<ByteContentItem>
ByteContentItem. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type ByteContentItem Modifier and Type Method Description ContentItem.Builder
ContentItem.Builder. mergeByteItem(ByteContentItem value)
Content data to inspect or redact.RedactImageRequest.Builder
RedactImageRequest.Builder. mergeByteItem(ByteContentItem value)
The content must be PNG, JPEG, SVG or BMP.ByteContentItem.Builder
ByteContentItem.Builder. mergeFrom(ByteContentItem other)
static ByteContentItem.Builder
ByteContentItem. newBuilder(ByteContentItem prototype)
ContentItem.Builder
ContentItem.Builder. setByteItem(ByteContentItem value)
Content data to inspect or redact.RedactImageRequest.Builder
RedactImageRequest.Builder. setByteItem(ByteContentItem value)
The content must be PNG, JPEG, SVG or BMP.
-