Class PropertyGraphReference (3.41.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.