PromQLQuery🔗Constructor🔗PromQLQuery() Methods🔗 build🔗Builds the object.def build() -> googlecloudmonitoring.PromQLQuery expr🔗PromQL expression/query to be executed.def expr(expr: str) -> typing.Self project_name🔗GCP project to execute the query against.def project_name(project_name: str) -> typing.Self step🔗PromQL min stepdef step(step: str) -> typing.Self See also🔗 PromQLQuery