Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.servicecontrol.services

Service Control API: services. Provides admission control and telemetry reporting for services integrated with Service Infrastructure. See: https://cloud.google.com/service-control/api/reference/rest/v2/services

Service Control API: services.
Provides admission control and telemetry reporting for services integrated with Service Infrastructure. 
See: https://cloud.google.com/service-control/api/reference/rest/v2/services
raw docstring

check$clj

(check$ auth parameters body)

https://cloud.google.com/service-control/api/reference/rest/v2/services/check

Required parameters: serviceName

Optional parameters: none

Body:

{:serviceConfigId string, :attributes {:origin Peer, :api Api, :source Peer, :response Response, :destination Peer, :request Request, :resource Resource, :extensions [{}]}, :flags string, :resources [{:name string, :type string, :location string, :container string, :permission string}]}

Private Preview. This feature is only available for approved services. This method provides admission control for services that are integrated with Service Infrastructure. It checks whether an operation should be allowed based on the service configuration and relevant policies. It must be called before the operation is executed. For more information, see Admission Control. NOTE: The admission control has an expected policy propagation delay of 60s. The caller must not depend on the most recent policy changes. NOTE: The admission control has a hard limit of 1 referenced resources per call. If an operation refers to more than 1 resources, the caller must call the Check method multiple times. This method requires the servicemanagement.services.check permission on the specified service. For more information, see Service Control API Access Control.

https://cloud.google.com/service-control/api/reference/rest/v2/services/check

Required parameters: serviceName

Optional parameters: none

Body: 

{:serviceConfigId string,
 :attributes {:origin Peer,
              :api Api,
              :source Peer,
              :response Response,
              :destination Peer,
              :request Request,
              :resource Resource,
              :extensions [{}]},
 :flags string,
 :resources [{:name string,
              :type string,
              :location string,
              :container string,
              :permission string}]}

Private Preview. This feature is only available for approved services. This method provides admission control for services that are integrated with [Service Infrastructure](/service-infrastructure). It checks whether an operation should be allowed based on the service configuration and relevant policies. It must be called before the operation is executed. For more information, see [Admission Control](/service-infrastructure/docs/admission-control). NOTE: The admission control has an expected policy propagation delay of 60s. The caller **must** not depend on the most recent policy changes. NOTE: The admission control has a hard limit of 1 referenced resources per call. If an operation refers to more than 1 resources, the caller must call the Check method multiple times. This method requires the `servicemanagement.services.check` permission on the specified service. For more information, see [Service Control API Access Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
sourceraw docstring

report$clj

(report$ auth parameters body)

https://cloud.google.com/service-control/api/reference/rest/v2/services/report

Required parameters: serviceName

Optional parameters: none

Body:

{:serviceConfigId string, :operations [{:origin Peer, :api Api, :source Peer, :response Response, :destination Peer, :request Request, :resource Resource, :extensions [{}]}]}

Private Preview. This feature is only available for approved services. This method provides telemetry reporting for services that are integrated with Service Infrastructure. It reports a list of operations that have occurred on a service. It must be called after the operations have been executed. For more information, see Telemetry Reporting. NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call. It is recommended to have no more than 100 operations per call. This method requires the servicemanagement.services.report permission on the specified service. For more information, see Service Control API Access Control.

https://cloud.google.com/service-control/api/reference/rest/v2/services/report

Required parameters: serviceName

Optional parameters: none

Body: 

{:serviceConfigId string,
 :operations [{:origin Peer,
               :api Api,
               :source Peer,
               :response Response,
               :destination Peer,
               :request Request,
               :resource Resource,
               :extensions [{}]}]}

Private Preview. This feature is only available for approved services. This method provides telemetry reporting for services that are integrated with [Service Infrastructure](/service-infrastructure). It reports a list of operations that have occurred on a service. It must be called after the operations have been executed. For more information, see [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting). NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call. It is recommended to have no more than 100 operations per call. This method requires the `servicemanagement.services.report` permission on the specified service. For more information, see [Service Control API Access Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
sourceraw docstring

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

× close