Uses of Class
com.google.cloud.monitoring.v3.ServiceMonitoringServiceClient.ListServicesPagedResponse
-
Packages that use ServiceMonitoringServiceClient.ListServicesPagedResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub -
-
Uses of ServiceMonitoringServiceClient.ListServicesPagedResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return ServiceMonitoringServiceClient.ListServicesPagedResponse Modifier and Type Method Description ServiceMonitoringServiceClient.ListServicesPagedResponse
ServiceMonitoringServiceClient. listServices(com.google.api.resourcenames.ResourceName parent)
List `Service`s for this workspace.ServiceMonitoringServiceClient.ListServicesPagedResponse
ServiceMonitoringServiceClient. listServices(ListServicesRequest request)
List `Service`s for this workspace.ServiceMonitoringServiceClient.ListServicesPagedResponse
ServiceMonitoringServiceClient. listServices(OrganizationName parent)
List `Service`s for this workspace.ServiceMonitoringServiceClient.ListServicesPagedResponse
ServiceMonitoringServiceClient. listServices(ProjectName parent)
List `Service`s for this workspace.ServiceMonitoringServiceClient.ListServicesPagedResponse
ServiceMonitoringServiceClient. listServices(String parent)
List `Service`s for this workspace.Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ServiceMonitoringServiceClient.ListServicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceClient. listServicesPagedCallable()
List `Service`s for this workspace.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices. -
Uses of ServiceMonitoringServiceClient.ListServicesPagedResponse in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type ServiceMonitoringServiceClient.ListServicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServiceMonitoringServiceClient.ListServicesPagedResponse>
GrpcServiceMonitoringServiceStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServiceMonitoringServiceClient.ListServicesPagedResponse>
ServiceMonitoringServiceStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-