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/network_actions/resources.yaml
project:
  name: project
  collection: networkservices.projects
  attributes:
  - &project
    parameter_name: projectsId
    attribute_name: project
    help: |
      The project ID.
    property: core/project

location:
  name: location
  collection: networkservices.projects.locations
  attributes:
  - *project
  - &location
    parameter_name: locationsId
    attribute_name: location
    help: |
      The location ID.
    fallthroughs:
    # If the location is not specified, assume 'global' by default.
    - hook: googlecloudsdk.command_lib.network_actions.util:SetLocationAsGlobal
      hint: use global location

wasmAction:
  name: WasmAction
  collection: networkservices.projects.locations.wasmActions
  request_id_field: wasmActionId
  attributes:
  - *project
  - *location
  - &wasmAction
    parameter_name: wasmActionsId
    attribute_name: wasm_action
    help: The ID of the `WasmAction`.

wasmPlugin:
  name: WasmPlugin
  collection: networkservices.projects.locations.wasmPlugins
  request_id_field: wasmPluginId
  attributes:
  - *project
  - *location
  - &wasmPlugin
    parameter_name: wasmPluginsId
    attribute_name: wasm_plugin
    help: The ID of the `WasmPlugin`.

wasmPluginVersion:
  name: WasmPluginVersion
  collection: networkservices.projects.locations.wasmPlugins.versions
  request_id_field: wasmPluginVersionId
  attributes:
  - *project
  - *location
  - *wasmPlugin
  - &version
    parameter_name: versionsId
    attribute_name: wasm_plugin_version
    help: The ID of the `WasmPluginVersion`.