Class ServiceMonitoringServiceStub (3.6.0)

public abstract class ServiceMonitoringServiceStub implements BackgroundResource

Base stub class for the ServiceMonitoringService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ServiceMonitoringServiceStub

Implements

BackgroundResource

Constructors

ServiceMonitoringServiceStub()

public ServiceMonitoringServiceStub()

Methods

close()

public abstract void close()

createServiceCallable()

public UnaryCallable<CreateServiceRequest,Service> createServiceCallable()
Returns

createServiceLevelObjectiveCallable()

public UnaryCallable<CreateServiceLevelObjectiveRequest,ServiceLevelObjective> createServiceLevelObjectiveCallable()
Returns

deleteServiceCallable()

public UnaryCallable<DeleteServiceRequest,Empty> deleteServiceCallable()
Returns

deleteServiceLevelObjectiveCallable()

public UnaryCallable<DeleteServiceLevelObjectiveRequest,Empty> deleteServiceLevelObjectiveCallable()
Returns

getServiceCallable()

public UnaryCallable<GetServiceRequest,Service> getServiceCallable()
Returns

getServiceLevelObjectiveCallable()

public UnaryCallable<GetServiceLevelObjectiveRequest,ServiceLevelObjective> getServiceLevelObjectiveCallable()
Returns

listServiceLevelObjectivesCallable()

public UnaryCallable<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse> listServiceLevelObjectivesCallable()
Returns

listServiceLevelObjectivesPagedCallable()

public UnaryCallable<ListServiceLevelObjectivesRequest,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponse> listServiceLevelObjectivesPagedCallable()
Returns

listServicesCallable()

public UnaryCallable<ListServicesRequest,ListServicesResponse> listServicesCallable()
Returns

listServicesPagedCallable()

public UnaryCallable<ListServicesRequest,ServiceMonitoringServiceClient.ListServicesPagedResponse> listServicesPagedCallable()
Returns

updateServiceCallable()

public UnaryCallable<UpdateServiceRequest,Service> updateServiceCallable()
Returns

updateServiceLevelObjectiveCallable()

public UnaryCallable<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective> updateServiceLevelObjectiveCallable()
Returns