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