mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud logging links create - create a link on an analytics log bucket
|
||||
gcloud logging links create - create a linked dataset on an analytics log
|
||||
bucket
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging links create LINK_ID --bucket=BUCKET --location=LOCATION
|
||||
|
|
@ -9,24 +10,24 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a link for a log bucket.
|
||||
Create a linked dataset for a log bucket.
|
||||
|
||||
EXAMPLES
|
||||
To create a link in a project, run:
|
||||
To create a linked dataset in a project, run:
|
||||
|
||||
$ gcloud logging links create my-link --bucket=my-bucket \
|
||||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
LINK_ID
|
||||
ID of the link to create.
|
||||
ID of the linked dataset to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--bucket=BUCKET
|
||||
ID of the bucket that will hold the link
|
||||
ID of the bucket that will hold the linked dataset
|
||||
|
||||
--location=LOCATION
|
||||
Location of the bucket that will hold the link.
|
||||
Location of the bucket that will hold the linked datasert.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
|
|
@ -34,21 +35,21 @@ OPTIONAL FLAGS
|
|||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
A textual description for the link.
|
||||
A textual description for the linked dataset.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT_ID
|
||||
Billing account of the link to create.
|
||||
Billing account of the linked dataset to create.
|
||||
|
||||
--folder=FOLDER_ID
|
||||
Folder of the link to create.
|
||||
Folder of the linked dataset to create.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Organization of the link to create.
|
||||
Organization of the linked dataset to create.
|
||||
|
||||
--project=PROJECT_ID
|
||||
Project of the link to create.
|
||||
Project of the linked dataset to create.
|
||||
|
||||
The Google Cloud project ID to use for this invocation. If omitted,
|
||||
then the current project is assumed; the current project can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue