1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Apr 20 10:38:56 UTC 2023

This commit is contained in:
Automated 2023-04-20 10:38:56 +00:00
parent b155beb241
commit b33a8a3e6e
169 changed files with 3258 additions and 576 deletions

View file

@ -11,8 +11,8 @@ DESCRIPTION
Creates a TagBinding given the TagValue and the parent cloud resource the
TagValue will be attached to. The TagValue can be represented with its
numeric id or its namespaced name of
organizations/{org_id}/{tag_key_short_name}. The parent resource should be
represented with its full resource name. See:
{parent_namespace}/{tag_key_short_name}/{tag_value_short_name}. The parent
resource should be represented with its full resource name. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name.
EXAMPLES

View file

@ -12,7 +12,7 @@ DESCRIPTION
name. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name. The
TagValue can be represented with its numeric id or its namespaced name of
{org_id}/{tag_key_short_name}.
{parent_namespace}/{tag_key_short_name}/{tag_value_short_name}.
EXAMPLES
To delete a TagBinding between tagValue/111 and Project with name

View file

@ -6,10 +6,10 @@ SYNOPSIS
DESCRIPTION
The Resource Manager Service gives you centralized and programmatic control
over your organization's Tags. As the tag administrator, you will be able
to create and configure restrictions across the tags in the org. As the tag
user, you will be able to attach TagValues to different resources as a
TagBinding.
over your organization or project's Tags. As the tag administrator, you
will be able to create and configure restrictions across the tags in your
organization or projects. As the tag user, you will be able to attach
TagValues to different resources as a TagBinding.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

View file

@ -8,8 +8,9 @@ SYNOPSIS
DESCRIPTION
The Tags Service gives you centralized and programmatic control over your
organization's tags. As the tag administrator, you will be able to create
and configure restrictions across the tags in the org. As the tag user, you
will be able to attach tags values to different resources.
and configure restrictions across the tags in your organization or
projects. As the tag user, you will be able to attach tags values to
different resources.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

View file

@ -10,7 +10,7 @@ DESCRIPTION
Create a TagHold under a TagValue, indicating that the TagValue is being
used by a holder (cloud resource) from an (optional) origin. The TagValue
can be represented with its numeric id or its namespaced name of
{org_id}/{tag_key_short_name}/{tag_value_short_name}.
{parent_namespace}/{tag_key_short_name}/{tag_value_short_name}.
EXAMPLES
To create a TagHold on tagValues/123, with holder cloud-resource-holder,

View file

@ -7,8 +7,9 @@ SYNOPSIS
DESCRIPTION
The Resource Manager Service gives you centralized and programmatic control
over your organization's Tags. As the tag administrator, you will be able
to create and configure restrictions across the tags in the org, and you
will be able to indicate the use of a TagValue as a TagHold.
to create and configure restrictions across the tags in your organization
or projects, and you will be able to indicate the use of a TagValue as a
TagHold.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

View file

@ -11,11 +11,11 @@ SYNOPSIS
DESCRIPTION
List TagHolds under a TagValue. The TagValue can be represented with its
numeric id or its namespaced name of
{org_id}/{tag_key_short_name}/{tag_value_short_name}. Limited to TagHolds
stored in a single --location: if none is provided, the API will assume the
"global" location. Optional filters are --holder and --origin: if provided,
returned TagHolds' holder and origin fields must match the exact flag
value.
{parent_namespace}/{tag_key_short_name}/{tag_value_short_name}. Limited to
TagHolds stored in a single --location: if none is provided, the API will
assume the "global" location. Optional filters are --holder and --origin:
if provided, returned TagHolds' holder and origin fields must match the
exact flag value.
EXAMPLES
To list TagHolds for tagValues/456 in us-central1-a, run:
@ -33,7 +33,7 @@ POSITIONAL ARGUMENTS
PARENT
TagValue resource name or namespaced name to list TagHolds for. This
field should be in the form tagValues/<id> or
<organization_id>/<tagkey_short_name>/<short_name>.
<parent_namespace>/<tagkey_short_name>/<short_name>.
FLAGS
--holder=HOLDER

View file

@ -7,8 +7,9 @@ SYNOPSIS
DESCRIPTION
The Resource Manager Service gives you centralized and programmatic control
over your organization's Tags. As the tag administrator, you will be able
to create and configure restrictions across the tags in the org. As the tag
user, you will be able to attach TagValues to different resources.
to create and configure restrictions across the tags in your organization
or projects. As the tag user, you will be able to attach TagValues to
different resources.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

View file

@ -11,7 +11,8 @@ SYNOPSIS
DESCRIPTION
Adds the IAM policy binding for a TagValue resource given the binding and
an identifier for the TagValue. The identifier can be the TagValue's
<organization_id>/<tagkey_short_name>/<tagvalue_short_name> or the
namespaced name in the form
<parent_namespace>/<tagkey_short_name>/<tagvalue_short_name> or the
TagValue's ID in the form: tagValues/{numeric_id}.
EXAMPLES

View file

@ -7,8 +7,9 @@ SYNOPSIS
DESCRIPTION
The Resource Manager Service gives you centralized and programmatic control
over your organization's Tags. As the tag administrator, you will be able
to create and configure restrictions across the tags in the org. As the tag
user, you will be able to attach TagValues to different resources.
to create and configure restrictions across the tags in your organization
or projects. As the tag user, you will be able to attach TagValues to
different resources.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

View file

@ -11,7 +11,8 @@ SYNOPSIS
DESCRIPTION
Removes an IAM policy binding for a TagValue resource given the binding and
an identifier for the TagValue. The identifier can be the TagValue's
<organization_id>/<tagkey_short_name>/<tagvalue_short_name> or the
namespaced name in the form
<parent_namespace>/<tagkey_short_name>/<tagvalue_short_name> or the
TagValue's ID in the form: tagValues/{numeric_id}.
EXAMPLES

View file

@ -7,8 +7,8 @@ SYNOPSIS
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Updates the TagValue's description given the TagValue's
<organization_id>/<tagkey_short_name>/<short_name> or the TagValue's
Updates the TagValue's description given the TagValue's namespaced name
<parent_namespace>/<tagkey_short_name>/<short_name> or the TagValue's
numeric id tagValues/<id>
EXAMPLES