$Expr class

Used by:

  • accesscontextmanager:v1 : Expr
  • aiplatform:v1 : GoogleTypeExpr
  • analyticshub:v1 : Expr
  • apigateway:v1 : ApigatewayExpr
  • apigee:v1 : GoogleTypeExpr
  • apigeeregistry:v1 : Expr
  • apphub:v1 : Expr
  • artifactregistry:v1 : Expr
  • backupdr:v1 : Expr
  • beyondcorp:v1 : GoogleTypeExpr
  • bigquery:v2 : Expr
  • bigqueryconnection:v1 : Expr
  • bigquerydatapolicy:v1 : Expr
  • bigtableadmin:v2 : Expr
  • binaryauthorization:v1 : Expr
  • cloudasset:v1 : Expr
  • cloudbilling:v1 : Expr
  • cloudbuild:v2 : Expr
  • clouddeploy:v1 : Expr
  • cloudfunctions:v1 : Expr
  • cloudfunctions:v2 : Expr
  • cloudkms:v1 : Expr
  • cloudresourcemanager:v1 : Expr
  • cloudresourcemanager:v2 : Expr
  • cloudresourcemanager:v3 : Expr
  • cloudtasks:v2 : Expr
  • compute:v1 : Expr
  • connectors:v1 : Expr
  • containeranalysis:v1 : Expr
  • contentwarehouse:v1 : GoogleTypeExpr
  • datacatalog:v1 : Expr
  • datafusion:v1 : Expr
  • datamigration:v1 : Expr
  • dataplex:v1 : GoogleTypeExpr
  • dataproc:v1 : Expr
  • deploymentmanager:v2 : Expr
  • dns:v1 : Expr
  • domains:v1 : Expr
  • eventarc:v1 : Expr
  • gkebackup:v1 : Expr
  • gkehub:v1 : Expr
  • gkeonprem:v1 : Expr
  • healthcare:v1 : Expr
  • iam:v1 : Expr
  • iam:v2 : GoogleTypeExpr
  • iap:v1 : Expr
  • identitytoolkit:v2 : GoogleTypeExpr
  • ids:v1 : Expr
  • looker:v1 : Expr
  • managedidentities:v1 : Expr
  • metastore:v1 : Expr
  • ml:v1 : GoogleType__Expr
  • networkconnectivity:v1 : Expr
  • networkmanagement:v1 : Expr
  • networksecurity:v1 : Expr
  • networkservices:v1 : Expr
  • notebooks:v1 : Expr
  • notebooks:v2 : Expr
  • orgpolicy:v2 : GoogleTypeExpr
  • policysimulator:v1 : GoogleTypeExpr
  • policytroubleshooter:v1 : GoogleTypeExpr
  • privateca:v1 : Expr
  • pubsub:v1 : Expr
  • run:v1 : Expr
  • run:v2 : GoogleTypeExpr
  • secretmanager:v1 : Expr
  • securitycenter:v1 : Expr
  • servicedirectory:v1 : Expr
  • servicemanagement:v1 : Expr
  • sourcerepo:v1 : Expr
  • spanner:v1 : Expr
  • vmwareengine:v1 : Expr
  • workstations:v1 : Expr

Constructors

$Expr({String? description, String? expression, String? location, String? title})
$Expr.fromJson(Map json_)

Properties

description String?
Description of the expression.
getter/setter pair
expression String?
Textual representation of an expression in Common Expression Language syntax.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title for the expression, i.e. a short string describing its purpose.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited