File: //snap/google-cloud-cli/396/lib/googlecloudsdk/command_lib/scheduler/resources.yaml
location:
  name: location
  collection: cloudscheduler.projects.locations
  attributes:
  - &location
    parameter_name: locationsId
    attribute_name: location
    help: |
      The location of the job. By default, uses the location of the current project's App Engine app
      if there is an associated app.
    fallthroughs:
    # Called when location is not specified.
    - hook: "googlecloudsdk.command_lib.scheduler.util:AppLocationResolver:"
      hint: defaults to App Engine's app location if not provided & an app exists
job:
  name: job
  collection: cloudscheduler.projects.locations.jobs
  request_id_field: job.name
  attributes:
  - *location
  - parameter_name: jobsId
    attribute_name: job
    help: The ID of the job.
cmekConfig:
  name: cmekConfig
  collection: cloudscheduler.projects.locations.cmekConfig
  request_id_field: cmekConfig.name
  attributes:
  - *location
  - parameter_name: cmekConfigName
    attribute_name: cmekConfig
    help: The ID of the CMEK Config.
operation:
  name: operation
  collection: cloudscheduler.projects.locations.operations
  attributes:
  - *location
  - parameter_name: operationsId
    attribute_name: operation
    help: The ID of the operation.