Show / Hide Table of Contents

Class TagBindingsResource

The "tagBindings" collection of methods.

Inheritance
object
TagBindingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Google Cloud resource.

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
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 Google 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 Generated by DocFX