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.ListServiceLevelObjectivesPagedResponse
ServiceMonitoringServiceClient. 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 ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest.Builder. build()
ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest.Builder. buildPartial()
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. getDefaultInstance()
ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest.Builder. getDefaultInstanceForType()
ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. getDefaultInstanceForType()
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseDelimitedFrom(InputStream input)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(byte[] data)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(InputStream input)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. parseFrom(ByteBuffer data)
static ListServiceLevelObjectivesRequest
ListServiceLevelObjectivesRequest. 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 void
ServiceMonitoringServiceGrpc.AsyncService. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request, io.grpc.stub.StreamObserver<ListServiceLevelObjectivesResponse> responseObserver)
List the `ServiceLevelObjective`s for the given `Service`.ListServiceLevelObjectivesResponse
ServiceMonitoringServiceGrpc.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`.void
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. listServiceLevelObjectives(ListServiceLevelObjectivesRequest request, io.grpc.stub.StreamObserver<ListServiceLevelObjectivesResponse> responseObserver)
List the `ServiceLevelObjective`s for the given `Service`.ListServiceLevelObjectivesRequest.Builder
ListServiceLevelObjectivesRequest.Builder. mergeFrom(ListServiceLevelObjectivesRequest other)
static ListServiceLevelObjectivesRequest.Builder
ListServiceLevelObjectivesRequest. newBuilder(ListServiceLevelObjectivesRequest prototype)
-