NAME
    gcloud cloudlocationfinder cloud-locations search - search cloudLocations

SYNOPSIS
    gcloud cloudlocationfinder cloud-locations search
        --source-cloud-location=SOURCE_CLOUD_LOCATION [--limit=LIMIT]
        [--location=LOCATION] [--page-size=PAGE_SIZE] [--query=QUERY]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Search Cloudlocations.

EXAMPLES
    To search CloudLocations, run:

        $ gcloud cloudlocationfinder cloud-locations search \
          --source-cloud-location=aws-us-east-1 \
          --query=display_name="us-east4"

REQUIRED FLAGS
     Source cloud location resource - The source Cloud location. This
     represents a Cloud 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 --source-cloud-location on the command line with
        a fully specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     To set the location attribute:
      ◆ provide the argument --source-cloud-location on the command line with
        a fully specified name;
      ◆ provide the argument --location on the command line;
      ◆ location is always global.

     This must be specified.

       --source-cloud-location=SOURCE_CLOUD_LOCATION
          ID of the source_cloud_location or fully qualified identifier for the
          source_cloud_location.

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

OPTIONAL FLAGS
     --limit=LIMIT
        Maximum number of resources to return.

     Location resource - The resource location. This represents a Cloud
     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;
      ◆ location is always global with a fully specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     --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;
        ◆ location is always global.

     --page-size=PAGE_SIZE
        Maximum number of resources per page.

     --query=QUERY
        Query to use for searching Cloudlocations.

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 cloudlocationfinder cloud-locations search

