Google Cloud Resource Manager V3 Client - Class GetNamespacedTagValueRequest (0.4.1)

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

The request message for getting a TagValue by its namespaced name.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. A namespaced tag value name in the following format: {parentId}/{tagKeyShort}/{tagValueShort} Examples: - 42/foo/abc for a value with short name "abc" under the key with short name "foo" under the organization with ID 42 - r2-d2/bar/xyz for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2"

getName

Required. A namespaced tag value name in the following format: {parentId}/{tagKeyShort}/{tagValueShort} Examples:

  • 42/foo/abc for a value with short name "abc" under the key with short name "foo" under the organization with ID 42
  • r2-d2/bar/xyz for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2"
Returns
TypeDescription
string

setName

Required. A namespaced tag value name in the following format: {parentId}/{tagKeyShort}/{tagValueShort} Examples:

  • 42/foo/abc for a value with short name "abc" under the key with short name "foo" under the organization with ID 42
  • r2-d2/bar/xyz for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2"
Parameter
NameDescription
var string
Returns
TypeDescription
$this