public final class OtherInfoTypeSummary extends GeneratedMessageV3 implements OtherInfoTypeSummaryOrBuilder
Infotype details for other infoTypes found within a column.
Protobuf type google.privacy.dlp.v2.OtherInfoTypeSummary
Static Fields
INFO_TYPE_FIELD_NUMBER
public static final int INFO_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OtherInfoTypeSummary getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OtherInfoTypeSummary.Builder newBuilder()
Returns
newBuilder(OtherInfoTypeSummary prototype)
public static OtherInfoTypeSummary.Builder newBuilder(OtherInfoTypeSummary prototype)
Parameter
Returns
public static OtherInfoTypeSummary parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OtherInfoTypeSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OtherInfoTypeSummary parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OtherInfoTypeSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OtherInfoTypeSummary parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OtherInfoTypeSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OtherInfoTypeSummary parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OtherInfoTypeSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OtherInfoTypeSummary parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OtherInfoTypeSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OtherInfoTypeSummary parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OtherInfoTypeSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OtherInfoTypeSummary> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OtherInfoTypeSummary getDefaultInstanceForType()
Returns
getInfoType()
public InfoType getInfoType()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns
getInfoTypeOrBuilder()
public InfoTypeOrBuilder getInfoTypeOrBuilder()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns
getParserForType()
public Parser<OtherInfoTypeSummary> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasInfoType()
public boolean hasInfoType()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns
Type | Description |
boolean | Whether the infoType field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OtherInfoTypeSummary.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OtherInfoTypeSummary.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OtherInfoTypeSummary.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions