Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class GetTagKeyRequest.
The request message for getting a TagKey.
Generated from protobuf message google.cloud.resourcemanager.v3.GetTagKeyRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. A resource name in the format tagKeys/{id}
, such as tagKeys/123
.
getName
Required. A resource name in the format tagKeys/{id}
, such as tagKeys/123
.
string
setName
Required. A resource name in the format tagKeys/{id}
, such as tagKeys/123
.
var
string
$this
static::build
name
string
Required. A resource name in the format tagKeys/{id}
, such as tagKeys/123
. Please see Google\Cloud\ResourceManager\V3\TagKeysClient::tagKeyName()
for help formatting this field.