Show / Hide Table of Contents

Class TagBindingsResource

The "tagBindings" collection of methods.

Inheritance
System.Object
TagBindingsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class TagBindingsResource

Constructors

TagBindingsResource(IClientService)

Constructs a new resource.

Declaration
public TagBindingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(TagBinding)

Creates a TagBinding between a TagValue and a cloud resource (currently project, folder, or organization).

Declaration
public virtual TagBindingsResource.CreateRequest Create(TagBinding body)
Parameters
Type Name Description
TagBinding body

The body of the request.

Returns
Type Description
TagBindingsResource.CreateRequest

Delete(String)

Deletes a TagBinding.

Declaration
public virtual TagBindingsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
System.String name

Required. The name of the TagBinding. This is a String of the form: tagBindings/{id} (e.g. tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456).

Returns
Type Description
TagBindingsResource.DeleteRequest

List()

Lists the TagBindings for the given cloud resource, as specified with parent. NOTE: The parent field is expected to be a full resource name: https://cloud.google.com/apis/design/resource_names#full_resource_name

Declaration
public virtual TagBindingsResource.ListRequest List()
Returns
Type Description
TagBindingsResource.ListRequest
In This Article
Back to top