| Modifier and Type | Method and Description |
|---|---|
ByteContentItem |
ByteContentItem.Builder.build() |
ByteContentItem |
ByteContentItem.Builder.buildPartial() |
ByteContentItem |
ContentItemOrBuilder.getByteItem()
Content data to inspect or redact.
|
ByteContentItem |
RedactImageRequest.getByteItem()
The content must be PNG, JPEG, SVG or BMP.
|
ByteContentItem |
RedactImageRequest.Builder.getByteItem()
The content must be PNG, JPEG, SVG or BMP.
|
ByteContentItem |
ContentItem.getByteItem()
Content data to inspect or redact.
|
ByteContentItem |
ContentItem.Builder.getByteItem()
Content data to inspect or redact.
|
ByteContentItem |
RedactImageRequestOrBuilder.getByteItem()
The content must be PNG, JPEG, SVG or BMP.
|
static ByteContentItem |
ByteContentItem.getDefaultInstance() |
ByteContentItem |
ByteContentItem.getDefaultInstanceForType() |
ByteContentItem |
ByteContentItem.Builder.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(ByteBuffer data) |
static ByteContentItem |
ByteContentItem.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ByteContentItem> |
ByteContentItem.getParserForType() |
static com.google.protobuf.Parser<ByteContentItem> |
ByteContentItem.parser() |
| Modifier and Type | Method and Description |
|---|---|
RedactImageRequest.Builder |
RedactImageRequest.Builder.mergeByteItem(ByteContentItem value)
The content must be PNG, JPEG, SVG or BMP.
|
ContentItem.Builder |
ContentItem.Builder.mergeByteItem(ByteContentItem value)
Content data to inspect or redact.
|
ByteContentItem.Builder |
ByteContentItem.Builder.mergeFrom(ByteContentItem other) |
static ByteContentItem.Builder |
ByteContentItem.newBuilder(ByteContentItem prototype) |
RedactImageRequest.Builder |
RedactImageRequest.Builder.setByteItem(ByteContentItem value)
The content must be PNG, JPEG, SVG or BMP.
|
ContentItem.Builder |
ContentItem.Builder.setByteItem(ByteContentItem value)
Content data to inspect or redact.
|
Copyright © 2022 Google LLC. All rights reserved.