Uses of Class
com.google.monitoring.v3.ListServiceLevelObjectivesResponse
-
Packages that use ListServiceLevelObjectivesResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of ListServiceLevelObjectivesResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ListServiceLevelObjectivesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse>
ServiceMonitoringServiceClient. listServiceLevelObjectivesCallable()
List the `ServiceLevelObjective`s for the given `Service`.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponse>
ServiceMonitoringServiceSettings.Builder. listServiceLevelObjectivesSettings()
Returns the builder for the settings used for calls to listServiceLevelObjectives.com.google.api.gax.rpc.PagedCallSettings<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponse>
ServiceMonitoringServiceSettings. listServiceLevelObjectivesSettings()
Returns the object with the settings used for calls to listServiceLevelObjectives.Methods in com.google.cloud.monitoring.v3 with parameters of type ListServiceLevelObjectivesResponse Modifier and Type Method Description protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ListServiceLevelObjectivesResponse response)
-
Uses of ListServiceLevelObjectivesResponse in com.google.cloud.monitoring.v3.stub
-
Uses of ListServiceLevelObjectivesResponse in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ListServiceLevelObjectivesResponse Modifier and Type Method Description ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse.Builder. build()
ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse.Builder. buildPartial()
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. getDefaultInstance()
ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse.Builder. getDefaultInstanceForType()
ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. getDefaultInstanceForType()
ListServiceLevelObjectivesResponse
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)
List the `ServiceLevelObjective`s for the given `Service`.static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseDelimitedFrom(InputStream input)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(byte[] data)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(InputStream input)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(ByteBuffer data)
static ListServiceLevelObjectivesResponse
ListServiceLevelObjectivesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type ListServiceLevelObjectivesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse>
ServiceMonitoringServiceGrpc. getListServiceLevelObjectivesMethod()
com.google.protobuf.Parser<ListServiceLevelObjectivesResponse>
ListServiceLevelObjectivesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListServiceLevelObjectivesResponse>
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)
List the `ServiceLevelObjective`s for the given `Service`.static com.google.protobuf.Parser<ListServiceLevelObjectivesResponse>
ListServiceLevelObjectivesResponse. parser()
Methods in com.google.monitoring.v3 with parameters of type ListServiceLevelObjectivesResponse Modifier and Type Method Description ListServiceLevelObjectivesResponse.Builder
ListServiceLevelObjectivesResponse.Builder. mergeFrom(ListServiceLevelObjectivesResponse other)
static ListServiceLevelObjectivesResponse.Builder
ListServiceLevelObjectivesResponse. newBuilder(ListServiceLevelObjectivesResponse prototype)
Method parameters in com.google.monitoring.v3 with type arguments of type ListServiceLevelObjectivesResponse Modifier and Type Method Description default void
ServiceMonitoringServiceGrpc.AsyncService. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request, io.grpc.stub.StreamObserver<ListServiceLevelObjectivesResponse> responseObserver)
List the `ServiceLevelObjective`s for the given `Service`.void
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request, io.grpc.stub.StreamObserver<ListServiceLevelObjectivesResponse> responseObserver)
List the `ServiceLevelObjective`s for the given `Service`.
-