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