Liking cljdoc? Tell your friends :D

happygapi.memcache.projects

Cloud Memorystore for Memcached API: projects. Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP. See: https://cloud.google.com/memorystore/api/reference/rest/v1/projects

Cloud Memorystore for Memcached API: projects.
Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP.
See: https://cloud.google.com/memorystore/api/reference/rest/v1/projects
raw docstring

locations-get$clj

(locations-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets information about a location.

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

Required parameters: name

Optional parameters: none

Gets information about a location.
sourceraw docstring

locations-instances-applyParameters$clj

(locations-instances-applyParameters$ auth parameters body)

https://cloud.google.com/memorystore/api/reference/rest/v1/projects/locations/instances/applyParameters

Required parameters: name

Optional parameters: none

Body:

{:applyAll boolean, :nodeIds [string]}

ApplyParameters restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.

https://cloud.google.com/memorystore/api/reference/rest/v1/projects/locations/instances/applyParameters

Required parameters: name

Optional parameters: none

Body: 

{:applyAll boolean, :nodeIds [string]}

`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.
sourceraw docstring

locations-instances-create$clj

(locations-instances-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: instanceId

Body:

{:labels {}, :nodeConfig {:cpuCount integer, :memorySizeMb integer}, :displayName string, :name string, :createTime string, :state string, :updateTime string, :memcacheFullVersion string, :memcacheVersion string, :zones [string], :memcacheNodes [{:parameters MemcacheParameters, :host string, :state string, :port integer, :nodeId string, :zone string}], :discoveryEndpoint string, :nodeCount integer, :parameters {:id string, :params {}}, :instanceMessages [{:message string, :code string}], :authorizedNetwork string}

Creates a new Instance in a given location.

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

Required parameters: parent

Optional parameters: instanceId

Body: 

{:labels {},
 :nodeConfig {:cpuCount integer, :memorySizeMb integer},
 :displayName string,
 :name string,
 :createTime string,
 :state string,
 :updateTime string,
 :memcacheFullVersion string,
 :memcacheVersion string,
 :zones [string],
 :memcacheNodes [{:parameters MemcacheParameters,
                  :host string,
                  :state string,
                  :port integer,
                  :nodeId string,
                  :zone string}],
 :discoveryEndpoint string,
 :nodeCount integer,
 :parameters {:id string, :params {}},
 :instanceMessages [{:message string, :code string}],
 :authorizedNetwork string}

Creates a new Instance in a given location.
sourceraw docstring

locations-instances-delete$clj

(locations-instances-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes a single Instance.

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

Required parameters: name

Optional parameters: none

Deletes a single Instance.
sourceraw docstring

locations-instances-get$clj

(locations-instances-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets details of a single Instance.

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

Required parameters: name

Optional parameters: none

Gets details of a single Instance.
sourceraw docstring

locations-instances-list$clj

(locations-instances-list$ auth parameters)

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

Required parameters: parent

Optional parameters: orderBy, pageToken, pageSize, filter

Lists Instances in a given location.

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

Required parameters: parent

Optional parameters: orderBy, pageToken, pageSize, filter

Lists Instances in a given location.
sourceraw docstring

locations-instances-patch$clj

(locations-instances-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:labels {}, :nodeConfig {:cpuCount integer, :memorySizeMb integer}, :displayName string, :name string, :createTime string, :state string, :updateTime string, :memcacheFullVersion string, :memcacheVersion string, :zones [string], :memcacheNodes [{:parameters MemcacheParameters, :host string, :state string, :port integer, :nodeId string, :zone string}], :discoveryEndpoint string, :nodeCount integer, :parameters {:id string, :params {}}, :instanceMessages [{:message string, :code string}], :authorizedNetwork string}

Updates an existing Instance in a given project and location.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:labels {},
 :nodeConfig {:cpuCount integer, :memorySizeMb integer},
 :displayName string,
 :name string,
 :createTime string,
 :state string,
 :updateTime string,
 :memcacheFullVersion string,
 :memcacheVersion string,
 :zones [string],
 :memcacheNodes [{:parameters MemcacheParameters,
                  :host string,
                  :state string,
                  :port integer,
                  :nodeId string,
                  :zone string}],
 :discoveryEndpoint string,
 :nodeCount integer,
 :parameters {:id string, :params {}},
 :instanceMessages [{:message string, :code string}],
 :authorizedNetwork string}

Updates an existing Instance in a given project and location.
sourceraw docstring

locations-instances-updateParameters$clj

(locations-instances-updateParameters$ auth parameters body)

https://cloud.google.com/memorystore/api/reference/rest/v1/projects/locations/instances/updateParameters

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :parameters {:id string, :params {}}}

Updates the defined Memcached parameters for an existing instance. This method only stages the parameters, it must be followed by ApplyParameters to apply the parameters to nodes of the Memcached instance.

https://cloud.google.com/memorystore/api/reference/rest/v1/projects/locations/instances/updateParameters

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string, :parameters {:id string, :params {}}}

Updates the defined Memcached parameters for an existing instance. This method only stages the parameters, it must be followed by `ApplyParameters` to apply the parameters to nodes of the Memcached instance.
sourceraw docstring

locations-list$clj

(locations-list$ auth parameters)

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

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists information about the supported locations for this service.

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

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists information about the supported locations for this service.
sourceraw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/memorystore/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/memorystore/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`.
sourceraw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth parameters)

https://cloud.google.com/memorystore/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/memorystore/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`.
sourceraw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.com/memorystore/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/memorystore/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.
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

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

Required parameters: name

Optional parameters: filter, pageToken, pageSize

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/memorystore/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize

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.
sourceraw docstring

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

× close