public final class StoredInfoTypeStats extends GeneratedMessage implements StoredInfoTypeStatsOrBuilderStatistics for a StoredInfoType.
Protobuf type google.privacy.dlp.v2.StoredInfoTypeStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > StoredInfoTypeStatsImplements
StoredInfoTypeStatsOrBuilderStatic Fields
LARGE_CUSTOM_DICTIONARY_FIELD_NUMBER
public static final int LARGE_CUSTOM_DICTIONARY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static StoredInfoTypeStats getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StoredInfoTypeStats.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.Builder |
|
newBuilder(StoredInfoTypeStats prototype)
public static StoredInfoTypeStats.Builder newBuilder(StoredInfoTypeStats prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StoredInfoTypeStats |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.Builder |
|
parseDelimitedFrom(InputStream input)
public static StoredInfoTypeStats parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StoredInfoTypeStats parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StoredInfoTypeStats parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StoredInfoTypeStats parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StoredInfoTypeStats parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StoredInfoTypeStats parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StoredInfoTypeStats> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StoredInfoTypeStats> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public StoredInfoTypeStats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats |
|
getLargeCustomDictionary()
public LargeCustomDictionaryStats getLargeCustomDictionary()StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
| Returns | |
|---|---|
| Type | Description |
LargeCustomDictionaryStats |
The largeCustomDictionary. |
getLargeCustomDictionaryOrBuilder()
public LargeCustomDictionaryStatsOrBuilder getLargeCustomDictionaryOrBuilder()StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
| Returns | |
|---|---|
| Type | Description |
LargeCustomDictionaryStatsOrBuilder |
|
getParserForType()
public Parser<StoredInfoTypeStats> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StoredInfoTypeStats> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTypeCase()
public StoredInfoTypeStats.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.TypeCase |
|
hasLargeCustomDictionary()
public boolean hasLargeCustomDictionary()StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the largeCustomDictionary 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 StoredInfoTypeStats.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StoredInfoTypeStats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.Builder |
|
toBuilder()
public StoredInfoTypeStats.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|