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)
Private Preview.
|
ServiceControl.Services.Report |
report(String serviceName,
ReportRequest content)
Private Preview.
|
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 CheckRequest
IOException
public 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 ReportRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.