NAME
    gcloud alpha apihub runtime-project-attachments lookup - lookup a runtime
        project attachment

SYNOPSIS
    gcloud alpha apihub runtime-project-attachments lookup --location=LOCATION
        --service-project=SERVICE_PROJECT [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Lookup a runtime project attachment.

EXAMPLES
    To lookup a runtime project attachment for a specific service project, run:

        $ gcloud alpha apihub runtime-project-attachments lookup \
            --service-project=my-service-project --location=us-central1

REQUIRED FLAGS
     --location=LOCATION
        The location of the runtime project attachment.

     --service-project=SERVICE_PROJECT
        The service project ID to lookup attachment for.

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 alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. This variant is also available:

        $ gcloud apihub runtime-project-attachments lookup

