Liking cljdoc? Tell your friends :D

happygapi.file.projects

Cloud Filestore API: projects. The Cloud Filestore API is used for creating and managing cloud file servers. See: https://cloud.google.com/filestore/api/reference/rest/v1/projects

Cloud Filestore API: projects.
The Cloud Filestore API is used for creating and managing cloud file servers.
See: https://cloud.google.com/filestore/api/reference/rest/v1/projects
raw docstring

locations-get$clj

(locations-get$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none Gets information about a location.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none
Gets information about a location.
raw docstring

locations-instances-create$clj

(locations-instances-create$ auth args body)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/create

Required parameters: parent

Optional parameters: instanceId

Body:

{:description string, :labels {}, :tier string, :fileShares [{:name string, :capacityGb string}], :name string, :statusMessage string, :createTime string, :etag string, :state string, :networks [{:network string, :modes [string], :reservedIpRange string, :ipAddresses [string]}]}

Creates an instance.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/create

Required parameters: parent

Optional parameters: instanceId

Body: 

{:description string,
 :labels {},
 :tier string,
 :fileShares [{:name string, :capacityGb string}],
 :name string,
 :statusMessage string,
 :createTime string,
 :etag string,
 :state string,
 :networks [{:network string,
             :modes [string],
             :reservedIpRange string,
             :ipAddresses [string]}]}

Creates an instance.
raw docstring

locations-instances-delete$clj

(locations-instances-delete$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/delete

Required parameters: name

Optional parameters: none Deletes an instance.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/delete

Required parameters: name

Optional parameters: none
Deletes an instance.
raw docstring

locations-instances-get$clj

(locations-instances-get$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/get

Required parameters: name

Optional parameters: none Gets the details of a specific instance.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/get

Required parameters: name

Optional parameters: none
Gets the details of a specific instance.
raw docstring

locations-instances-list$clj

(locations-instances-list$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/list

Required parameters: parent

Optional parameters: filter, pageToken, orderBy, pageSize Lists all instances in a project for either a specified location or for all locations.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/list

Required parameters: parent

Optional parameters: filter, pageToken, orderBy, pageSize
Lists all instances in a project for either a specified location
or for all locations.
raw docstring

locations-instances-patch$clj

(locations-instances-patch$ auth args body)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:description string, :labels {}, :tier string, :fileShares [{:name string, :capacityGb string}], :name string, :statusMessage string, :createTime string, :etag string, :state string, :networks [{:network string, :modes [string], :reservedIpRange string, :ipAddresses [string]}]}

Updates the settings of a specific instance.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/instances/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:description string,
 :labels {},
 :tier string,
 :fileShares [{:name string, :capacityGb string}],
 :name string,
 :statusMessage string,
 :createTime string,
 :etag string,
 :state string,
 :networks [{:network string,
             :modes [string],
             :reservedIpRange string,
             :ipAddresses [string]}]}

Updates the settings of a specific instance.
raw docstring

locations-list$clj

(locations-list$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: includeUnrevealedLocations, pageToken, pageSize, filter Lists information about the supported locations for this service.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: includeUnrevealedLocations, pageToken, pageSize, filter
Lists information about the supported locations for this service.
raw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth args body)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running operation.  The server
makes a best effort to cancel the operation, but success is not
guaranteed.  If the server doesn't support this method, it returns
`google.rpc.Code.UNIMPLEMENTED`.  Clients can use
Operations.GetOperation or
other methods to check whether the cancellation succeeded or whether the
operation completed despite cancellation. On successful cancellation,
the operation is not deleted; instead, it becomes an operation with
an Operation.error value with a google.rpc.Status.code of 1,
corresponding to `Code.CANCELLED`.
raw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none
Deletes a long-running operation. This method indicates that the client is
no longer interested in the operation result. It does not cancel the
operation. If the server doesn't support this method, it returns
`google.rpc.Code.UNIMPLEMENTED`.
raw docstring

locations-operations-get$clj

(locations-operations-get$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none
Gets the latest state of a long-running operation.  Clients can use this
method to poll the operation result at intervals as recommended by the API
service.
raw docstring

locations-operations-list$clj

(locations-operations-list$ auth args)

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: pageToken, pageSize, filter Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

https://cloud.google.com/filestore/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: pageToken, pageSize, filter
Lists operations that match the specified filter in the request. If the
server doesn't support this method, it returns `UNIMPLEMENTED`.

NOTE: the `name` binding allows API services to override the binding
to use different resource name schemes, such as `users/*/operations`. To
override the binding, API services can add a binding such as
`"/v1/{name=users/*}/operations"` to their service configuration.
For backwards compatibility, the default name includes the operations
collection id, however overriding users must ensure the name binding
is the parent resource, without the operations collection id.
raw docstring

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

× close