Class BigQueryTableTypes (3.45.0)

public final class BigQueryTableTypes extends GeneratedMessageV3 implements BigQueryTableTypesOrBuilder

The types of BigQuery tables supported by Cloud DLP.

Protobuf type google.privacy.dlp.v2.BigQueryTableTypes

Static Fields

TYPES_FIELD_NUMBER

public static final int TYPES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BigQueryTableTypes getDefaultInstance()
Returns
TypeDescription
BigQueryTableTypes

getDescriptor()

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

newBuilder()

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

newBuilder(BigQueryTableTypes prototype)

public static BigQueryTableTypes.Builder newBuilder(BigQueryTableTypes prototype)
Parameter
NameDescription
prototypeBigQueryTableTypes
Returns
TypeDescription
BigQueryTableTypes.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BigQueryTableTypes getDefaultInstanceForType()
Returns
TypeDescription
BigQueryTableTypes

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTypes(int index)

public BigQueryTableType getTypes(int index)

A set of BigQuery table types.

repeated .google.privacy.dlp.v2.BigQueryTableType types = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for types.

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 BigQueryTableTypes.Builder newBuilderForType()
Returns
TypeDescription
BigQueryTableTypes.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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