Google Cloud Resource Manager V3 Client - Class GetTagValueRequest (0.3.9)

Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class GetTagValueRequest.

The request message for getting a TagValue.

Generated from protobuf message google.cloud.resourcemanager.v3.GetTagValueRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name for TagValue to be fetched in the format tagValues/456.

getName

Required. Resource name for TagValue to be fetched in the format tagValues/456.

Returns
TypeDescription
string

setName

Required. Resource name for TagValue to be fetched in the format tagValues/456.

Parameter
NameDescription
var string
Returns
TypeDescription
$this