HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
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,
Upload Files
File: //snap/google-cloud-cli/current/lib/surface/beyondcorp/client_connector/services/update.yaml
- release_tracks: [BETA]
  help_text:
    brief: Update a BeyondCorp client connector service (Deprecated).
    description: Update a BeyondCorp client connector service. Note - Mutable fields include - \
      display_name, ingress.config.destination_routes.
    examples: |
      Note - Mutable fields include: display_name, ingress.config.destination_routes.

      The following command updates a client connector service with ID ``my-service-resource'' with ingress config:

        $ {command} my-service-resource --project=consumer-project-id --location=us-central1 \
        --display-name="my-new-resource" \
        --ingress-config='{"destinationRoutes":[{"address":"196.0.0.1", "netmask":"255.255.255.0"},{"address":"197.0.0.2","netmask":"255.255.255.0"}]}'

      The following command updates a client connector service with ID ``my-service-resource'' with configuration from file:

        $ {command} my-service-resource \
        --project=consumer-project-id --location=us-central1 \
        --config-from-file=/path/to/file/config.json

  request:
    collection: beyondcorp.projects.locations.clientConnectorServices
    modify_request_hooks:
    - googlecloudsdk.command_lib.beyondcorp.client_connector.services.hooks:CheckUpdateFieldsSpecified
    - googlecloudsdk.command_lib.beyondcorp.client_connector.services.hooks:ParseUpdatedConfig
    BETA:
      api_version: v1

  async:
    collection: beyondcorp.projects.locations.operations

  arguments:
    resource:
      help_text: The BeyondCorp client connector service you want to update.
      spec: !REF googlecloudsdk.command_lib.beyondcorp.client_connector.resources:client_connector_service

    params:
    - group:
        help_text: Updated client connector service configuration.
        required: true
        mutex: true
        params:
        - _REF_: googlecloudsdk.command_lib.beyondcorp.client_connector.services.flags:config_from_file_update
        - group:
            params:
            - _REF_: googlecloudsdk.command_lib.beyondcorp.client_connector.services.flags:ingress_config_update
            - _REF_: googlecloudsdk.command_lib.beyondcorp.client_connector.services.flags:display_name