Liking cljdoc? Tell your friends :D

happygapi.compute.regionNotificationEndpoints

Compute Engine API: regionNotificationEndpoints. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints

Compute Engine API: regionNotificationEndpoints.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints
raw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/delete

Required parameters: notificationEndpoint, region, project

Optional parameters: requestId

Deletes the specified NotificationEndpoint in the given region

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/delete

Required parameters: notificationEndpoint, region, project

Optional parameters: requestId

Deletes the specified NotificationEndpoint in the given region
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/get

Required parameters: project, region, notificationEndpoint

Optional parameters: none

Returns the specified NotificationEndpoint resource in the given region.

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/get

Required parameters: project, region, notificationEndpoint

Optional parameters: none

Returns the specified NotificationEndpoint resource in the given region.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/insert

Required parameters: project, region

Optional parameters: requestId

Body:

{:region string, :grpcSettings {:retryDurationSec integer, :payloadName string, :resendInterval Duration, :authority string, :endpoint string}, :description string, :selfLink string, :creationTimestamp string, :id string, :kind string, :name string}

Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/insert

Required parameters: project, region

Optional parameters: requestId

Body: 

{:region string,
 :grpcSettings {:retryDurationSec integer,
                :payloadName string,
                :resendInterval Duration,
                :authority string,
                :endpoint string},
 :description string,
 :selfLink string,
 :creationTimestamp string,
 :id string,
 :kind string,
 :name string}

Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/list

Required parameters: project, region

Optional parameters: maxResults, pageToken, orderBy, returnPartialSuccess, filter

Lists the NotificationEndpoints for a project in the given region.

https://cloud.google.com/compute/api/reference/rest/v1/regionNotificationEndpoints/list

Required parameters: project, region

Optional parameters: maxResults, pageToken, orderBy, returnPartialSuccess, filter

Lists the NotificationEndpoints for a project in the given region.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close