Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class SchemaPaths.
Represents an ordered set of paths within the table schema.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.Context.SchemaRelationship.SchemaPaths
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ Context \ SchemaRelationshipMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_fqn |
string
The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID |
↳ paths |
array
The ordered list of paths within the table schema. |
getTableFqn
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
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
The ordered list of paths within the table schema.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPaths
The ordered list of paths within the table schema.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|