Class PropertyGraphReference (3.44.0)

PropertyGraphReference(dataset_ref: DatasetReference, property_graph_id: str)

PropertyGraphReferences are pointers to property graphs.

Properties

dataset_id

str: ID of dataset containing the property graph.

project

str: Project bound to the property graph.

property_graph_id

str: The property graph ID.

Methods

from_api_repr

from_api_repr(resource: dict) -> google.cloud.bigquery.table.PropertyGraphReference

Factory: construct a property graph reference given its API representation.

to_api_repr

to_api_repr() -> dict

Construct the API resource representation of this property graph reference.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月25日 UTC.