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 ByteContentItemByteContentItem.Builder. build()ByteContentItemByteContentItem.Builder. buildPartial()ByteContentItemContentItem.Builder. getByteItem()Content data to inspect or redact.ByteContentItemContentItem. getByteItem()Content data to inspect or redact.ByteContentItemContentItemOrBuilder. getByteItem()Content data to inspect or redact.ByteContentItemRedactImageRequest.Builder. getByteItem()The content must be PNG, JPEG, SVG or BMP.ByteContentItemRedactImageRequest. getByteItem()The content must be PNG, JPEG, SVG or BMP.ByteContentItemRedactImageRequestOrBuilder. getByteItem()The content must be PNG, JPEG, SVG or BMP.static ByteContentItemByteContentItem. getDefaultInstance()ByteContentItemByteContentItem.Builder. getDefaultInstanceForType()ByteContentItemByteContentItem. getDefaultInstanceForType()static ByteContentItemByteContentItem. parseDelimitedFrom(InputStream input)static ByteContentItemByteContentItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ByteContentItemByteContentItem. parseFrom(byte[] data)static ByteContentItemByteContentItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ByteContentItemByteContentItem. parseFrom(com.google.protobuf.ByteString data)static ByteContentItemByteContentItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ByteContentItemByteContentItem. parseFrom(com.google.protobuf.CodedInputStream input)static ByteContentItemByteContentItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ByteContentItemByteContentItem. parseFrom(InputStream input)static ByteContentItemByteContentItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ByteContentItemByteContentItem. parseFrom(ByteBuffer data)static ByteContentItemByteContentItem. 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.BuilderContentItem.Builder. mergeByteItem(ByteContentItem value)Content data to inspect or redact.RedactImageRequest.BuilderRedactImageRequest.Builder. mergeByteItem(ByteContentItem value)The content must be PNG, JPEG, SVG or BMP.ByteContentItem.BuilderByteContentItem.Builder. mergeFrom(ByteContentItem other)static ByteContentItem.BuilderByteContentItem. newBuilder(ByteContentItem prototype)ContentItem.BuilderContentItem.Builder. setByteItem(ByteContentItem value)Content data to inspect or redact.RedactImageRequest.BuilderRedactImageRequest.Builder. setByteItem(ByteContentItem value)The content must be PNG, JPEG, SVG or BMP.
-