1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -29,6 +29,9 @@ GROUPS
operations
(BETA) View Managed Service for Apache Kafka operations.
schema-registries
(BETA) Administer Managed Service for Apache Kafka schema-registries.
topics
(BETA) Administer Managed Service for Apache Kafka topics.

View file

@ -0,0 +1,71 @@
NAME
gcloud beta managed-kafka schema-registries create - create a Managed
Service for Apache Kafka schema registry
SYNOPSIS
gcloud beta managed-kafka schema-registries create
(SCHEMA_REGISTRY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create a Managed Service for Apache Kafka schema registry.
EXAMPLES
To create a schema registry, run the following:
$ gcloud beta managed-kafka schema-registries create \
myschemaregistry --location=us-central1
POSITIONAL ARGUMENTS
Schema registry resource - Identifies the schema registry for which the
command runs. The arguments in this group can be used to specify the
attributes of this 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 schema_registry on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
SCHEMA_REGISTRY
ID of the schema_registry or fully qualified identifier for the
schema_registry.
To set the schema_registry attribute:
▸ provide the argument schema_registry on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
ID of the location of the Managed Service for Apache Kafka resource.
See
https://cloud.google.com/managed-service-for-apache-kafka/docs/locations
for a list of supported locations.
To set the location attribute:
▸ provide the argument schema_registry on the command line with a
fully specified name;
▸ provide the argument --location on the command line.
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.
API REFERENCE
This command uses the managedkafka/v1 API. The full documentation for this
API can be found at:
https://cloud.google.com/managed-service-for-apache-kafka/docs
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha managed-kafka schema-registries create

View file

@ -0,0 +1,72 @@
NAME
gcloud beta managed-kafka schema-registries delete - delete a Managed
Service for Apache Kafka schema registry
SYNOPSIS
gcloud beta managed-kafka schema-registries delete
(SCHEMA_REGISTRY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete a Managed Service for Apache Kafka schema registry.
EXAMPLES
To delete a schema registry named myschemaregistry located in us-central1,
run the following:
$ gcloud beta managed-kafka schema-registries delete \
myschemaregistry --location=us-central1
POSITIONAL ARGUMENTS
Schema registry resource - Identifies the schema registry for deletion.
The arguments in this group can be used to specify the attributes of this
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 schema_registry on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
SCHEMA_REGISTRY
ID of the schema_registry or fully qualified identifier for the
schema_registry.
To set the schema_registry attribute:
▸ provide the argument schema_registry on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
ID of the location of the Managed Service for Apache Kafka resource.
See
https://cloud.google.com/managed-service-for-apache-kafka/docs/locations
for a list of supported locations.
To set the location attribute:
▸ provide the argument schema_registry on the command line with a
fully specified name;
▸ provide the argument --location on the command line.
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.
API REFERENCE
This command uses the managedkafka/v1 API. The full documentation for this
API can be found at:
https://cloud.google.com/managed-service-for-apache-kafka/docs
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha managed-kafka schema-registries delete

View file

@ -0,0 +1,64 @@
NAME
gcloud beta managed-kafka schema-registries describe - describe a schema
registry with all of its fields
SYNOPSIS
gcloud beta managed-kafka schema-registries describe
(SCHEMA_REGISTRY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
EXAMPLES
Describe the schema registry with all of its fields:
$ gcloud beta managed-kafka schema-registries describe \
--project=PROJECT_ID --location=LOCATION_ID \
--schema_registry=SCHEMA_REGISTRY_ID
POSITIONAL ARGUMENTS
Schema registry resource - The schema registry to create. The arguments in
this group can be used to specify the attributes of this 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 schema_registry on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
SCHEMA_REGISTRY
ID of the schema_registry or fully qualified identifier for the
schema_registry.
To set the schema_registry attribute:
▸ provide the argument schema_registry on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
ID of the location of the Managed Service for Apache Kafka resource.
See
https://cloud.google.com/managed-service-for-apache-kafka/docs/locations
for a list of supported locations.
To set the location attribute:
▸ provide the argument schema_registry on the command line with a
fully specified name;
▸ provide the argument --location on the command line.
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. This
variant is also available:
$ gcloud alpha managed-kafka schema-registries describe

View file

@ -0,0 +1,37 @@
NAME
gcloud beta managed-kafka schema-registries - administer Managed Service
for Apache Kafka schema-registries
SYNOPSIS
gcloud beta managed-kafka schema-registries COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Administer Managed Service for Apache Kafka schema-registries.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(BETA) Create a Managed Service for Apache Kafka schema registry.
delete
(BETA) Delete a Managed Service for Apache Kafka schema registry.
describe
(BETA) Describe a schema registry with all of its fields.
list
(BETA) List all Managed Service for Apache Kafka schema registries in a
given location.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha managed-kafka schema-registries

View file

@ -0,0 +1,86 @@
NAME
gcloud beta managed-kafka schema-registries list - list all Managed Service
for Apache Kafka schema registries in a given location
SYNOPSIS
gcloud beta managed-kafka schema-registries list --location=LOCATION
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List all Managed Service for Apache Kafka schema registries in a
given location. To specify the maximum number of clusters to list, use the
--limit flag.
EXAMPLES
To list all schema registries in a given location, such as us-central1, run
the following:
$ gcloud beta managed-kafka schema-registries list \
--location=us-central1
REQUIRED FLAGS
Location resource - Identifies the region which contains all the schema
registries to be listed. 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;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--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.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
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.
API REFERENCE
This command uses the managedkafka/v1 API. The full documentation for this
API can be found at:
https://cloud.google.com/managed-service-for-apache-kafka/docs
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha managed-kafka schema-registries list