public final class StoredInfoTypeStats extends GeneratedMessageV3 implements StoredInfoTypeStatsOrBuilder
Statistics for a StoredInfoType.
Protobuf type google.privacy.dlp.v2.StoredInfoTypeStats
Static Fields
LARGE_CUSTOM_DICTIONARY_FIELD_NUMBER
public static final int LARGE_CUSTOM_DICTIONARY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static StoredInfoTypeStats getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static StoredInfoTypeStats.Builder newBuilder()
Returns
newBuilder(StoredInfoTypeStats prototype)
public static StoredInfoTypeStats.Builder newBuilder(StoredInfoTypeStats prototype)
Parameter
Returns
public static StoredInfoTypeStats parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static StoredInfoTypeStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static StoredInfoTypeStats parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static StoredInfoTypeStats parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StoredInfoTypeStats parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static StoredInfoTypeStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StoredInfoTypeStats parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static StoredInfoTypeStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static StoredInfoTypeStats parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StoredInfoTypeStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<StoredInfoTypeStats> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public StoredInfoTypeStats getDefaultInstanceForType()
Returns
getLargeCustomDictionary()
public LargeCustomDictionaryStats getLargeCustomDictionary()
StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
Returns
getLargeCustomDictionaryOrBuilder()
public LargeCustomDictionaryStatsOrBuilder getLargeCustomDictionaryOrBuilder()
StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
Returns
getParserForType()
public Parser<StoredInfoTypeStats> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTypeCase()
public StoredInfoTypeStats.TypeCase getTypeCase()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public StoredInfoTypeStats.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StoredInfoTypeStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public StoredInfoTypeStats.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions