Show / Hide Table of Contents

Class LocationsResource

The "locations" collection of methods.

Inheritance
object
LocationsResource
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 LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Methods

RegionalWebhook(HttpBody, string)

ReceiveRegionalWebhook is called when the API receives a regional GitHub webhook.

Declaration
public virtual LocationsResource.RegionalWebhookRequest RegionalWebhook(HttpBody body, string location)
Parameters
Type Name Description
HttpBody body

The body of the request.

string location

Required. The location where the webhook should be sent.

Returns
Type Description
LocationsResource.RegionalWebhookRequest
In this article
Back to top Generated by DocFX