Uses of Class
io.dapr.v1.DaprAppCallbackProtos.ListInputBindingsResponse
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprAppCallbackProtos.ListInputBindingsResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.ListInputBindingsResponse Modifier and Type Method Description DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse.Builder. build()
DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse.Builder. buildPartial()
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. getDefaultInstance()
DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse.Builder. getDefaultInstanceForType()
DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. getDefaultInstanceForType()
DaprAppCallbackProtos.ListInputBindingsResponse
AppCallbackGrpc.AppCallbackBlockingStub. listInputBindings(com.google.protobuf.Empty request)
Lists all input bindings subscribed by this app.static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseDelimitedFrom(java.io.InputStream input)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(byte[] data)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(java.io.InputStream input)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(java.nio.ByteBuffer data)
static DaprAppCallbackProtos.ListInputBindingsResponse
DaprAppCallbackProtos.ListInputBindingsResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.ListInputBindingsResponse Modifier and Type Method Description static 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.ListInputBindingsResponse Modifier and Type Method Description DaprAppCallbackProtos.ListInputBindingsResponse.Builder
DaprAppCallbackProtos.ListInputBindingsResponse.Builder. mergeFrom(DaprAppCallbackProtos.ListInputBindingsResponse other)
static DaprAppCallbackProtos.ListInputBindingsResponse.Builder
DaprAppCallbackProtos.ListInputBindingsResponse. newBuilder(DaprAppCallbackProtos.ListInputBindingsResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprAppCallbackProtos.ListInputBindingsResponse Modifier and Type Method Description void
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.