public final class BigQueryTableCollection extends GeneratedMessage implements BigQueryTableCollectionOrBuilderSpecifies a collection of BigQuery tables. Used for Discovery.
Protobuf type google.privacy.dlp.v2.BigQueryTableCollection
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BigQueryTableCollectionImplements
BigQueryTableCollectionOrBuilderStatic Fields
INCLUDE_REGEXES_FIELD_NUMBER
public static final int INCLUDE_REGEXES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BigQueryTableCollection getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BigQueryTableCollection.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.Builder |
|
newBuilder(BigQueryTableCollection prototype)
public static BigQueryTableCollection.Builder newBuilder(BigQueryTableCollection prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BigQueryTableCollection |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.Builder |
|
parseDelimitedFrom(InputStream input)
public static BigQueryTableCollection parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableCollection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BigQueryTableCollection parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableCollection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BigQueryTableCollection parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableCollection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BigQueryTableCollection parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableCollection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BigQueryTableCollection parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableCollection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BigQueryTableCollection parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableCollection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BigQueryTableCollection> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryTableCollection> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BigQueryTableCollection getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
BigQueryRegexesOrBuilder |
|
getParserForType()
public Parser<BigQueryTableCollection> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryTableCollection> |
|
getPatternCase()
public BigQueryTableCollection.PatternCase getPatternCase()| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.PatternCase |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasIncludeRegexes()
public boolean hasIncludeRegexes()A collection of regular expressions to match a BigQuery table against.
.google.privacy.dlp.v2.BigQueryRegexes include_regexes = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the includeRegexes 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 BigQueryTableCollection.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BigQueryTableCollection.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.Builder |
|
toBuilder()
public BigQueryTableCollection.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|