Uses of Class
io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse
-
Uses of DaprAppCallbackProtos.ListInputBindingsResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.ListInputBindingsResponse.Builder.build()
DaprAppCallbackProtos.ListInputBindingsResponse.Builder.buildPartial()
DaprAppCallbackProtos.ListInputBindingsResponse.getDefaultInstance()
DaprAppCallbackProtos.ListInputBindingsResponse.Builder.getDefaultInstanceForType()
DaprAppCallbackProtos.ListInputBindingsResponse.getDefaultInstanceForType()
AppCallbackGrpc.AppCallbackBlockingStub.listInputBindings
(com.google.protobuf.Empty request) Lists all input bindings subscribed by this app.DaprAppCallbackProtos.ListInputBindingsResponse.parseDelimitedFrom
(InputStream input) DaprAppCallbackProtos.ListInputBindingsResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(byte[] data) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(com.google.protobuf.ByteString data) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(InputStream input) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(ByteBuffer data) DaprAppCallbackProtos.ListInputBindingsResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty,
DaprAppCallbackProtos.ListInputBindingsResponse> AppCallbackGrpc.getListInputBindingsMethod()
com.google.protobuf.Parser<DaprAppCallbackProtos.ListInputBindingsResponse>
DaprAppCallbackProtos.ListInputBindingsResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<DaprAppCallbackProtos.ListInputBindingsResponse>
AppCallbackGrpc.AppCallbackFutureStub.listInputBindings
(com.google.protobuf.Empty request) Lists all input bindings subscribed by this app.static com.google.protobuf.Parser<DaprAppCallbackProtos.ListInputBindingsResponse>
DaprAppCallbackProtos.ListInputBindingsResponse.parser()
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.ListInputBindingsResponse.Builder.mergeFrom
(DaprAppCallbackProtos.ListInputBindingsResponse other) DaprAppCallbackProtos.ListInputBindingsResponse.newBuilder
(DaprAppCallbackProtos.ListInputBindingsResponse prototype) Modifier and TypeMethodDescriptionvoid
AppCallbackGrpc.AppCallbackStub.listInputBindings
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.ListInputBindingsResponse> responseObserver) Lists all input bindings subscribed by this app.default void
AppCallbackGrpc.AsyncService.listInputBindings
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.ListInputBindingsResponse> responseObserver) Lists all input bindings subscribed by this app.