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