Class TagBindingsResource
The "tagBindings" collection of methods.
Inherited Members
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: |
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 |