- 0.51.0 (latest)
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class RelationDescriptor.ColumnDescriptor.Builder extends GeneratedMessageV3.Builder<RelationDescriptor.ColumnDescriptor.Builder> implements RelationDescriptor.ColumnDescriptorOrBuilder
Describes 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 | String The 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 | ByteString The 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 | String The 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 | ByteString The 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 | int The 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 | int The 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 | int The 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 | int The 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 | int The index to set the value at. |
value | String The 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 | String The 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 | ByteString The 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 | int The index to set the value at. |
value | String The 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 |