Uses of Class
io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse
Packages that use DaprAppCallbackProtos.ListInputBindingsResponse
-
Uses of DaprAppCallbackProtos.ListInputBindingsResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.ListInputBindingsResponseModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.ListInputBindingsResponseModifier 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()
Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.ListInputBindingsResponseModifier and TypeMethodDescriptionDaprAppCallbackProtos.ListInputBindingsResponse.Builder.mergeFrom(DaprAppCallbackProtos.ListInputBindingsResponse other)
DaprAppCallbackProtos.ListInputBindingsResponse.newBuilder(DaprAppCallbackProtos.ListInputBindingsResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprAppCallbackProtos.ListInputBindingsResponseModifier and TypeMethodDescriptionvoid
AppCallbackGrpc.AppCallbackImplBase.listInputBindings(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.ListInputBindingsResponse> responseObserver)
Lists all input bindings subscribed by this app.void
AppCallbackGrpc.AppCallbackStub.listInputBindings(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.ListInputBindingsResponse> responseObserver)
Lists all input bindings subscribed by this app.