public static final class DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder extends GeneratedMessage.Builder<DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder> implements DataDocumentationResult.SchemaRelationship.SchemaPathsOrBuilderRepresents an ordered set of paths within a table's schema.
Protobuf type
google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship.SchemaPaths
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataDocumentationResult.SchemaRelationship.SchemaPaths.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPaths(Iterable<String> values)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder addAllPaths(Iterable<String> values) Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The paths to add. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
addPaths(String value)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder addPaths(String value) Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe paths to add. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
addPathsBytes(ByteString value)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder addPathsBytes(ByteString value) Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the paths to add. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
build()
public DataDocumentationResult.SchemaRelationship.SchemaPaths build()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths |
|
buildPartial()
public DataDocumentationResult.SchemaRelationship.SchemaPaths buildPartial()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths |
|
clear()
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
|
clearPaths()
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder clearPaths() Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
clearTableFqn()
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder clearTableFqn()Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DataDocumentationResult.SchemaRelationship.SchemaPaths getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPaths(int index)
public String getPaths(int index) Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The paths at the given index. |
getPathsBytes(int index)
public ByteString getPathsBytes(int index) Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the paths at the given index. |
getPathsCount()
public int getPathsCount() Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of paths. |
getPathsList()
public ProtocolStringList getPathsList() Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the paths. |
getTableFqn()
public String getTableFqn()Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The tableFqn. |
getTableFqnBytes()
public ByteString getTableFqnBytes()Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableFqn. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataDocumentationResult.SchemaRelationship.SchemaPaths other)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder mergeFrom(DataDocumentationResult.SchemaRelationship.SchemaPaths other)| Parameter | |
|---|---|
| Name | Description |
other |
DataDocumentationResult.SchemaRelationship.SchemaPaths |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
|
setPaths(int index, String value)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder setPaths(int index, String value) Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe paths to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
setTableFqn(String value)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder setTableFqn(String value)Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tableFqn to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |
setTableFqnBytes(ByteString value)
public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder setTableFqnBytes(ByteString value)Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tableFqn to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder |
This builder for chaining. |