NAME
    gcloud beta developer-connect connections git-repository-links update -
        update a git repository link to enable metrics collection

SYNOPSIS
    gcloud beta developer-connect connections git-repository-links update
        (GIT_REPOSITORY_LINK : --connection=CONNECTION --location=LOCATION)
        [--source-config=[SOURCE_CONFIG,...]] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Update a git repository link to enable metrics collection.

EXAMPLES
    To update a git repository link to enable metrics collection, run:

        $ gcloud beta developer-connect connections git-repository-links \
            update developer-connect connections git-repository-links \
            update <LINK> --source-config=<SOURCE_CONFIG>

POSITIONAL ARGUMENTS
     Git repository link resource - The git repository link to update. 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 git_repository_link on the command line with a
        fully specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     This must be specified.

       GIT_REPOSITORY_LINK
          ID of the git_repository_link or fully qualified identifier for the
          git_repository_link.

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

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

       --connection=CONNECTION
          The connection ID.

          To set the connection attribute:
          ▸ provide the argument git_repository_link on the command line with
            a fully specified name;
          ▸ provide the argument --connection on the command line.

       --location=LOCATION
          The region of the insight config.

          To set the location attribute:
          ▸ provide the argument git_repository_link on the command line with
            a fully specified name;
          ▸ provide the argument --location on the command line.

FLAGS
     --source-config=[SOURCE_CONFIG,...]
        The source config of the git repository link.

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.

NOTES
    This command is currently in beta and might change without notice. This
    variant is also available:

        $ gcloud alpha developer-connect connections git-repository-links \
            update

