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 ServiceLevelObjective
ServiceMonitoringServiceClient. 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 UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest.Builder. build()
UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest.Builder. buildPartial()
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. getDefaultInstance()
UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()
UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. getDefaultInstanceForType()
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(byte[] data)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(InputStream input)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)
static UpdateServiceLevelObjectiveRequest
UpdateServiceLevelObjectiveRequest. 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.Builder
UpdateServiceLevelObjectiveRequest.Builder. mergeFrom(UpdateServiceLevelObjectiveRequest other)
static UpdateServiceLevelObjectiveRequest.Builder
UpdateServiceLevelObjectiveRequest. newBuilder(UpdateServiceLevelObjectiveRequest prototype)
default void
ServiceMonitoringServiceGrpc.AsyncService. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)
Update the given `ServiceLevelObjective`.ServiceLevelObjective
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request)
Update the given `ServiceLevelObjective`.com.google.common.util.concurrent.ListenableFuture<ServiceLevelObjective>
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request)
Update the given `ServiceLevelObjective`.void
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. updateServiceLevelObjective(UpdateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)
Update the given `ServiceLevelObjective`.
-