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.ListServiceLevelObjectivesPageServiceMonitoringServiceClient.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 ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse.Builder. build()ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse.Builder. buildPartial()static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. getDefaultInstance()ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse.Builder. getDefaultInstanceForType()ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. getDefaultInstanceForType()ListServiceLevelObjectivesResponseServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)List the `ServiceLevelObjective`s for the given `Service`.static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseDelimitedFrom(InputStream input)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(byte[] data)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.ByteString data)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(InputStream input)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. parseFrom(ByteBuffer data)static ListServiceLevelObjectivesResponseListServiceLevelObjectivesResponse. 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.BuilderListServiceLevelObjectivesResponse.Builder. mergeFrom(ListServiceLevelObjectivesResponse other)static ListServiceLevelObjectivesResponse.BuilderListServiceLevelObjectivesResponse. newBuilder(ListServiceLevelObjectivesResponse prototype)Method parameters in com.google.monitoring.v3 with type arguments of type ListServiceLevelObjectivesResponse Modifier and Type Method Description default voidServiceMonitoringServiceGrpc.AsyncService. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request, io.grpc.stub.StreamObserver<ListServiceLevelObjectivesResponse> responseObserver)List the `ServiceLevelObjective`s for the given `Service`.voidServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request, io.grpc.stub.StreamObserver<ListServiceLevelObjectivesResponse> responseObserver)List the `ServiceLevelObjective`s for the given `Service`.
-