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 | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name for TagValue to be fetched in the format |
getName
Required. Resource name for TagValue to be fetched in the format
tagValues/456.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name for TagValue to be fetched in the format
tagValues/456.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|