Uses of Class
io.dapr.v1.DaprAppCallbackProtos.HealthCheckResponse
-
Uses of DaprAppCallbackProtos.HealthCheckResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.HealthCheckResponse.Builder.build()
DaprAppCallbackProtos.HealthCheckResponse.Builder.buildPartial()
DaprAppCallbackProtos.HealthCheckResponse.getDefaultInstance()
DaprAppCallbackProtos.HealthCheckResponse.Builder.getDefaultInstanceForType()
DaprAppCallbackProtos.HealthCheckResponse.getDefaultInstanceForType()
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub.healthCheck
(com.google.protobuf.Empty request) Health check.DaprAppCallbackProtos.HealthCheckResponse.parseDelimitedFrom
(InputStream input) DaprAppCallbackProtos.HealthCheckResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(byte[] data) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(com.google.protobuf.ByteString data) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(InputStream input) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(ByteBuffer data) DaprAppCallbackProtos.HealthCheckResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty,
DaprAppCallbackProtos.HealthCheckResponse> AppCallbackHealthCheckGrpc.getHealthCheckMethod()
com.google.protobuf.Parser<DaprAppCallbackProtos.HealthCheckResponse>
DaprAppCallbackProtos.HealthCheckResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<DaprAppCallbackProtos.HealthCheckResponse>
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub.healthCheck
(com.google.protobuf.Empty request) Health check.static com.google.protobuf.Parser<DaprAppCallbackProtos.HealthCheckResponse>
DaprAppCallbackProtos.HealthCheckResponse.parser()
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.HealthCheckResponse.Builder.mergeFrom
(DaprAppCallbackProtos.HealthCheckResponse other) DaprAppCallbackProtos.HealthCheckResponse.newBuilder
(DaprAppCallbackProtos.HealthCheckResponse prototype) Modifier and TypeMethodDescriptionvoid
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub.healthCheck
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.HealthCheckResponse> responseObserver) Health check.default void
AppCallbackHealthCheckGrpc.AsyncService.healthCheck
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.HealthCheckResponse> responseObserver) Health check.