public static final class RelationDescriptor.ColumnDescriptor.Builder extends GeneratedMessage.Builder<RelationDescriptor.ColumnDescriptor.Builder> implements RelationDescriptor.ColumnDescriptorOrBuilderDescribes a column.
Protobuf type google.cloud.dataform.v1beta1.RelationDescriptor.ColumnDescriptor
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RelationDescriptor.ColumnDescriptor.BuilderImplements
RelationDescriptor.ColumnDescriptorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The bigqueryPolicyTags to add. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The path to add. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe bigqueryPolicyTags to add. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the bigqueryPolicyTags to add. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe path to add. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the path to add. |
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
build()
public RelationDescriptor.ColumnDescriptor build()| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor |
|
buildPartial()
public RelationDescriptor.ColumnDescriptor buildPartial()| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor |
|
clear()
public RelationDescriptor.ColumnDescriptor.Builder clear()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
clearDescription()
public RelationDescriptor.ColumnDescriptor.Builder clearDescription()A textual description of the column.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
clearPath()
public RelationDescriptor.ColumnDescriptor.Builder clearPath() The identifier for the column. Each entry in path represents one level
of nesting.
repeated string path = 1;
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the bigqueryPolicyTags. |
getDefaultInstanceForType()
public RelationDescriptor.ColumnDescriptor getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor |
|
getDescription()
public String getDescription()A textual description of the column.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()A textual description of the column.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the path. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RelationDescriptor.ColumnDescriptor other)
public RelationDescriptor.ColumnDescriptor.Builder mergeFrom(RelationDescriptor.ColumnDescriptor other)| Parameter | |
|---|---|
| Name | Description |
other |
RelationDescriptor.ColumnDescriptor |
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RelationDescriptor.ColumnDescriptor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RelationDescriptor.ColumnDescriptor.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| 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;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe bigqueryPolicyTags to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe description to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |
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;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe path to set. |
| Returns | |
|---|---|
| Type | Description |
RelationDescriptor.ColumnDescriptor.Builder |
This builder for chaining. |