NAME
    gcloud beta essential-contacts describe - describe an essential contact

SYNOPSIS
    gcloud beta essential-contacts describe CONTACT_ID
        [--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
        [GCLOUD_WIDE_FLAG ...]

EXAMPLES
    To describe the contact with id 123 in the current project, run:

        $ gcloud beta essential-contacts describe 123

    To describe the contact with id 123 in the folder with id 456, run:

        $ gcloud beta essential-contacts describe 123 --folder=456

    To describe the contact with id 123 in the organization with id 456, run:

        $ gcloud beta essential-contacts describe 123 --organization=456

POSITIONAL ARGUMENTS
     CONTACT_ID
        id of contact to describe.

FLAGS
     At most one of these can be specified:

       --folder=FOLDER
          folder number where contacts are set. If neither --project, --folder,
          nor --organization are provided then the config property
          [core/project] will be used as the resource.

       --organization=ORGANIZATION
          organization number where contacts are set. If neither --project,
          --folder, nor --organization are provided then the config property
          [core/project] will be used as the resource.

       --project=PROJECT
          project number or id where contacts are set. If neither --project,
          --folder, nor --organization are provided then the config property
          [core/project] will be used as the resource.

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. These
    variants are also available:

        $ gcloud essential-contacts describe

        $ gcloud alpha essential-contacts describe

