Uses of Class
com.google.monitoring.v3.UpdateServiceLevelObjectiveRequest
-
Packages that use UpdateServiceLevelObjectiveRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of UpdateServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type UpdateServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceClient. updateServiceLevelObjectiveCallable()Update the given `ServiceLevelObjective`.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceSettings.Builder. updateServiceLevelObjectiveSettings()Returns the builder for the settings used for calls to updateServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceSettings. updateServiceLevelObjectiveSettings()Returns the object with the settings used for calls to updateServiceLevelObjective.Methods in com.google.cloud.monitoring.v3 with parameters of type UpdateServiceLevelObjectiveRequest Modifier and Type Method Description ServiceLevelObjectiveServiceMonitoringServiceClient. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request)Update the given `ServiceLevelObjective`. -
Uses of UpdateServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type UpdateServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>GrpcServiceMonitoringServiceStub. updateServiceLevelObjectiveCallable()com.google.api.gax.rpc.UnaryCallable<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceStub. updateServiceLevelObjectiveCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceStubSettings.Builder. updateServiceLevelObjectiveSettings()Returns the builder for the settings used for calls to updateServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceStubSettings. updateServiceLevelObjectiveSettings()Returns the object with the settings used for calls to updateServiceLevelObjective. -
Uses of UpdateServiceLevelObjectiveRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return UpdateServiceLevelObjectiveRequest Modifier and Type Method Description UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest.Builder. build()UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest.Builder. buildPartial()static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. getDefaultInstance()UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. getDefaultInstanceForType()static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(byte[] data)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(InputStream input)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)static UpdateServiceLevelObjectiveRequestUpdateServiceLevelObjectiveRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type UpdateServiceLevelObjectiveRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateServiceLevelObjectiveRequest>UpdateServiceLevelObjectiveRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceGrpc. getUpdateServiceLevelObjectiveMethod()static com.google.protobuf.Parser<UpdateServiceLevelObjectiveRequest>UpdateServiceLevelObjectiveRequest. parser()Methods in com.google.monitoring.v3 with parameters of type UpdateServiceLevelObjectiveRequest Modifier and Type Method Description UpdateServiceLevelObjectiveRequest.BuilderUpdateServiceLevelObjectiveRequest.Builder. mergeFrom(UpdateServiceLevelObjectiveRequest other)static UpdateServiceLevelObjectiveRequest.BuilderUpdateServiceLevelObjectiveRequest. newBuilder(UpdateServiceLevelObjectiveRequest prototype)default voidServiceMonitoringServiceGrpc.AsyncService. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)Update the given `ServiceLevelObjective`.ServiceLevelObjectiveServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request)Update the given `ServiceLevelObjective`.com.google.common.util.concurrent.ListenableFuture<ServiceLevelObjective>ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request)Update the given `ServiceLevelObjective`.voidServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)Update the given `ServiceLevelObjective`.
-