Class LocationsResource.TagBindingCollectionsResource
The "tagBindingCollections" collection of methods.
Inherited Members
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| LocationsResource.TagBindingCollectionsResource.PatchRequest |