Show / Hide Table of Contents

Class LocationsResource.EffectiveTagBindingCollectionsResource

The "effectiveTagBindingCollections" collection of methods.

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

Constructors

EffectiveTagBindingCollectionsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Returns effective tag bindings on a GCP resource.

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

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

Returns
Type Description
LocationsResource.EffectiveTagBindingCollectionsResource.GetRequest
In this article
Back to top Generated by DocFX