mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud gemini data-sharing-with-google-settings create
|
||||
(DATA_SHARING_WITH_GOOGLE_SETTING : --location=LOCATION)
|
||||
[--enable-preview-data-sharing] [--labels=[LABELS,...]]
|
||||
[--request-id=REQUEST_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
[--enable-data-sharing] [--enable-preview-data-sharing]
|
||||
[--labels=[LABELS,...]] [--request-id=REQUEST_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a dataSharingWithGoogleSetting
|
||||
|
|
@ -51,8 +52,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--enable-data-sharing
|
||||
Whether data sharing should be enabled in GA products.
|
||||
|
||||
--enable-preview-data-sharing
|
||||
Whether preview data sharing should be enabled.
|
||||
Whether data sharing should be enabled in Preview products.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels as key value pairs.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud gemini data-sharing-with-google-settings update
|
||||
(DATA_SHARING_WITH_GOOGLE_SETTING : --location=LOCATION)
|
||||
[--[no-]enable-preview-data-sharing] [--request-id=REQUEST_ID]
|
||||
[--[no-]enable-data-sharing] [--[no-]enable-preview-data-sharing]
|
||||
[--request-id=REQUEST_ID]
|
||||
[--labels=[LABELS,...]
|
||||
| --update-labels=[UPDATE_LABELS,...] --clear-labels
|
||||
| --remove-labels=REMOVE_LABELS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -53,8 +54,13 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--[no-]enable-data-sharing
|
||||
Whether data sharing should be enabled in GA products. Use
|
||||
--enable-data-sharing to enable and --no-enable-data-sharing to
|
||||
disable.
|
||||
|
||||
--[no-]enable-preview-data-sharing
|
||||
Whether preview data sharing should be enabled. Use
|
||||
Whether data sharing should be enabled in Preview products. Use
|
||||
--enable-preview-data-sharing to enable and
|
||||
--no-enable-preview-data-sharing to disable.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue