HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/cloudbuild/resources.yaml
project:
  name: project
  collection: cloudbuild.projects
  attributes:
  - &project
    parameter_name: projectId
    attribute_name: project
    help: Cloud Project ID
  disable_auto_completers: false

trigger:
  name: trigger
  collection: cloudbuild.projects.triggers
  attributes:
  - *project
  - &trigger
    parameter_name: triggerId
    attribute_name: trigger
    help: Build Trigger ID
  disable_auto_completers: false

build:
  name: build
  collection: cloudbuild.projects.builds
  attributes:
  - *project
  - &build
    parameter_name: id
    attribute_name: build
    help: Build ID
  disable_auto_completers: false