Uses of Class
io.milvus.grpc.CreateAliasRequest
Packages that use CreateAliasRequest
-
Uses of CreateAliasRequest in io.milvus.grpc
Methods in io.milvus.grpc that return CreateAliasRequestModifier and TypeMethodDescriptionCreateAliasRequest.Builder.build()CreateAliasRequest.Builder.buildPartial()static CreateAliasRequestCreateAliasRequest.getDefaultInstance()CreateAliasRequest.Builder.getDefaultInstanceForType()CreateAliasRequest.getDefaultInstanceForType()static CreateAliasRequestCreateAliasRequest.parseDelimitedFrom(InputStream input) static CreateAliasRequestCreateAliasRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateAliasRequestCreateAliasRequest.parseFrom(byte[] data) static CreateAliasRequestCreateAliasRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateAliasRequestCreateAliasRequest.parseFrom(com.google.protobuf.ByteString data) static CreateAliasRequestCreateAliasRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateAliasRequestCreateAliasRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CreateAliasRequestCreateAliasRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateAliasRequestCreateAliasRequest.parseFrom(InputStream input) static CreateAliasRequestCreateAliasRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateAliasRequestCreateAliasRequest.parseFrom(ByteBuffer data) static CreateAliasRequestCreateAliasRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type CreateAliasRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CreateAliasRequest, Status> MilvusServiceGrpc.getCreateAliasMethod()com.google.protobuf.Parser<CreateAliasRequest> CreateAliasRequest.getParserForType()static com.google.protobuf.Parser<CreateAliasRequest> CreateAliasRequest.parser()Methods in io.milvus.grpc with parameters of type CreateAliasRequestModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.createAlias(CreateAliasRequest request, io.grpc.stub.StreamObserver<Status> responseObserver) MilvusServiceGrpc.MilvusServiceBlockingStub.createAlias(CreateAliasRequest request) com.google.common.util.concurrent.ListenableFuture<Status> MilvusServiceGrpc.MilvusServiceFutureStub.createAlias(CreateAliasRequest request) voidMilvusServiceGrpc.MilvusServiceStub.createAlias(CreateAliasRequest request, io.grpc.stub.StreamObserver<Status> responseObserver) CreateAliasRequest.Builder.mergeFrom(CreateAliasRequest other) static CreateAliasRequest.BuilderCreateAliasRequest.newBuilder(CreateAliasRequest prototype)