19 lines
406 B
YAML
19 lines
406 B
YAML
project:
|
|
name: project
|
|
collection: datastore.projects
|
|
attributes:
|
|
- parameter_name: projectId
|
|
attribute_name: project
|
|
help: |
|
|
The project name.
|
|
property: core/project
|
|
|
|
index:
|
|
name: index
|
|
collection: datastore.projects.indexes
|
|
attributes:
|
|
- parameter_name: indexId
|
|
attribute_name: index
|
|
help: The name of the Cloud Datastore index.
|
|
disable_auto_completers: false
|