Class LocationsResource.TagBindingCollectionsResource.PatchRequest
Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*".
Inheritance
LocationsResource.TagBindingCollectionsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class LocationsResource.TagBindingCollectionsResource.PatchRequest : CloudResourceManagerBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PatchRequest(IClientService, TagBindingCollection, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, TagBindingCollection body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| TagBindingCollection | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
UpdateMask
Optional. An update mask to selectively update fields.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()