Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SchemaPaths.
Represents an ordered set of paths within a table's schema.
Generated from protobuf message google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship.SchemaPaths
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResult \ SchemaRelationshipMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_fqn |
string
Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID |
↳ paths |
string[]
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 - |
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
| Returns | |
|---|---|
| Type | Description |
string |
|
setTableFqn
Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPaths
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
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setPaths
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
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|