NAME gcloud transfer agent-pools list - list Transfer Service transfer agent pools SYNOPSIS gcloud transfer agent-pools list [--limit=LIMIT] [--names=[NAMES,...]] [--page-size=PAGE_SIZE; default=256] [GCLOUD_WIDE_FLAG ...] DESCRIPTION List Transfer Service transfer pools in a given project to show their configurations. EXAMPLES To list all agent pools in your current project, run: $ gcloud transfer agent-pools list To list agent pools named "foo" and "bar" in your project, run: $ gcloud transfer agent-pools list --names=foo,bar To list all information about jobs 'foo' and 'bar' formatted as JSON, run: $ gcloud transfer agent-pools list --names=foo,bar --format=json FLAGS --limit=LIMIT Return the first items from the API up to this limit. --names=[NAMES,...] The names of the agent pools you want to list. Separate multiple names with commas (e.g., --name=foo,bar). If not specified, all agent pools in your current project will be listed. --page-size=PAGE_SIZE; default=256 Retrieve batches of this many items from the API. 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 transfer agent-pools list