public final class HybridContentItem extends GeneratedMessage implements HybridContentItemOrBuilderAn individual hybrid item to inspect. Will be stored temporarily during processing.
Protobuf type google.privacy.dlp.v2.HybridContentItem
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > HybridContentItemImplements
HybridContentItemOrBuilderStatic Fields
FINDING_DETAILS_FIELD_NUMBER
public static final int FINDING_DETAILS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ITEM_FIELD_NUMBER
public static final int ITEM_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static HybridContentItem getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static HybridContentItem.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
HybridContentItem.Builder |
|
newBuilder(HybridContentItem prototype)
public static HybridContentItem.Builder newBuilder(HybridContentItem prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
HybridContentItem |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem.Builder |
|
parseDelimitedFrom(InputStream input)
public static HybridContentItem parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HybridContentItem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static HybridContentItem parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HybridContentItem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static HybridContentItem parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HybridContentItem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static HybridContentItem parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HybridContentItem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static HybridContentItem parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HybridContentItem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static HybridContentItem parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HybridContentItem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<HybridContentItem> parser()| Returns | |
|---|---|
| Type | Description |
Parser<HybridContentItem> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public HybridContentItem getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
HybridContentItem |
|
getFindingDetails()
public HybridFindingDetails getFindingDetails()Supplementary information that will be added to each finding.
.google.privacy.dlp.v2.HybridFindingDetails finding_details = 2;
| Returns | |
|---|---|
| Type | Description |
HybridFindingDetails |
The findingDetails. |
getFindingDetailsOrBuilder()
public HybridFindingDetailsOrBuilder getFindingDetailsOrBuilder()Supplementary information that will be added to each finding.
.google.privacy.dlp.v2.HybridFindingDetails finding_details = 2;
| Returns | |
|---|---|
| Type | Description |
HybridFindingDetailsOrBuilder |
|
getItem()
public ContentItem getItem()The item to inspect.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
ContentItem |
The item. |
getItemOrBuilder()
public ContentItemOrBuilder getItemOrBuilder()The item to inspect.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
ContentItemOrBuilder |
|
getParserForType()
public Parser<HybridContentItem> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<HybridContentItem> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasFindingDetails()
public boolean hasFindingDetails()Supplementary information that will be added to each finding.
.google.privacy.dlp.v2.HybridFindingDetails finding_details = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the findingDetails field is set. |
hasItem()
public boolean hasItem()The item to inspect.
.google.privacy.dlp.v2.ContentItem item = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the item field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public HybridContentItem.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
HybridContentItem.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected HybridContentItem.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
HybridContentItem.Builder |
|
toBuilder()
public HybridContentItem.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
HybridContentItem.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|