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

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

DESCRIPTION
    Lookup a runtime project attachment.

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

        $ gcloud 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 variant is also available:

        $ gcloud alpha apihub runtime-project-attachments lookup

