public interface RelationDescriptorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsBigqueryLabels(String key)
public abstract boolean containsBigqueryLabels(String key)A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;
| Name | Description |
key |
String |
| Type | Description |
boolean |
getBigqueryLabels()
public abstract Map<String,String> getBigqueryLabels()Use #getBigqueryLabelsMap() instead.
| Type | Description |
Map<String,String> |
getBigqueryLabelsCount()
public abstract int getBigqueryLabelsCount()A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;
| Type | Description |
int |
getBigqueryLabelsMap()
public abstract Map<String,String> getBigqueryLabelsMap()A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;
| Type | Description |
Map<String,String> |
getBigqueryLabelsOrDefault(String key, String defaultValue)
public abstract String getBigqueryLabelsOrDefault(String key, String defaultValue)A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;
| Name | Description |
key |
String |
defaultValue |
String |
| Type | Description |
String |
getBigqueryLabelsOrThrow(String key)
public abstract String getBigqueryLabelsOrThrow(String key)A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;
| Name | Description |
key |
String |
| Type | Description |
String |
getColumns(int index)
public abstract RelationDescriptor.ColumnDescriptor getColumns(int index)A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
| Name | Description |
index |
int |
| Type | Description |
RelationDescriptor.ColumnDescriptor |
getColumnsCount()
public abstract int getColumnsCount()A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
| Type | Description |
int |
getColumnsList()
public abstract List<RelationDescriptor.ColumnDescriptor> getColumnsList()A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
| Type | Description |
List<ColumnDescriptor> |
getColumnsOrBuilder(int index)
public abstract RelationDescriptor.ColumnDescriptorOrBuilder getColumnsOrBuilder(int index)A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
| Name | Description |
index |
int |
| Type | Description |
RelationDescriptor.ColumnDescriptorOrBuilder |
getColumnsOrBuilderList()
public abstract List<? extends RelationDescriptor.ColumnDescriptorOrBuilder> getColumnsOrBuilderList()A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
| Type | Description |
List<? extends com.google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptorOrBuilder> |
getDescription()
public abstract String getDescription()A text description of the relation.
string description = 1;
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A text description of the relation.
string description = 1;
| Type | Description |
ByteString |
The bytes for description. |