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