$Location00 class

Used by:

  • aiplatform:v1 : GoogleCloudLocationLocation
  • alloydb:v1 : GoogleCloudLocationLocation
  • apigateway:v1 : ApigatewayLocation
  • apigeeregistry:v1 : Location
  • apphub:v1 : Location
  • artifactregistry:v1 : Location
  • backupdr:v1 : Location
  • baremetalsolution:v2 : Location
  • batch:v1 : Location
  • beyondcorp:v1 : GoogleCloudLocationLocation
  • bigquerydatatransfer:v1 : Location
  • bigtableadmin:v2 : Location
  • blockchainnodeengine:v1 : Location
  • certificatemanager:v1 : Location
  • cloudbuild:v2 : Location
  • clouddeploy:v1 : Location
  • cloudfunctions:v1 : Location
  • cloudfunctions:v2 : Location
  • cloudkms:v1 : Location
  • cloudscheduler:v1 : Location
  • cloudtasks:v2 : Location
  • connectors:v1 : Location
  • datafusion:v1 : Location
  • datamigration:v1 : Location
  • datastream:v1 : Location
  • dialogflow:v2 : GoogleCloudLocationLocation
  • dialogflow:v3 : GoogleCloudLocationLocation
  • documentai:v1 : GoogleCloudLocationLocation
  • domains:v1 : Location
  • eventarc:v1 : Location
  • file:v1 : Location
  • firestore:v1 : Location
  • gkebackup:v1 : Location
  • gkehub:v1 : Location
  • gkeonprem:v1 : Location
  • healthcare:v1 : Location
  • ids:v1 : Location
  • looker:v1 : Location
  • managedidentities:v1 : Location
  • memcache:v1 : Location
  • migrationcenter:v1 : Location
  • networkconnectivity:v1 : Location
  • networkmanagement:v1 : Location
  • networksecurity:v1 : Location
  • networkservices:v1 : Location
  • notebooks:v1 : Location
  • notebooks:v2 : Location
  • privateca:v1 : Location
  • rapidmigrationassessment:v1 : Location
  • run:v1 : Location
  • secretmanager:v1 : Location
  • servicedirectory:v1 : Location
  • speech:v2 : Location
  • tpu:v1 : Location
  • tpu:v2 : Location
  • translate:v3 : Location
  • vmmigration:v1 : Location
  • vmwareengine:v1 : Location
  • vpcaccess:v1 : Location
  • workflows:v1 : Location
  • workloadmanager:v1 : Location
  • workstations:v1 : Location

Constructors

$Location00({String? displayName, Map<String, String>? labels, String? locationId, Map<String, Object?>? metadata, String? name})
$Location00.fromJson(Map json_)

Properties

displayName String?
The friendly name for this location, typically a nearby city name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Cross-service attributes for the location.
getter/setter pair
locationId String?
The canonical id for this location.
getter/setter pair
metadata Map<String, Object?>?
Service-specific metadata.
getter/setter pair
name String?
Resource name for the location, which may vary between implementations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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