public static final class RelationDescriptor.ColumnDescriptor.Builder extends GeneratedMessageV3.Builder<RelationDescriptor.ColumnDescriptor.Builder> implements RelationDescriptor.ColumnDescriptorOrBuilderDescribes a column.
Protobuf type google.cloud.dataform.v1beta1.RelationDescriptor.ColumnDescriptor
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RelationDescriptor.ColumnDescriptor.BuilderImplements
RelationDescriptor.ColumnDescriptorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addAllBigqueryPolicyTags(Iterable<String> values)
public RelationDescriptor.ColumnDescriptor.Builder addAllBigqueryPolicyTags(Iterable<String> values)A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Name | Description |
values |
Iterable<String>The bigqueryPolicyTags to add. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
addAllPath(Iterable<String> values)
public RelationDescriptor.ColumnDescriptor.Builder addAllPath(Iterable<String> values) The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Name | Description |
values |
Iterable<String>The path to add. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
addBigqueryPolicyTags(String value)
public RelationDescriptor.ColumnDescriptor.Builder addBigqueryPolicyTags(String value)A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Name | Description |
value |
StringThe bigqueryPolicyTags to add. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
addBigqueryPolicyTagsBytes(ByteString value)
public RelationDescriptor.ColumnDescriptor.Builder addBigqueryPolicyTagsBytes(ByteString value)A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Name | Description |
value |
ByteStringThe bytes of the bigqueryPolicyTags to add. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
addPath(String value)
public RelationDescriptor.ColumnDescriptor.Builder addPath(String value) The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Name | Description |
value |
StringThe path to add. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
addPathBytes(ByteString value)
public RelationDescriptor.ColumnDescriptor.Builder addPathBytes(ByteString value) The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Name | Description |
value |
ByteStringThe bytes of the path to add. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RelationDescriptor.ColumnDescriptor.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
build()
public RelationDescriptor.ColumnDescriptor build()| Type | Description |
RelationDescriptor.ColumnDescriptor |
buildPartial()
public RelationDescriptor.ColumnDescriptor buildPartial()| Type | Description |
RelationDescriptor.ColumnDescriptor |
clear()
public RelationDescriptor.ColumnDescriptor.Builder clear()| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
clearBigqueryPolicyTags()
public RelationDescriptor.ColumnDescriptor.Builder clearBigqueryPolicyTags()A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
clearDescription()
public RelationDescriptor.ColumnDescriptor.Builder clearDescription()A textual description of the column.
string description = 2;
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public RelationDescriptor.ColumnDescriptor.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RelationDescriptor.ColumnDescriptor.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
clearPath()
public RelationDescriptor.ColumnDescriptor.Builder clearPath() The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
clone()
public RelationDescriptor.ColumnDescriptor.Builder clone()| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
getBigqueryPolicyTags(int index)
public String getBigqueryPolicyTags(int index)A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The bigqueryPolicyTags at the given index. |
getBigqueryPolicyTagsBytes(int index)
public ByteString getBigqueryPolicyTagsBytes(int index)A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the bigqueryPolicyTags at the given index. |
getBigqueryPolicyTagsCount()
public int getBigqueryPolicyTagsCount()A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Type | Description |
int |
The count of bigqueryPolicyTags. |
getBigqueryPolicyTagsList()
public ProtocolStringList getBigqueryPolicyTagsList()A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Type | Description |
ProtocolStringList |
A list containing the bigqueryPolicyTags. |
getDefaultInstanceForType()
public RelationDescriptor.ColumnDescriptor getDefaultInstanceForType()| Type | Description |
RelationDescriptor.ColumnDescriptor |
getDescription()
public String getDescription()A textual description of the column.
string description = 2;
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()A textual description of the column.
string description = 2;
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getPath(int index)
public String getPath(int index) The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The path at the given index. |
getPathBytes(int index)
public ByteString getPathBytes(int index) The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the path at the given index. |
getPathCount()
public int getPathCount() The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Type | Description |
int |
The count of path. |
getPathList()
public ProtocolStringList getPathList() The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Type | Description |
ProtocolStringList |
A list containing the path. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(RelationDescriptor.ColumnDescriptor other)
public RelationDescriptor.ColumnDescriptor.Builder mergeFrom(RelationDescriptor.ColumnDescriptor other)| Name | Description |
other |
RelationDescriptor.ColumnDescriptor |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RelationDescriptor.ColumnDescriptor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public RelationDescriptor.ColumnDescriptor.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RelationDescriptor.ColumnDescriptor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
setBigqueryPolicyTags(int index, String value)
public RelationDescriptor.ColumnDescriptor.Builder setBigqueryPolicyTags(int index, String value)A list of BigQuery policy tags that will be applied to the column.
repeated string bigquery_policy_tags = 3;
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe bigqueryPolicyTags to set. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
setDescription(String value)
public RelationDescriptor.ColumnDescriptor.Builder setDescription(String value)A textual description of the column.
string description = 2;
| Name | Description |
value |
StringThe description to set. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public RelationDescriptor.ColumnDescriptor.Builder setDescriptionBytes(ByteString value)A textual description of the column.
string description = 2;
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public RelationDescriptor.ColumnDescriptor.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
setPath(int index, String value)
public RelationDescriptor.ColumnDescriptor.Builder setPath(int index, String value) The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe path to set. |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RelationDescriptor.ColumnDescriptor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RelationDescriptor.ColumnDescriptor.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |