Liking cljdoc? Tell your friends :D

happygapi.compute.targetGrpcProxies

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: targetGrpcProxy, project

Optional parameters: requestId

Deletes the specified TargetGrpcProxy in the given scope

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

Required parameters: targetGrpcProxy, project

Optional parameters: requestId

Deletes the specified TargetGrpcProxy in the given scope
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, targetGrpcProxy

Optional parameters: none

Returns the specified TargetGrpcProxy resource in the given scope.

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

Required parameters: project, targetGrpcProxy

Optional parameters: none

Returns the specified TargetGrpcProxy resource in the given scope.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :urlMap string, :name string, :selfLink string, :validateForProxyless boolean, :selfLinkWithId string, :id string, :kind string, :fingerprint string}

Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :urlMap string,
 :name string,
 :selfLink string,
 :validateForProxyless boolean,
 :selfLinkWithId string,
 :id string,
 :kind string,
 :fingerprint string}

Creates a TargetGrpcProxy in the specified project in the given scope 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/targetGrpcProxies/list

Required parameters: project

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

Lists the TargetGrpcProxies for a project in the given scope.

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

Required parameters: project

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

Lists the TargetGrpcProxies for a project in the given scope.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetGrpcProxies/patch

Required parameters: project, targetGrpcProxy

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :urlMap string, :name string, :selfLink string, :validateForProxyless boolean, :selfLinkWithId string, :id string, :kind string, :fingerprint string}

Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

https://cloud.google.com/compute/api/reference/rest/v1/targetGrpcProxies/patch

Required parameters: project, targetGrpcProxy

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :urlMap string,
 :name string,
 :selfLink string,
 :validateForProxyless boolean,
 :selfLinkWithId string,
 :id string,
 :kind string,
 :fingerprint string}

Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
sourceraw docstring

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

× close