Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class BigQueryPropertyGraphReference.
Message representing a reference to a single BigQuery property graph.
Generated from protobuf message google.cloud.geminidataanalytics.v1.BigQueryPropertyGraphReference
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
Required. The project that the property graph belongs to. |
↳ dataset_id |
string
Required. The dataset that the property graph belongs to. |
↳ property_graph_id |
string
Required. The property graph id. |
getProjectId
Required. The project that the property graph belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
Required. The project that the property graph belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatasetId
Required. The dataset that the property graph belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatasetId
Required. The dataset that the property graph belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPropertyGraphId
Required. The property graph id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPropertyGraphId
Required. The property graph id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|