NAME
    gcloud beta observability settings update - update Observability settings
        configured on a project, folder, or organization

SYNOPSIS
    gcloud beta observability settings update
        (--location=LOCATION : --folder=FOLDER --organization=ORGANIZATION)
        [--async] [--default-storage-location=DEFAULT_STORAGE_LOCATION]
        [--kms-key-name=KMS_KEY_NAME] [--update-mask=UPDATE_MASK]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Update the Observability settings configured for a specified
    project, folder, or organization.

EXAMPLES
    The following command updates Observability settings for the project named
    sample-project in location global:

        $ gcloud beta observability settings update \
            --project=sample-project --location=global \
            --update-mask=default-storage-location \
            --default-storage-location="us"

REQUIRED FLAGS
     Location resource - The project/organization/folder location for which the
     settings are to be updated. The arguments in this group can be used to
     specify the attributes of this resource. (NOTE) Some attributes are not
     given arguments in this group but can be set in other ways.

     To set the project attribute:
      ◆ provide the argument --location on the command line with a fully
        specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project. This resource can be one of the
        following types: [observability.projects.locations,
        observability.folders.locations,
        observability.organizations.locations].

     This must be specified.

       --location=LOCATION
          ID of the location or fully qualified identifier for the location.

          To set the location attribute:
          ▸ provide the argument --location on the command line.

          This flag argument must be specified if any of the other arguments in
          this group are specified.

       --folder=FOLDER
          The id of the folder

          To set the folder attribute:
          ▸ provide the argument --location on the command line with a fully
            specified name;
          ▸ provide the argument --folder on the command line. Must be
            specified for resource of type [observability.folders.locations].

       --organization=ORGANIZATION
          The id of the organization

          To set the organization attribute:
          ▸ provide the argument --location on the command line with a fully
            specified name;
          ▸ provide the argument --organization on the command line. Must be
            specified for resource of type
            [observability.organizations.locations].

OPTIONAL FLAGS
     --async
        Return immediately, without waiting for the operation in progress to
        complete.

     --default-storage-location=DEFAULT_STORAGE_LOCATION
        Updated default storage location.

     --kms-key-name=KMS_KEY_NAME
        Updated kms key name.

     --update-mask=UPDATE_MASK
        Comma-separated string containing list of fields to be updated.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

API REFERENCE
    This command uses the observability/v1 API. The full documentation for this
    API can be found at: https://cloud.google.com/stackdriver/docs/

NOTES
    This command is currently in beta and might change without notice.

