Show / Hide Table of Contents

Class V1Resource

The "v1" collection of methods.

Inheritance
object
V1Resource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class V1Resource

Constructors

V1Resource(IClientService)

Constructs a new resource.

Declaration
public V1Resource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Webhook(HttpBody)

ReceiveWebhook is called when the API receives a GitHub webhook.

Declaration
public virtual V1Resource.WebhookRequest Webhook(HttpBody body)
Parameters
Type Name Description
HttpBody body

The body of the request.

Returns
Type Description
V1Resource.WebhookRequest
In this article
Back to top Generated by DocFX