Class QueryPlanEntryStep (3.20.1)

QueryPlanEntryStep(kind, substeps)

Map a single step in a query plan entry.

Parameters

NameDescription
kind str

step type.

substeps List

names of substeps.

Methods

from_api_repr

from_api_repr(resource: dict) -> google.cloud.bigquery.job.query.QueryPlanEntryStep

Factory: construct instance from the JSON repr.

Parameter
NameDescription
resource Dict

JSON representation of the entry.

Returns
TypeDescription
google.cloud.bigquery.job.QueryPlanEntryStepNew instance built from the resource.