Uses of Class
com.google.monitoring.v3.ListServiceLevelObjectivesRequest
-
Packages that use ListServiceLevelObjectivesRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of ListServiceLevelObjectivesRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ListServiceLevelObjectivesRequest 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.UnaryCallable<ListServiceLevelObjectivesRequest,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponse>ServiceMonitoringServiceClient. listServiceLevelObjectivesPagedCallable()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 ListServiceLevelObjectivesRequest Modifier and Type Method Description ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponseServiceMonitoringServiceClient. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)List the `ServiceLevelObjective`s for the given `Service`. -
Uses of ListServiceLevelObjectivesRequest in com.google.cloud.monitoring.v3.stub
-
Uses of ListServiceLevelObjectivesRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ListServiceLevelObjectivesRequest Modifier and Type Method Description ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest.Builder. build()ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest.Builder. buildPartial()static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. getDefaultInstance()ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest.Builder. getDefaultInstanceForType()ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. getDefaultInstanceForType()static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseDelimitedFrom(InputStream input)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(byte[] data)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.ByteString data)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(InputStream input)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(ByteBuffer data)static ListServiceLevelObjectivesRequestListServiceLevelObjectivesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type ListServiceLevelObjectivesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse>ServiceMonitoringServiceGrpc. getListServiceLevelObjectivesMethod()com.google.protobuf.Parser<ListServiceLevelObjectivesRequest>ListServiceLevelObjectivesRequest. getParserForType()static com.google.protobuf.Parser<ListServiceLevelObjectivesRequest>ListServiceLevelObjectivesRequest. parser()Methods in com.google.monitoring.v3 with parameters of type ListServiceLevelObjectivesRequest 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`.ListServiceLevelObjectivesResponseServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)List the `ServiceLevelObjective`s for the given `Service`.com.google.common.util.concurrent.ListenableFuture<ListServiceLevelObjectivesResponse>ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request)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`.ListServiceLevelObjectivesRequest.BuilderListServiceLevelObjectivesRequest.Builder. mergeFrom(ListServiceLevelObjectivesRequest other)static ListServiceLevelObjectivesRequest.BuilderListServiceLevelObjectivesRequest. newBuilder(ListServiceLevelObjectivesRequest prototype)
-