public final class BigQueryTableTypes extends GeneratedMessage implements BigQueryTableTypesOrBuilderThe types of BigQuery tables supported by Cloud DLP.
Protobuf type google.privacy.dlp.v2.BigQueryTableTypes
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BigQueryTableTypesImplements
BigQueryTableTypesOrBuilderStatic Fields
TYPES_FIELD_NUMBER
public static final int TYPES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BigQueryTableTypes getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BigQueryTableTypes.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes.Builder |
|
newBuilder(BigQueryTableTypes prototype)
public static BigQueryTableTypes.Builder newBuilder(BigQueryTableTypes prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BigQueryTableTypes |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes.Builder |
|
parseDelimitedFrom(InputStream input)
public static BigQueryTableTypes parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableTypes parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BigQueryTableTypes parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableTypes parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BigQueryTableTypes parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableTypes parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BigQueryTableTypes parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableTypes parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BigQueryTableTypes parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableTypes parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BigQueryTableTypes parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryTableTypes parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BigQueryTableTypes> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryTableTypes> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BigQueryTableTypes getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
|
getParserForType()
public Parser<BigQueryTableTypes> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryTableTypes> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTypes(int index)
public BigQueryTableType getTypes(int index)A set of BigQuery table types.
repeated .google.privacy.dlp.v2.BigQueryTableType types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableType |
The types at the given index. |
getTypesCount()
public int getTypesCount()A set of BigQuery table types.
repeated .google.privacy.dlp.v2.BigQueryTableType types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of types. |
getTypesList()
public List<BigQueryTableType> getTypesList()A set of BigQuery table types.
repeated .google.privacy.dlp.v2.BigQueryTableType types = 1;
| Returns | |
|---|---|
| Type | Description |
List<BigQueryTableType> |
A list containing the types. |
getTypesValue(int index)
public int getTypesValue(int index)A set of BigQuery table types.
repeated .google.privacy.dlp.v2.BigQueryTableType types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of types at the given index. |
getTypesValueList()
public List<Integer> getTypesValueList()A set of BigQuery table types.
repeated .google.privacy.dlp.v2.BigQueryTableType types = 1;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for types. |
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 BigQueryTableTypes.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BigQueryTableTypes.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes.Builder |
|
toBuilder()
public BigQueryTableTypes.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|