HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/game/resources.yaml
project:
  name: project
  collection: gameservices.projects
  attributes:
  - &project
    parameter_name: projectsId
    attribute_name: project
    help: Cloud Project name.
    property: core/project

location:
  name: location
  collection: gameservices.projects.locations
  attributes:
  - *project
  - &location
    parameter_name: locationsId
    attribute_name: location
    property: game_services/location
    help: Google Cloud location.

operation:
  name: operation
  collection: gameservices.projects.locations.operations
  attributes:
  - *project
  - *location
  - &operation
    parameter_name: operationsId
    attribute_name: operation
    help: Cloud Game Services Operation.

realm:
  name: realm
  collection: gameservices.projects.locations.realms
  request_id_field: realmId
  attributes:
  - *project
  - *location
  - &realm
    parameter_name: realmsId
    attribute_name: realm
    help: Cloud Game Servers Realm.

default_realm:
  name: realm
  collection: gameservices.projects.locations.realms
  request_id_field: realmId
  attributes:
  - *project
  - *location
  - &default_realm
    parameter_name: realmsId
    attribute_name: realm
    property: game_services/default_realm
    help: Cloud Game Servers Realm.

cluster:
  name: game server cluster
  collection: gameservices.projects.locations.realms.gameServerClusters
  request_id_field: gameServerClusterId
  attributes:
  - *project
  - *location
  - *realm
  - &cluster
    parameter_name: gameServerClustersId
    attribute_name: cluster
    help: Cloud Game Servers Cluster.

deployment:
  name: deployment
  collection: gameservices.projects.locations.gameServerDeployments
  request_id_field: deploymentId
  attributes:
  - *project
  - *location
  - &deployment
    parameter_name: gameServerDeploymentsId
    attribute_name: deployment
    help: Cloud Game Servers Deployment.

default_deployment:
  name: deployment
  collection: gameservices.projects.locations.gameServerDeployments
  request_id_field: deploymentId
  attributes:
  - *project
  - *location
  - &default_deployment
    parameter_name: gameServerDeploymentsId
    attribute_name: deployment
    property: game_services/default_deployment
    help: Cloud Game Servers Deployment.


config:
  name: game server config
  collection: gameservices.projects.locations.gameServerDeployments.configs
  request_id_field: configId
  attributes:
  - *project
  - *location
  - *deployment
  - &config
    parameter_name: configsId
    attribute_name: config
    help: Cloud Game Servers Configs.