1
0
Fork 0
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:
Automated 2023-03-08 10:34:05 +00:00
parent bdaa0b3cfc
commit 29661f002c
111 changed files with 1800 additions and 704 deletions

View file

@ -19,7 +19,7 @@ GROUPS
Manage Cloud Logging buckets.
links
Manage log links.
Manage linked datasets.
locations
Query Cloud Logging locations.

View file

@ -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

View file

@ -1,5 +1,5 @@
NAME
gcloud logging links delete - delete a link
gcloud logging links delete - delete a linked dataset
SYNOPSIS
gcloud logging links delete LINK_ID --bucket=BUCKET --location=LOCATION
@ -9,17 +9,17 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Deletes a bucket's link.
Delete a bucket's linked dataset.
EXAMPLES
To delete a bucket's link, run:
To delete a bucket's linked dataset, run:
$ gcloud logging links delete my-link --bucket=my-bucket \
--location=global
POSITIONAL ARGUMENTS
LINK_ID
ID of the link to delete.
ID of the linked dataset to delete.
REQUIRED FLAGS
--bucket=BUCKET
@ -36,16 +36,16 @@ OPTIONAL FLAGS
At most one of these can be specified:
--billing-account=BILLING_ACCOUNT_ID
Billing account of the link to delete.
Billing account of the linked dataset to delete.
--folder=FOLDER_ID
Folder of the link to delete.
Folder of the linked dataset to delete.
--organization=ORGANIZATION_ID
Organization of the link to delete.
Organization of the linked dataset to delete.
--project=PROJECT_ID
Project of the link to delete.
Project of the linked dataset to delete.
The Google Cloud project ID to use for this invocation. If omitted,
then the current project is assumed; the current project can be

View file

@ -1,5 +1,5 @@
NAME
gcloud logging links describe - display information about a link
gcloud logging links describe - display information about a linked dataset
SYNOPSIS
gcloud logging links describe LINK_ID --bucket=BUCKET --location=LOCATION
@ -8,17 +8,17 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Displays information about a link.
Display information about a linked dataset.
EXAMPLES
To describe a link in a project, run:
To describe a linked dataset in a project, run:
$ gcloud logging links describe my-link --bucket=my-bucket \
--location=global
POSITIONAL ARGUMENTS
LINK_ID
Id of the link to describe.
Id of the linked dataset to describe.
REQUIRED FLAGS
--bucket=BUCKET
@ -31,16 +31,16 @@ OPTIONAL FLAGS
At most one of these can be specified:
--billing-account=BILLING_ACCOUNT_ID
Billing account of the link to describe.
Billing account of the linked dataset to describe.
--folder=FOLDER_ID
Folder of the link to describe.
Folder of the linked dataset to describe.
--organization=ORGANIZATION_ID
Organization of the link to describe.
Organization of the linked dataset to describe.
--project=PROJECT_ID
Project of the link to describe.
Project of the linked dataset to describe.
The Google Cloud project ID to use for this invocation. If omitted,
then the current project is assumed; the current project can be

View file

@ -1,12 +1,12 @@
NAME
gcloud logging links - manage log links
gcloud logging links - manage linked datasets
SYNOPSIS
gcloud logging links COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Commands for managing links. A log link represents a linked BigQuery
dataset that contains log data for the link's parent log bucket.
Commands for managing linked datasets. A linked BigQuery dataset contains
log data for the linked dataset's parent log bucket.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -17,16 +17,16 @@ COMMANDS
COMMAND is one of the following:
create
Create a link on an analytics log bucket.
Create a linked dataset on an analytics log bucket.
delete
Delete a link.
Delete a linked dataset.
describe
Display information about a link.
Display information about a linked dataset.
list
List created links on the specified bucket.
List created linked datasets on the specified bucket.
NOTES
These variants are also available:

View file

@ -1,5 +1,6 @@
NAME
gcloud logging links list - list created links on the specified bucket
gcloud logging links list - list created linked datasets on the specified
bucket
SYNOPSIS
gcloud logging links list --bucket=BUCKET --location=LOCATION
@ -9,10 +10,10 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Lists the links created for a bucket.
List the linked datasets created for a bucket.
EXAMPLES
To list the links created for a bucket, run:
To list the linked datasets created for a bucket, run:
$ gcloud logging links list
@ -27,16 +28,16 @@ FLAGS
At most one of these can be specified:
--billing-account=BILLING_ACCOUNT_ID
Billing account of the links to list.
Billing account of the linked datasets to list.
--folder=FOLDER_ID
Folder of the links to list.
Folder of the linked datasets to list.
--organization=ORGANIZATION_ID
Organization of the links to list.
Organization of the linked datasets to list.
--project=PROJECT_ID
Project of the links to list.
Project of the linked datasets to list.
The Google Cloud project ID to use for this invocation. If omitted,
then the current project is assumed; the current project can be