Class AllOtherDatabaseResources (3.49.0)

public final class AllOtherDatabaseResources extends GeneratedMessageV3 implements AllOtherDatabaseResourcesOrBuilder

Match database resources not covered by any other filter.

Protobuf type google.privacy.dlp.v2.AllOtherDatabaseResources

Static Methods

getDefaultInstance()

public static AllOtherDatabaseResources getDefaultInstance()
Returns
Type Description
AllOtherDatabaseResources

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AllOtherDatabaseResources.Builder newBuilder()
Returns
Type Description
AllOtherDatabaseResources.Builder

newBuilder(AllOtherDatabaseResources prototype)

public static AllOtherDatabaseResources.Builder newBuilder(AllOtherDatabaseResources prototype)
Parameter
Name Description
prototype AllOtherDatabaseResources
Returns
Type Description
AllOtherDatabaseResources.Builder

parseDelimitedFrom(InputStream input)

public static AllOtherDatabaseResources parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AllOtherDatabaseResources parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AllOtherDatabaseResources parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AllOtherDatabaseResources parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AllOtherDatabaseResources parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AllOtherDatabaseResources parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AllOtherDatabaseResources parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AllOtherDatabaseResources parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AllOtherDatabaseResources parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AllOtherDatabaseResources parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AllOtherDatabaseResources parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AllOtherDatabaseResources parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AllOtherDatabaseResources
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AllOtherDatabaseResources> parser()
Returns
Type Description
Parser<AllOtherDatabaseResources>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AllOtherDatabaseResources getDefaultInstanceForType()
Returns
Type Description
AllOtherDatabaseResources

getParserForType()

public Parser<AllOtherDatabaseResources> getParserForType()
Returns
Type Description
Parser<AllOtherDatabaseResources>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AllOtherDatabaseResources.Builder newBuilderForType()
Returns
Type Description
AllOtherDatabaseResources.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AllOtherDatabaseResources.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AllOtherDatabaseResources.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AllOtherDatabaseResources.Builder toBuilder()
Returns
Type Description
AllOtherDatabaseResources.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException