public class ServiceControl.Services extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceControl.Services.Check |
class |
ServiceControl.Services.Report |
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
ServiceControl.Services.Check |
check(String serviceName,
CheckRequest content)
This method provides admission control for services that are integrated with [Service
Infrastructure](https://cloud.google.com/service-infrastructure).
|
ServiceControl.Services.Report |
report(String serviceName,
ReportRequest content)
This method provides telemetry reporting for services that are integrated with [Service
Infrastructure](https://cloud.google.com/service-infrastructure).
|
public ServiceControl.Services.Check check(String serviceName, CheckRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.serviceName - The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`.
See [google.api.Service](https://cloud.google.com/service-
management/reference/rpc/google.api#google.api.Service) for the definition of a service
name.content - the CheckRequestIOExceptionpublic ServiceControl.Services.Report report(String serviceName, ReportRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.serviceName - The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`.
See [google.api.Service](https://cloud.google.com/service-
management/reference/rpc/google.api#google.api.Service) for the definition of a service
name.content - the ReportRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.