Class MethodMap
Deployment Manager will call these methods during the events of creation/deletion/update/get/setIamPolicy
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class MethodMap : IDirectResponseSchema
Properties
Create
The action identifier for the create method to be used for this collection
Declaration
[JsonProperty("create")]
public virtual string Create { get; set; }
Property Value
Type | Description |
---|---|
string |
Delete
The action identifier for the delete method to be used for this collection
Declaration
[JsonProperty("delete")]
public virtual string Delete { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Get
The action identifier for the get method to be used for this collection
Declaration
[JsonProperty("get")]
public virtual string Get { get; set; }
Property Value
Type | Description |
---|---|
string |
SetIamPolicy
The action identifier for the setIamPolicy method to be used for this collection
Declaration
[JsonProperty("setIamPolicy")]
public virtual string SetIamPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |
Update
The action identifier for the update method to be used for this collection
Declaration
[JsonProperty("update")]
public virtual string Update { get; set; }
Property Value
Type | Description |
---|---|
string |