mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 1 10:23:17 UTC 2023
This commit is contained in:
parent
7664984b79
commit
bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions
|
|
@ -2,10 +2,10 @@ NAME
|
|||
gcloud alpha services api-keys update - update an API key's metadata
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha services api-keys update (KEY : --location=LOCATION)
|
||||
[--annotations=[KEY=VALUE,...]] [--async] [--display-name=DISPLAY_NAME]
|
||||
[--clear-annotations | --clear-restrictions
|
||||
| --api-target=service=SERVICE,[...]
|
||||
gcloud alpha services api-keys update (KEY : --location=LOCATION) [--async]
|
||||
[--display-name=DISPLAY_NAME]
|
||||
[--annotations=[KEY=VALUE,...] | --clear-annotations]
|
||||
[--clear-restrictions | --api-target=service=SERVICE,[...]
|
||||
--allowed-application=[sha1_fingerprint=SHA1_FINGERPRINT,
|
||||
package_name=PACKAGE_NAME,...]
|
||||
| --allowed-bundle-ids=[ALLOWED_BUNDLE_IDS,...]
|
||||
|
|
@ -103,10 +103,6 @@ POSITIONAL ARGUMENTS
|
|||
▸ location will default to global.
|
||||
|
||||
FLAGS
|
||||
--annotations=[KEY=VALUE,...]
|
||||
Annotations are key resource. Specify annotations as a key-value
|
||||
dictionary for small amounts of arbitrary client data.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -116,9 +112,15 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
--annotations=[KEY=VALUE,...]
|
||||
Annotations are key resource. Specify annotations as a key-value
|
||||
dictionary for small amounts of arbitrary client data.
|
||||
|
||||
--clear-annotations
|
||||
If set, clear all annotations on the key.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-restrictions
|
||||
If set, clear all restrictions on the key.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue