public static interface RelationDescriptor.ColumnDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBigqueryPolicyTags(int index)
A list of BigQuery policy tags that will be applied to the column.
|
com.google.protobuf.ByteString |
getBigqueryPolicyTagsBytes(int index)
A list of BigQuery policy tags that will be applied to the column.
|
int |
getBigqueryPolicyTagsCount()
A list of BigQuery policy tags that will be applied to the column.
|
List<String> |
getBigqueryPolicyTagsList()
A list of BigQuery policy tags that will be applied to the column.
|
String |
getDescription()
A textual description of the column.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A textual description of the column.
|
String |
getPath(int index)
The identifier for the column.
|
com.google.protobuf.ByteString |
getPathBytes(int index)
The identifier for the column.
|
int |
getPathCount()
The identifier for the column.
|
List<String> |
getPathList()
The identifier for the column.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getPathList()
The identifier for the column. Each entry in `path` represents one level of nesting.
repeated string path = 1;int getPathCount()
The identifier for the column. Each entry in `path` represents one level of nesting.
repeated string path = 1;String getPath(int index)
The identifier for the column. Each entry in `path` represents one level of nesting.
repeated string path = 1;index - The index of the element to return.com.google.protobuf.ByteString getPathBytes(int index)
The identifier for the column. Each entry in `path` represents one level of nesting.
repeated string path = 1;index - The index of the value to return.String getDescription()
A textual description of the column.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A textual description of the column.
string description = 2;List<String> getBigqueryPolicyTagsList()
A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;int getBigqueryPolicyTagsCount()
A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;String getBigqueryPolicyTags(int index)
A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;index - The index of the element to return.com.google.protobuf.ByteString getBigqueryPolicyTagsBytes(int index)
A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.