Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class GetNamespacedTagKeyRequest.
The request message for getting a TagKey by its namespaced name.
Generated from protobuf message google.cloud.resourcemanager.v3.GetNamespacedTagKeyRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. A namespaced tag key name in the format |
getName
Required. A namespaced tag key name in the format
{parentId}/{tagKeyShort}
, such as 42/foo
for a key with short name
"foo" under the organization with ID 42 or r2-d2/bar
for a key with short
name "bar" under the project r2-d2
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. A namespaced tag key name in the format
{parentId}/{tagKeyShort}
, such as 42/foo
for a key with short name
"foo" under the organization with ID 42 or r2-d2/bar
for a key with short
name "bar" under the project r2-d2
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. A namespaced tag key name in the format
|
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\GetNamespacedTagKeyRequest |