Uses of Class
ai.blip.deckard.GetByIdRequest
-
-
Uses of GetByIdRequest in ai.blip.deckard
Methods in ai.blip.deckard that return GetByIdRequest Modifier and Type Method Description GetByIdRequestGetByIdRequest.Builder. build()GetByIdRequestGetByIdRequest.Builder. buildPartial()static GetByIdRequestGetByIdRequest. getDefaultInstance()GetByIdRequestGetByIdRequest.Builder. getDefaultInstanceForType()GetByIdRequestGetByIdRequest. getDefaultInstanceForType()static GetByIdRequestGetByIdRequest. parseDelimitedFrom(InputStream input)static GetByIdRequestGetByIdRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdRequestGetByIdRequest. parseFrom(byte[] data)static GetByIdRequestGetByIdRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdRequestGetByIdRequest. parseFrom(com.google.protobuf.ByteString data)static GetByIdRequestGetByIdRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdRequestGetByIdRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetByIdRequestGetByIdRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdRequestGetByIdRequest. parseFrom(InputStream input)static GetByIdRequestGetByIdRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetByIdRequestGetByIdRequest. parseFrom(ByteBuffer data)static GetByIdRequestGetByIdRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.blip.deckard that return types with arguments of type GetByIdRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetByIdRequest,GetByIdResponse>DeckardGrpc. getGetByIdMethod()com.google.protobuf.Parser<GetByIdRequest>GetByIdRequest. getParserForType()static com.google.protobuf.Parser<GetByIdRequest>GetByIdRequest. parser()Methods in ai.blip.deckard with parameters of type GetByIdRequest Modifier and Type Method Description default voidDeckardGrpc.AsyncService. 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 systemGetByIdResponseDeckardGrpc.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 systemcom.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 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 systemGetByIdRequest.BuilderGetByIdRequest.Builder. mergeFrom(GetByIdRequest other)static GetByIdRequest.BuilderGetByIdRequest. newBuilder(GetByIdRequest prototype)
-