Interface RelationDescriptor.ColumnDescriptorOrBuilder (0.12.0)

public static interface RelationDescriptor.ColumnDescriptorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryPolicyTags(int index)

public abstract String getBigqueryPolicyTags(int index)

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The bigqueryPolicyTags at the given index.

getBigqueryPolicyTagsBytes(int index)

public abstract ByteString getBigqueryPolicyTagsBytes(int index)

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the bigqueryPolicyTags at the given index.

getBigqueryPolicyTagsCount()

public abstract int getBigqueryPolicyTagsCount()

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Returns
TypeDescription
int

The count of bigqueryPolicyTags.

getBigqueryPolicyTagsList()

public abstract List<String> getBigqueryPolicyTagsList()

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Returns
TypeDescription
List<String>

A list containing the bigqueryPolicyTags.

getDescription()

public abstract String getDescription()

A textual description of the column.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A textual description of the column.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getPath(int index)

public abstract String getPath(int index)

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The path at the given index.

getPathBytes(int index)

public abstract ByteString getPathBytes(int index)

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the path at the given index.

getPathCount()

public abstract int getPathCount()

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Returns
TypeDescription
int

The count of path.

getPathList()

public abstract List<String> getPathList()

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Returns
TypeDescription
List<String>

A list containing the path.