Show / Hide Table of Contents

Class LocationsResource.TagBindingCollectionsResource

The "tagBindingCollections" collection of methods.

Inheritance
object
LocationsResource.TagBindingCollectionsResource
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 LocationsResource.TagBindingCollectionsResource

Constructors

TagBindingCollectionsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Returns tag bindings directly attached to a GCP resource.

Declaration
public virtual LocationsResource.TagBindingCollectionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The full name of the TagBindingCollection in format: locations/{location}/tagBindingCollections/{encoded-full-resource-name} where the enoded-full-resource-name is the UTF-8 encoded name of the resource the TagBindings are bound to. E.g. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

Returns
Type Description
LocationsResource.TagBindingCollectionsResource.GetRequest

Patch(TagBindingCollection, string)

Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*".

Declaration
public virtual LocationsResource.TagBindingCollectionsResource.PatchRequest Patch(TagBindingCollection body, string name)
Parameters
Type Name Description
TagBindingCollection body

The body of the request.

string name

Identifier. The name of the TagBindingCollection, following the convention: locations/{location}/tagBindingCollections/{encoded-full-resource-name} where the encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

Returns
Type Description
LocationsResource.TagBindingCollectionsResource.PatchRequest
In this article
Back to top Generated by DocFX