Uses of Class
ai.blip.deckard.GetByIdResponse
-
-
Uses of GetByIdResponse in ai.blip.deckard
Methods in ai.blip.deckard that return GetByIdResponse Modifier and Type Method Description GetByIdResponseGetByIdResponse.Builder. build()GetByIdResponseGetByIdResponse.Builder. buildPartial()GetByIdResponseDeckardGrpc.DeckardBlockingStub. getById(GetByIdRequest request)Gets a message from a specific queue using its id CAUTION: this should be used mainly for diagnostics and debugging purposes since it will be direct operation on the storage systemstatic GetByIdResponseGetByIdResponse. getDefaultInstance()GetByIdResponseGetByIdResponse.Builder. getDefaultInstanceForType()GetByIdResponseGetByIdResponse. getDefaultInstanceForType()static GetByIdResponseGetByIdResponse. parseDelimitedFrom(InputStream input)static GetByIdResponseGetByIdResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdResponseGetByIdResponse. parseFrom(byte[] data)static GetByIdResponseGetByIdResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdResponseGetByIdResponse. parseFrom(com.google.protobuf.ByteString data)static GetByIdResponseGetByIdResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdResponseGetByIdResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetByIdResponseGetByIdResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdResponseGetByIdResponse. parseFrom(InputStream input)static GetByIdResponseGetByIdResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdResponseGetByIdResponse. parseFrom(ByteBuffer data)static GetByIdResponseGetByIdResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.blip.deckard that return types with arguments of type GetByIdResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GetByIdResponse>DeckardGrpc.DeckardFutureStub. getById(GetByIdRequest request)Gets a message from a specific queue using its id CAUTION: this should be used mainly for diagnostics and debugging purposes since it will be direct operation on the storage systemstatic io.grpc.MethodDescriptor<GetByIdRequest,GetByIdResponse>DeckardGrpc. getGetByIdMethod()com.google.protobuf.Parser<GetByIdResponse>GetByIdResponse. getParserForType()static com.google.protobuf.Parser<GetByIdResponse>GetByIdResponse. parser()Methods in ai.blip.deckard with parameters of type GetByIdResponse Modifier and Type Method Description GetByIdResponse.BuilderGetByIdResponse.Builder. mergeFrom(GetByIdResponse other)static GetByIdResponse.BuilderGetByIdResponse. newBuilder(GetByIdResponse prototype)Method parameters in ai.blip.deckard with type arguments of type GetByIdResponse Modifier and Type Method Description voidDeckardGrpc.DeckardImplBase. getById(GetByIdRequest request, io.grpc.stub.StreamObserver<GetByIdResponse> responseObserver)Gets a message from a specific queue using its id CAUTION: this should be used mainly for diagnostics and debugging purposes since it will be direct operation on the storage systemvoidDeckardGrpc.DeckardStub. getById(GetByIdRequest request, io.grpc.stub.StreamObserver<GetByIdResponse> responseObserver)Gets a message from a specific queue using its id CAUTION: this should be used mainly for diagnostics and debugging purposes since it will be direct operation on the storage system
-