Class BigQueryTableCollection (3.45.0)

public final class BigQueryTableCollection extends GeneratedMessageV3 implements BigQueryTableCollectionOrBuilder

Specifies a collection of BigQuery tables. Used for Discovery.

Protobuf type google.privacy.dlp.v2.BigQueryTableCollection

Static Fields

INCLUDE_REGEXES_FIELD_NUMBER

public static final int INCLUDE_REGEXES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BigQueryTableCollection getDefaultInstance()
Returns
TypeDescription
BigQueryTableCollection

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BigQueryTableCollection.Builder newBuilder()
Returns
TypeDescription
BigQueryTableCollection.Builder

newBuilder(BigQueryTableCollection prototype)

public static BigQueryTableCollection.Builder newBuilder(BigQueryTableCollection prototype)
Parameter
NameDescription
prototypeBigQueryTableCollection
Returns
TypeDescription
BigQueryTableCollection.Builder

parseDelimitedFrom(InputStream input)

public static BigQueryTableCollection parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryTableCollection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BigQueryTableCollection parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BigQueryTableCollection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BigQueryTableCollection parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BigQueryTableCollection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BigQueryTableCollection parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryTableCollection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BigQueryTableCollection parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryTableCollection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BigQueryTableCollection parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BigQueryTableCollection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BigQueryTableCollection
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BigQueryTableCollection> parser()
Returns
TypeDescription
Parser<BigQueryTableCollection>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BigQueryTableCollection getDefaultInstanceForType()
Returns
TypeDescription
BigQueryTableCollection

getIncludeRegexes()

public BigQueryRegexes getIncludeRegexes()

A collection of regular expressions to match a BigQuery table against.

.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;

Returns
TypeDescription
BigQueryRegexes

The includeRegexes.

getIncludeRegexesOrBuilder()

public BigQueryRegexesOrBuilder getIncludeRegexesOrBuilder()

A collection of regular expressions to match a BigQuery table against.

.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;

Returns
TypeDescription
BigQueryRegexesOrBuilder

getParserForType()

public Parser<BigQueryTableCollection> getParserForType()
Returns
TypeDescription
Parser<BigQueryTableCollection>
Overrides

getPatternCase()

public BigQueryTableCollection.PatternCase getPatternCase()
Returns
TypeDescription
BigQueryTableCollection.PatternCase

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasIncludeRegexes()

public boolean hasIncludeRegexes()

A collection of regular expressions to match a BigQuery table against.

.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;

Returns
TypeDescription
boolean

Whether the includeRegexes field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BigQueryTableCollection.Builder newBuilderForType()
Returns
TypeDescription
BigQueryTableCollection.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BigQueryTableCollection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BigQueryTableCollection.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BigQueryTableCollection.Builder toBuilder()
Returns
TypeDescription
BigQueryTableCollection.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException