public interface RelationDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBigqueryLabels(String key)
A set of BigQuery labels that should be applied to the relation.
|
Map<String,String> |
getBigqueryLabels()
Deprecated.
|
int |
getBigqueryLabelsCount()
A set of BigQuery labels that should be applied to the relation.
|
Map<String,String> |
getBigqueryLabelsMap()
A set of BigQuery labels that should be applied to the relation.
|
String |
getBigqueryLabelsOrDefault(String key,
String defaultValue)
A set of BigQuery labels that should be applied to the relation.
|
String |
getBigqueryLabelsOrThrow(String key)
A set of BigQuery labels that should be applied to the relation.
|
RelationDescriptor.ColumnDescriptor |
getColumns(int index)
A list of descriptions of columns within the relation.
|
int |
getColumnsCount()
A list of descriptions of columns within the relation.
|
List<RelationDescriptor.ColumnDescriptor> |
getColumnsList()
A list of descriptions of columns within the relation.
|
RelationDescriptor.ColumnDescriptorOrBuilder |
getColumnsOrBuilder(int index)
A list of descriptions of columns within the relation.
|
List<? extends RelationDescriptor.ColumnDescriptorOrBuilder> |
getColumnsOrBuilderList()
A list of descriptions of columns within the relation.
|
String |
getDescription()
A text description of the relation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A text description of the relation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDescription()
A text description of the relation.
string description = 1;com.google.protobuf.ByteString getDescriptionBytes()
A text description of the relation.
string description = 1;List<RelationDescriptor.ColumnDescriptor> getColumnsList()
A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
RelationDescriptor.ColumnDescriptor getColumns(int index)
A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
int getColumnsCount()
A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
List<? extends RelationDescriptor.ColumnDescriptorOrBuilder> getColumnsOrBuilderList()
A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
RelationDescriptor.ColumnDescriptorOrBuilder getColumnsOrBuilder(int index)
A list of descriptions of columns within the relation.
repeated .google.cloud.dataform.v1alpha2.RelationDescriptor.ColumnDescriptor columns = 2;
int getBigqueryLabelsCount()
A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;boolean containsBigqueryLabels(String key)
A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;@Deprecated Map<String,String> getBigqueryLabels()
getBigqueryLabelsMap() instead.Map<String,String> getBigqueryLabelsMap()
A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;String getBigqueryLabelsOrDefault(String key, String defaultValue)
A set of BigQuery labels that should be applied to the relation.
map<string, string> bigquery_labels = 3;Copyright © 2024 Google LLC. All rights reserved.