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/v1beta2/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/v1beta2/projects
raw docstring

locations-get$clj

(locations-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets information about a location.

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/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/v1beta2/projects/locations/instances/applyParameters

Required parameters: name

Optional parameters: none

Body:

{:applyAll boolean, :nodeIds [string]}

ApplyParameters will update current set of Parameters to the set of specified nodes of the Memcached Instance.

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

Required parameters: name

Optional parameters: none

Body: 

{:applyAll boolean, :nodeIds [string]}

ApplyParameters will update current set of Parameters to the set of
specified nodes of the Memcached Instance.
sourceraw docstring

locations-instances-create$clj

(locations-instances-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: instanceId

Body:

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

Creates a new Instance in a given project and location.

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

Required parameters: parent

Optional parameters: instanceId

Body: 

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

Creates a new Instance in a given project and location.
sourceraw docstring

locations-instances-delete$clj

(locations-instances-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes a single Instance.

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/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/v1beta2/projects/locations/instances/get

Required parameters: name

Optional parameters: none

Gets details of a single Instance.

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

Required parameters: name

Optional parameters: none

Gets details of a single Instance.
sourceraw docstring

locations-instances-getIamPolicy$clj

(locations-instances-getIamPolicy$ auth parameters)

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/projects/locations/instances/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/projects/locations/instances/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource.
Returns an empty policy if the resource exists and does not have a policy
set.
sourceraw docstring

locations-instances-list$clj

(locations-instances-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, orderBy, pageSize, filter

Lists Instances in a given project and location.

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

Required parameters: parent

Optional parameters: pageToken, orderBy, pageSize, filter

Lists Instances in a given project and location.
sourceraw docstring

locations-instances-patch$clj

(locations-instances-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:labels {}, :nodeConfig {:memorySizeMb integer, :cpuCount integer}, :displayName string, :name string, :createTime string, :state string, :updateTime string, :memcacheFullVersion string, :memcacheVersion string, :zones [string], :memcacheNodes [{:port integer, :nodeId string, :host string, :zone string, :state string, :parameters MemcacheParameters}], :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/v1beta2/projects/locations/instances/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:labels {},
 :nodeConfig {:memorySizeMb integer, :cpuCount integer},
 :displayName string,
 :name string,
 :createTime string,
 :state string,
 :updateTime string,
 :memcacheFullVersion string,
 :memcacheVersion string,
 :zones [string],
 :memcacheNodes [{:port integer,
                  :nodeId string,
                  :host string,
                  :zone string,
                  :state string,
                  :parameters MemcacheParameters}],
 :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-setIamPolicy$clj

(locations-instances-setIamPolicy$ auth parameters body)

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/projects/locations/instances/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:updateMask string, :policy {:auditConfigs [AuditConfig], :bindings [Binding], :etag string, :version integer}}

Sets the access control policy on the specified resource. Replaces any existing policy.

Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/projects/locations/instances/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:updateMask string,
 :policy {:auditConfigs [AuditConfig],
          :bindings [Binding],
          :etag string,
          :version integer}}

Sets the access control policy on the specified resource. Replaces any
existing policy.

Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
sourceraw docstring

locations-instances-testIamPermissions$clj

(locations-instances-testIamPermissions$ auth parameters body)

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/projects/locations/instances/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.

Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/projects/locations/instances/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND error.

Note: This operation is designed to be used for building permission-aware
UIs and command-line tools, not for authorization checking. This operation
may "fail open" without warning.
sourceraw docstring

locations-instances-updateParameters$clj

(locations-instances-updateParameters$ auth parameters body)

https://cloud.google.com/memorystore/api/reference/rest/v1beta2/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/v1beta2/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/v1beta2/projects/locations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize

Lists information about the supported locations for this service.

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

Required parameters: name

Optional parameters: filter, pageToken, pageSize

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/v1beta2/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/v1beta2/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/v1beta2/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/v1beta2/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/v1beta2/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/v1beta2/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/v1beta2/projects/locations/operations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

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/v1beta2/projects/locations/operations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

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