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/healthcare/hl7v2_stores/update.yaml
- release_tracks: [ALPHA, BETA]

  help_text:
    brief:  Update a Cloud Healthcare API HL7v2 store.
    description: Update a Cloud Healthcare API HL7v2 store.
    examples: |
      To update the Cloud Pub/Sub topic on a HL7v2 store 'test-hl7v2-store', run:

        $ {command} test-hl7v2-store --pubsub-topic=projects/my-project/topics/test-pubsub-topic --dataset=test-dataset

  request:
    collection: healthcare.projects.locations.datasets.hl7V2Stores
    ALPHA:
      api_version: v1alpha2
    BETA:
      api_version: v1beta1

  arguments:
    resource:
      help_text: Cloud Healthcare API HL7v2 store to update.
      spec: !REF googlecloudsdk.command_lib.healthcare.resources:hl7v2_store

    params:
    - api_field: hl7V2Store.notificationConfig.pubsubTopic
      arg_name: pubsub-topic
      help_text: |
        Google Cloud Pub/Sub topic name to send updates to.

        Note: A topic must be created before publishing or subscribing to it. For instructions
        on creating topics, refer to: https://cloud.google.com/pubsub/docs/admin#create_a_topic

- release_tracks: [GA]

  help_text:
    brief:  Update a Cloud Healthcare API HL7v2 store.
    description: |
      Update a Cloud Healthcare API HL7v2 store.
    examples: |
      To update the Cloud Pub/Sub topics on a HL7v2 store ``test-hl7v2-store'', run:

        $ {command} test-hl7v2-store --notification-config=pubsub-topic=projects/my-project/topics/test-pubsub-topic1,filter="labels.priority=high" --notification-config=pubsub-topic=projects/my-project/topics/test-pubsub-topic2

  request:
    collection: healthcare.projects.locations.datasets.hl7V2Stores
    GA:
      api_version: v1

  arguments:
    resource:
      help_text: Cloud Healthcare API HL7v2 store to update.
      spec: !REF googlecloudsdk.command_lib.healthcare.resources:hl7v2_store

    params:
    - api_field: hl7V2Store.notificationConfigs
      arg_name: notification-config
      help_text: |
        A list of notification configs. Each configuration uses a filter to determine whether to
        publish a message (both Ingest & Create) on the corresponding notification destination.
        Only the message name is sent as part of the notification. Supplied by the client.

        See https://cloud.google.com/appengine/docs/standard/python/search/query_strings for the
        syntax of the filter.

        Note: A topic must be created before publishing or subscribing to it. For instructions
        on creating topics, refer to: https://cloud.google.com/pubsub/docs/admin#create_a_topic
      type:
        arg_dict:
          flatten: false
          spec:
          - api_field: pubsubTopic
            arg_name: pubsub-topic
          - api_field: filter
            arg_name: filter
            required: false