Class LocationsResource
The "locations" collection of methods.
Inherited Members
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 |