File: //snap/google-cloud-cli/394/lib/googlecloudsdk/command_lib/compute/tpus/reservations/resources.yaml
project:
  name: project
  collection: tpu.projects
  attributes:
  - &project
    parameter_name: projectsId
    attribute_name: project
    help: Project ID.
location:
  name: location
  collection: tpu.projects.locations
  disable_auto_completers: false
  attributes:
  - &location
    parameter_name: locationsId
    attribute_name: zone
    help: |
      Zone of the Cloud TPU.
      If not specified, will use `default` compute/zone.
    property: compute/zone
reservation:
  name: reservation
  collection: tpu.projects.locations.reservations
  attributes:
  - *project
  - *location
  - parameter_name: reservationId
    attribute_name: reservation
    help: The unqualified reservation ID.