33 lines
667 B
YAML
33 lines
667 B
YAML
project:
|
|
name: project
|
|
collection: cloudbuild.projects
|
|
attributes:
|
|
- &project
|
|
parameter_name: projectsId
|
|
attribute_name: project
|
|
help: Cloud Project ID
|
|
disable_auto_completers: false
|
|
|
|
location:
|
|
name: location
|
|
collection: cloudbuild.projects.locations
|
|
attributes:
|
|
- *project
|
|
- &location
|
|
parameter_name: locationsId
|
|
attribute_name: location
|
|
help: Cloud Region
|
|
disable_auto_completers: false
|
|
|
|
build:
|
|
name: build
|
|
collection: cloudbuild.projects.locations.builds
|
|
attributes:
|
|
- *project
|
|
- *location
|
|
- &build
|
|
parameter_name: buildsId
|
|
attribute_name: build
|
|
help: Build ID
|
|
disable_auto_completers: false
|