Interface BigQueryTableTypesOrBuilder (3.46.0)

public interface BigQueryTableTypesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTypes(int index)

public abstract BigQueryTableType getTypes(int index)

A set of BigQuery table types.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
BigQueryTableType

The types at the given index.

getTypesCount()

public abstract 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 abstract 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 abstract int getTypesValue(int index)

A set of BigQuery table types.

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

Parameter
Name Description
index int

The 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 abstract 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.