Class TagBinding (1.1.0)

public sealed class TagBinding : IMessage<TagBinding>, IEquatable<TagBinding>, IDeepCloneable<TagBinding>, IBufferMessage, IMessage

A TagBinding represents a connection between a TagValue and a cloud resource (currently project, folder, or organization). Once a TagBinding is created, the TagValue is applied to all the descendants of the cloud resource.

Inheritance

Object > TagBinding

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

TagBinding()

public TagBinding()

TagBinding(TagBinding)

public TagBinding(TagBinding other)
Parameter
NameDescription
otherTagBinding

Properties

Name

public string Name { get; set; }

Output only. The name of the TagBinding. This is a String of the form: tagBindings/{full-resource-name}/{tag-value-name} (e.g. tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456).

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

The full resource name of the resource the TagValue is bound to. E.g. //cloudresourcemanager.googleapis.com/projects/123

Property Value
TypeDescription
String

TagBindingName

public TagBindingName TagBindingName { get; set; }

TagBindingName-typed view over the Name resource name property.

Property Value
TypeDescription
TagBindingName

TagValue

public string TagValue { get; set; }

The TagValue of the TagBinding. Must be of the form tagValues/456.

Property Value
TypeDescription
String