Show / Hide Table of Contents

Class MethodMap

Deployment Manager will call these methods during the events of creation/deletion/update/get/setIamPolicy

Inheritance
object
MethodMap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX