Liking cljdoc? Tell your friends :D

happygapi.serviceusage.services

Service Usage API: services. Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use. See: https://cloud.google.com/service-usage/api/reference/rest/v1/services

Service Usage API: services.
Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use.
See: https://cloud.google.com/service-usage/api/reference/rest/v1/services
raw docstring

batchEnable$clj

(batchEnable$ auth parameters body)

https://cloud.google.com/service-usage/api/reference/rest/v1/services/batchEnable

Required parameters: parent

Optional parameters: none

Body:

{:serviceIds [string]}

Enable multiple services on a project. The operation is atomic: if enabling any service fails, then the entire batch fails, and no state changes occur. To enable a single service, use the EnableService method instead.

https://cloud.google.com/service-usage/api/reference/rest/v1/services/batchEnable

Required parameters: parent

Optional parameters: none

Body: 

{:serviceIds [string]}

Enable multiple services on a project. The operation is atomic: if enabling
any service fails, then the entire batch fails, and no state changes occur.
To enable a single service, use the `EnableService` method instead.
sourceraw docstring

disable$clj

(disable$ auth parameters body)

https://cloud.google.com/service-usage/api/reference/rest/v1/services/disable

Required parameters: name

Optional parameters: none

Body:

{:disableDependentServices boolean}

Disable a service so that it can no longer be used with a project. This prevents unintended usage that may cause unexpected billing charges or security leaks.

It is not valid to call the disable method on a service that is not currently enabled. Callers will receive a FAILED_PRECONDITION status if the target service is not currently enabled.

https://cloud.google.com/service-usage/api/reference/rest/v1/services/disable

Required parameters: name

Optional parameters: none

Body: 

{:disableDependentServices boolean}

Disable a service so that it can no longer be used with a project.
This prevents unintended usage that may cause unexpected billing
charges or security leaks.

It is not valid to call the disable method on a service that is not
currently enabled. Callers will receive a `FAILED_PRECONDITION` status if
the target service is not currently enabled.
sourceraw docstring

enable$clj

(enable$ auth parameters body)

https://cloud.google.com/service-usage/api/reference/rest/v1/services/enable

Required parameters: name

Optional parameters: none

Body:

{}

Enable a service so that it can be used with a project.

https://cloud.google.com/service-usage/api/reference/rest/v1/services/enable

Required parameters: name

Optional parameters: none

Body: 

{}

Enable a service so that it can be used with a project.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/service-usage/api/reference/rest/v1/services/get

Required parameters: name

Optional parameters: none

Returns the service configuration and enabled state for a given service.

https://cloud.google.com/service-usage/api/reference/rest/v1/services/get

Required parameters: name

Optional parameters: none

Returns the service configuration and enabled state for a given service.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/service-usage/api/reference/rest/v1/services/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

List all services available to the specified project, and the current state of those services with respect to the project. The list includes all public services, all services for which the calling user has the servicemanagement.services.bind permission, and all services that have already been enabled on the project. The list can be filtered to only include services in a specific state, for example to only include services enabled on the project.

https://cloud.google.com/service-usage/api/reference/rest/v1/services/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

List all services available to the specified project, and the current
state of those services with respect to the project. The list includes
all public services, all services for which the calling user has the
`servicemanagement.services.bind` permission, and all services that have
already been enabled on the project. The list can be filtered to
only include services in a specific state, for example to only include
services enabled on the project.
sourceraw docstring

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

× close