Uses of Class
io.milvus.grpc.ClientInfo
Packages that use ClientInfo
-
Uses of ClientInfo in io.milvus.grpc
Methods in io.milvus.grpc that return ClientInfoModifier and TypeMethodDescriptionClientInfo.Builder.build()ClientInfo.Builder.buildPartial()ConnectRequest.Builder.getClientInfo().milvus.proto.common.ClientInfo client_info = 2;ConnectRequest.getClientInfo().milvus.proto.common.ClientInfo client_info = 2;ConnectRequestOrBuilder.getClientInfo().milvus.proto.common.ClientInfo client_info = 2;static ClientInfoClientInfo.getDefaultInstance()ClientInfo.Builder.getDefaultInstanceForType()ClientInfo.getDefaultInstanceForType()static ClientInfoClientInfo.parseDelimitedFrom(InputStream input) static ClientInfoClientInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientInfoClientInfo.parseFrom(byte[] data) static ClientInfoClientInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientInfoClientInfo.parseFrom(com.google.protobuf.ByteString data) static ClientInfoClientInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientInfoClientInfo.parseFrom(com.google.protobuf.CodedInputStream input) static ClientInfoClientInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientInfoClientInfo.parseFrom(InputStream input) static ClientInfoClientInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientInfoClientInfo.parseFrom(ByteBuffer data) static ClientInfoClientInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ClientInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ClientInfo> ClientInfo.getParserForType()static com.google.protobuf.Parser<ClientInfo> ClientInfo.parser()Methods in io.milvus.grpc with parameters of type ClientInfoModifier and TypeMethodDescriptionConnectRequest.Builder.mergeClientInfo(ClientInfo value) .milvus.proto.common.ClientInfo client_info = 2;ClientInfo.Builder.mergeFrom(ClientInfo other) static ClientInfo.BuilderClientInfo.newBuilder(ClientInfo prototype) ConnectRequest.Builder.setClientInfo(ClientInfo value) .milvus.proto.common.ClientInfo client_info = 2;