diff --git a/proto/v2.2/datapb/data_coord.pb.go b/proto/v2.2/datapb/data_coord.pb.go index 4f69d5c..29d9883 100644 --- a/proto/v2.2/datapb/data_coord.pb.go +++ b/proto/v2.2/datapb/data_coord.pb.go @@ -5861,7 +5861,7 @@ func NewDataCoordClient(cc *grpc.ClientConn) DataCoordClient { func (c *dataCoordClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -5870,7 +5870,7 @@ func (c *dataCoordClient) GetComponentStates(ctx context.Context, in *milvuspb.G func (c *dataCoordClient) GetTimeTickChannel(ctx context.Context, in *internalpb.GetTimeTickChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetTimeTickChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetTimeTickChannel", in, out, opts...) if err != nil { return nil, err } @@ -5879,7 +5879,7 @@ func (c *dataCoordClient) GetTimeTickChannel(ctx context.Context, in *internalpb func (c *dataCoordClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -5888,7 +5888,7 @@ func (c *dataCoordClient) GetStatisticsChannel(ctx context.Context, in *internal func (c *dataCoordClient) Flush(ctx context.Context, in *FlushRequest, opts ...grpc.CallOption) (*FlushResponse, error) { out := new(FlushResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/Flush", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/Flush", in, out, opts...) if err != nil { return nil, err } @@ -5897,7 +5897,7 @@ func (c *dataCoordClient) Flush(ctx context.Context, in *FlushRequest, opts ...g func (c *dataCoordClient) AssignSegmentID(ctx context.Context, in *AssignSegmentIDRequest, opts ...grpc.CallOption) (*AssignSegmentIDResponse, error) { out := new(AssignSegmentIDResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/AssignSegmentID", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/AssignSegmentID", in, out, opts...) if err != nil { return nil, err } @@ -5906,7 +5906,7 @@ func (c *dataCoordClient) AssignSegmentID(ctx context.Context, in *AssignSegment func (c *dataCoordClient) GetSegmentInfo(ctx context.Context, in *GetSegmentInfoRequest, opts ...grpc.CallOption) (*GetSegmentInfoResponse, error) { out := new(GetSegmentInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetSegmentInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetSegmentInfo", in, out, opts...) if err != nil { return nil, err } @@ -5915,7 +5915,7 @@ func (c *dataCoordClient) GetSegmentInfo(ctx context.Context, in *GetSegmentInfo func (c *dataCoordClient) GetSegmentStates(ctx context.Context, in *GetSegmentStatesRequest, opts ...grpc.CallOption) (*GetSegmentStatesResponse, error) { out := new(GetSegmentStatesResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetSegmentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetSegmentStates", in, out, opts...) if err != nil { return nil, err } @@ -5924,7 +5924,7 @@ func (c *dataCoordClient) GetSegmentStates(ctx context.Context, in *GetSegmentSt func (c *dataCoordClient) GetInsertBinlogPaths(ctx context.Context, in *GetInsertBinlogPathsRequest, opts ...grpc.CallOption) (*GetInsertBinlogPathsResponse, error) { out := new(GetInsertBinlogPathsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetInsertBinlogPaths", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetInsertBinlogPaths", in, out, opts...) if err != nil { return nil, err } @@ -5933,7 +5933,7 @@ func (c *dataCoordClient) GetInsertBinlogPaths(ctx context.Context, in *GetInser func (c *dataCoordClient) GetCollectionStatistics(ctx context.Context, in *GetCollectionStatisticsRequest, opts ...grpc.CallOption) (*GetCollectionStatisticsResponse, error) { out := new(GetCollectionStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetCollectionStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetCollectionStatistics", in, out, opts...) if err != nil { return nil, err } @@ -5942,7 +5942,7 @@ func (c *dataCoordClient) GetCollectionStatistics(ctx context.Context, in *GetCo func (c *dataCoordClient) GetPartitionStatistics(ctx context.Context, in *GetPartitionStatisticsRequest, opts ...grpc.CallOption) (*GetPartitionStatisticsResponse, error) { out := new(GetPartitionStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetPartitionStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetPartitionStatistics", in, out, opts...) if err != nil { return nil, err } @@ -5951,7 +5951,7 @@ func (c *dataCoordClient) GetPartitionStatistics(ctx context.Context, in *GetPar func (c *dataCoordClient) GetSegmentInfoChannel(ctx context.Context, in *GetSegmentInfoChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetSegmentInfoChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetSegmentInfoChannel", in, out, opts...) if err != nil { return nil, err } @@ -5960,7 +5960,7 @@ func (c *dataCoordClient) GetSegmentInfoChannel(ctx context.Context, in *GetSegm func (c *dataCoordClient) SaveBinlogPaths(ctx context.Context, in *SaveBinlogPathsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/SaveBinlogPaths", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/SaveBinlogPaths", in, out, opts...) if err != nil { return nil, err } @@ -5969,7 +5969,7 @@ func (c *dataCoordClient) SaveBinlogPaths(ctx context.Context, in *SaveBinlogPat func (c *dataCoordClient) GetRecoveryInfo(ctx context.Context, in *GetRecoveryInfoRequest, opts ...grpc.CallOption) (*GetRecoveryInfoResponse, error) { out := new(GetRecoveryInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetRecoveryInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetRecoveryInfo", in, out, opts...) if err != nil { return nil, err } @@ -5978,7 +5978,7 @@ func (c *dataCoordClient) GetRecoveryInfo(ctx context.Context, in *GetRecoveryIn func (c *dataCoordClient) GetRecoveryInfoV2(ctx context.Context, in *GetRecoveryInfoRequestV2, opts ...grpc.CallOption) (*GetRecoveryInfoResponseV2, error) { out := new(GetRecoveryInfoResponseV2) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetRecoveryInfoV2", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetRecoveryInfoV2", in, out, opts...) if err != nil { return nil, err } @@ -5987,7 +5987,7 @@ func (c *dataCoordClient) GetRecoveryInfoV2(ctx context.Context, in *GetRecovery func (c *dataCoordClient) GetFlushedSegments(ctx context.Context, in *GetFlushedSegmentsRequest, opts ...grpc.CallOption) (*GetFlushedSegmentsResponse, error) { out := new(GetFlushedSegmentsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetFlushedSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetFlushedSegments", in, out, opts...) if err != nil { return nil, err } @@ -5996,7 +5996,7 @@ func (c *dataCoordClient) GetFlushedSegments(ctx context.Context, in *GetFlushed func (c *dataCoordClient) GetSegmentsByStates(ctx context.Context, in *GetSegmentsByStatesRequest, opts ...grpc.CallOption) (*GetSegmentsByStatesResponse, error) { out := new(GetSegmentsByStatesResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetSegmentsByStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetSegmentsByStates", in, out, opts...) if err != nil { return nil, err } @@ -6005,7 +6005,7 @@ func (c *dataCoordClient) GetSegmentsByStates(ctx context.Context, in *GetSegmen func (c *dataCoordClient) GetFlushAllState(ctx context.Context, in *milvuspb.GetFlushAllStateRequest, opts ...grpc.CallOption) (*milvuspb.GetFlushAllStateResponse, error) { out := new(milvuspb.GetFlushAllStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetFlushAllState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetFlushAllState", in, out, opts...) if err != nil { return nil, err } @@ -6014,7 +6014,7 @@ func (c *dataCoordClient) GetFlushAllState(ctx context.Context, in *milvuspb.Get func (c *dataCoordClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -6023,7 +6023,7 @@ func (c *dataCoordClient) ShowConfigurations(ctx context.Context, in *internalpb func (c *dataCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -6032,7 +6032,7 @@ func (c *dataCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetric func (c *dataCoordClient) ManualCompaction(ctx context.Context, in *milvuspb.ManualCompactionRequest, opts ...grpc.CallOption) (*milvuspb.ManualCompactionResponse, error) { out := new(milvuspb.ManualCompactionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/ManualCompaction", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/ManualCompaction", in, out, opts...) if err != nil { return nil, err } @@ -6041,7 +6041,7 @@ func (c *dataCoordClient) ManualCompaction(ctx context.Context, in *milvuspb.Man func (c *dataCoordClient) GetCompactionState(ctx context.Context, in *milvuspb.GetCompactionStateRequest, opts ...grpc.CallOption) (*milvuspb.GetCompactionStateResponse, error) { out := new(milvuspb.GetCompactionStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetCompactionState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetCompactionState", in, out, opts...) if err != nil { return nil, err } @@ -6050,7 +6050,7 @@ func (c *dataCoordClient) GetCompactionState(ctx context.Context, in *milvuspb.G func (c *dataCoordClient) GetCompactionStateWithPlans(ctx context.Context, in *milvuspb.GetCompactionPlansRequest, opts ...grpc.CallOption) (*milvuspb.GetCompactionPlansResponse, error) { out := new(milvuspb.GetCompactionPlansResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetCompactionStateWithPlans", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetCompactionStateWithPlans", in, out, opts...) if err != nil { return nil, err } @@ -6059,7 +6059,7 @@ func (c *dataCoordClient) GetCompactionStateWithPlans(ctx context.Context, in *m func (c *dataCoordClient) WatchChannels(ctx context.Context, in *WatchChannelsRequest, opts ...grpc.CallOption) (*WatchChannelsResponse, error) { out := new(WatchChannelsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/WatchChannels", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/WatchChannels", in, out, opts...) if err != nil { return nil, err } @@ -6068,7 +6068,7 @@ func (c *dataCoordClient) WatchChannels(ctx context.Context, in *WatchChannelsRe func (c *dataCoordClient) GetFlushState(ctx context.Context, in *GetFlushStateRequest, opts ...grpc.CallOption) (*milvuspb.GetFlushStateResponse, error) { out := new(milvuspb.GetFlushStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetFlushState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetFlushState", in, out, opts...) if err != nil { return nil, err } @@ -6077,7 +6077,7 @@ func (c *dataCoordClient) GetFlushState(ctx context.Context, in *GetFlushStateRe func (c *dataCoordClient) DropVirtualChannel(ctx context.Context, in *DropVirtualChannelRequest, opts ...grpc.CallOption) (*DropVirtualChannelResponse, error) { out := new(DropVirtualChannelResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/DropVirtualChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/DropVirtualChannel", in, out, opts...) if err != nil { return nil, err } @@ -6086,7 +6086,7 @@ func (c *dataCoordClient) DropVirtualChannel(ctx context.Context, in *DropVirtua func (c *dataCoordClient) SetSegmentState(ctx context.Context, in *SetSegmentStateRequest, opts ...grpc.CallOption) (*SetSegmentStateResponse, error) { out := new(SetSegmentStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/SetSegmentState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/SetSegmentState", in, out, opts...) if err != nil { return nil, err } @@ -6095,7 +6095,7 @@ func (c *dataCoordClient) SetSegmentState(ctx context.Context, in *SetSegmentSta func (c *dataCoordClient) Import(ctx context.Context, in *ImportTaskRequest, opts ...grpc.CallOption) (*ImportTaskResponse, error) { out := new(ImportTaskResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/Import", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/Import", in, out, opts...) if err != nil { return nil, err } @@ -6104,7 +6104,7 @@ func (c *dataCoordClient) Import(ctx context.Context, in *ImportTaskRequest, opt func (c *dataCoordClient) UpdateSegmentStatistics(ctx context.Context, in *UpdateSegmentStatisticsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/UpdateSegmentStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/UpdateSegmentStatistics", in, out, opts...) if err != nil { return nil, err } @@ -6113,7 +6113,7 @@ func (c *dataCoordClient) UpdateSegmentStatistics(ctx context.Context, in *Updat func (c *dataCoordClient) UpdateChannelCheckpoint(ctx context.Context, in *UpdateChannelCheckpointRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/UpdateChannelCheckpoint", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/UpdateChannelCheckpoint", in, out, opts...) if err != nil { return nil, err } @@ -6122,7 +6122,7 @@ func (c *dataCoordClient) UpdateChannelCheckpoint(ctx context.Context, in *Updat func (c *dataCoordClient) SaveImportSegment(ctx context.Context, in *SaveImportSegmentRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/SaveImportSegment", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/SaveImportSegment", in, out, opts...) if err != nil { return nil, err } @@ -6131,7 +6131,7 @@ func (c *dataCoordClient) SaveImportSegment(ctx context.Context, in *SaveImportS func (c *dataCoordClient) UnsetIsImportingState(ctx context.Context, in *UnsetIsImportingStateRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/UnsetIsImportingState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/UnsetIsImportingState", in, out, opts...) if err != nil { return nil, err } @@ -6140,7 +6140,7 @@ func (c *dataCoordClient) UnsetIsImportingState(ctx context.Context, in *UnsetIs func (c *dataCoordClient) MarkSegmentsDropped(ctx context.Context, in *MarkSegmentsDroppedRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/MarkSegmentsDropped", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/MarkSegmentsDropped", in, out, opts...) if err != nil { return nil, err } @@ -6149,7 +6149,7 @@ func (c *dataCoordClient) MarkSegmentsDropped(ctx context.Context, in *MarkSegme func (c *dataCoordClient) BroadcastAlteredCollection(ctx context.Context, in *AlterCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/BroadcastAlteredCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/BroadcastAlteredCollection", in, out, opts...) if err != nil { return nil, err } @@ -6158,7 +6158,7 @@ func (c *dataCoordClient) BroadcastAlteredCollection(ctx context.Context, in *Al func (c *dataCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHealthRequest, opts ...grpc.CallOption) (*milvuspb.CheckHealthResponse, error) { out := new(milvuspb.CheckHealthResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/CheckHealth", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/CheckHealth", in, out, opts...) if err != nil { return nil, err } @@ -6167,7 +6167,7 @@ func (c *dataCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHea func (c *dataCoordClient) CreateIndex(ctx context.Context, in *indexpb.CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/CreateIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/CreateIndex", in, out, opts...) if err != nil { return nil, err } @@ -6176,7 +6176,7 @@ func (c *dataCoordClient) CreateIndex(ctx context.Context, in *indexpb.CreateInd func (c *dataCoordClient) GetIndexState(ctx context.Context, in *indexpb.GetIndexStateRequest, opts ...grpc.CallOption) (*indexpb.GetIndexStateResponse, error) { out := new(indexpb.GetIndexStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetIndexState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetIndexState", in, out, opts...) if err != nil { return nil, err } @@ -6185,7 +6185,7 @@ func (c *dataCoordClient) GetIndexState(ctx context.Context, in *indexpb.GetInde func (c *dataCoordClient) GetSegmentIndexState(ctx context.Context, in *indexpb.GetSegmentIndexStateRequest, opts ...grpc.CallOption) (*indexpb.GetSegmentIndexStateResponse, error) { out := new(indexpb.GetSegmentIndexStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetSegmentIndexState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetSegmentIndexState", in, out, opts...) if err != nil { return nil, err } @@ -6194,7 +6194,7 @@ func (c *dataCoordClient) GetSegmentIndexState(ctx context.Context, in *indexpb. func (c *dataCoordClient) GetIndexInfos(ctx context.Context, in *indexpb.GetIndexInfoRequest, opts ...grpc.CallOption) (*indexpb.GetIndexInfoResponse, error) { out := new(indexpb.GetIndexInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetIndexInfos", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetIndexInfos", in, out, opts...) if err != nil { return nil, err } @@ -6203,7 +6203,7 @@ func (c *dataCoordClient) GetIndexInfos(ctx context.Context, in *indexpb.GetInde func (c *dataCoordClient) DropIndex(ctx context.Context, in *indexpb.DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/DropIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/DropIndex", in, out, opts...) if err != nil { return nil, err } @@ -6212,7 +6212,7 @@ func (c *dataCoordClient) DropIndex(ctx context.Context, in *indexpb.DropIndexRe func (c *dataCoordClient) DescribeIndex(ctx context.Context, in *indexpb.DescribeIndexRequest, opts ...grpc.CallOption) (*indexpb.DescribeIndexResponse, error) { out := new(indexpb.DescribeIndexResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/DescribeIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/DescribeIndex", in, out, opts...) if err != nil { return nil, err } @@ -6221,7 +6221,7 @@ func (c *dataCoordClient) DescribeIndex(ctx context.Context, in *indexpb.Describ func (c *dataCoordClient) GetIndexStatistics(ctx context.Context, in *indexpb.GetIndexStatisticsRequest, opts ...grpc.CallOption) (*indexpb.GetIndexStatisticsResponse, error) { out := new(indexpb.GetIndexStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetIndexStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetIndexStatistics", in, out, opts...) if err != nil { return nil, err } @@ -6230,7 +6230,7 @@ func (c *dataCoordClient) GetIndexStatistics(ctx context.Context, in *indexpb.Ge func (c *dataCoordClient) GetIndexBuildProgress(ctx context.Context, in *indexpb.GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*indexpb.GetIndexBuildProgressResponse, error) { out := new(indexpb.GetIndexBuildProgressResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GetIndexBuildProgress", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetIndexBuildProgress", in, out, opts...) if err != nil { return nil, err } @@ -6239,7 +6239,7 @@ func (c *dataCoordClient) GetIndexBuildProgress(ctx context.Context, in *indexpb func (c *dataCoordClient) GcConfirm(ctx context.Context, in *GcConfirmRequest, opts ...grpc.CallOption) (*GcConfirmResponse, error) { out := new(GcConfirmResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/GcConfirm", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GcConfirm", in, out, opts...) if err != nil { return nil, err } @@ -6248,7 +6248,7 @@ func (c *dataCoordClient) GcConfirm(ctx context.Context, in *GcConfirmRequest, o func (c *dataCoordClient) ReportDataNodeTtMsgs(ctx context.Context, in *ReportDataNodeTtMsgsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataCoord/ReportDataNodeTtMsgs", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/ReportDataNodeTtMsgs", in, out, opts...) if err != nil { return nil, err } @@ -6458,7 +6458,7 @@ func _DataCoord_GetComponentStates_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetComponentStates", + FullMethod: "/milvus.proto.data.DataCoord/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -6476,7 +6476,7 @@ func _DataCoord_GetTimeTickChannel_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetTimeTickChannel", + FullMethod: "/milvus.proto.data.DataCoord/GetTimeTickChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetTimeTickChannel(ctx, req.(*internalpb.GetTimeTickChannelRequest)) @@ -6494,7 +6494,7 @@ func _DataCoord_GetStatisticsChannel_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetStatisticsChannel", + FullMethod: "/milvus.proto.data.DataCoord/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -6512,7 +6512,7 @@ func _DataCoord_Flush_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/Flush", + FullMethod: "/milvus.proto.data.DataCoord/Flush", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).Flush(ctx, req.(*FlushRequest)) @@ -6530,7 +6530,7 @@ func _DataCoord_AssignSegmentID_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/AssignSegmentID", + FullMethod: "/milvus.proto.data.DataCoord/AssignSegmentID", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).AssignSegmentID(ctx, req.(*AssignSegmentIDRequest)) @@ -6548,7 +6548,7 @@ func _DataCoord_GetSegmentInfo_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetSegmentInfo", + FullMethod: "/milvus.proto.data.DataCoord/GetSegmentInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetSegmentInfo(ctx, req.(*GetSegmentInfoRequest)) @@ -6566,7 +6566,7 @@ func _DataCoord_GetSegmentStates_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetSegmentStates", + FullMethod: "/milvus.proto.data.DataCoord/GetSegmentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetSegmentStates(ctx, req.(*GetSegmentStatesRequest)) @@ -6584,7 +6584,7 @@ func _DataCoord_GetInsertBinlogPaths_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetInsertBinlogPaths", + FullMethod: "/milvus.proto.data.DataCoord/GetInsertBinlogPaths", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetInsertBinlogPaths(ctx, req.(*GetInsertBinlogPathsRequest)) @@ -6602,7 +6602,7 @@ func _DataCoord_GetCollectionStatistics_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetCollectionStatistics", + FullMethod: "/milvus.proto.data.DataCoord/GetCollectionStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetCollectionStatistics(ctx, req.(*GetCollectionStatisticsRequest)) @@ -6620,7 +6620,7 @@ func _DataCoord_GetPartitionStatistics_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetPartitionStatistics", + FullMethod: "/milvus.proto.data.DataCoord/GetPartitionStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetPartitionStatistics(ctx, req.(*GetPartitionStatisticsRequest)) @@ -6638,7 +6638,7 @@ func _DataCoord_GetSegmentInfoChannel_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetSegmentInfoChannel", + FullMethod: "/milvus.proto.data.DataCoord/GetSegmentInfoChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetSegmentInfoChannel(ctx, req.(*GetSegmentInfoChannelRequest)) @@ -6656,7 +6656,7 @@ func _DataCoord_SaveBinlogPaths_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/SaveBinlogPaths", + FullMethod: "/milvus.proto.data.DataCoord/SaveBinlogPaths", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).SaveBinlogPaths(ctx, req.(*SaveBinlogPathsRequest)) @@ -6674,7 +6674,7 @@ func _DataCoord_GetRecoveryInfo_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetRecoveryInfo", + FullMethod: "/milvus.proto.data.DataCoord/GetRecoveryInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetRecoveryInfo(ctx, req.(*GetRecoveryInfoRequest)) @@ -6692,7 +6692,7 @@ func _DataCoord_GetRecoveryInfoV2_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetRecoveryInfoV2", + FullMethod: "/milvus.proto.data.DataCoord/GetRecoveryInfoV2", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetRecoveryInfoV2(ctx, req.(*GetRecoveryInfoRequestV2)) @@ -6710,7 +6710,7 @@ func _DataCoord_GetFlushedSegments_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetFlushedSegments", + FullMethod: "/milvus.proto.data.DataCoord/GetFlushedSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetFlushedSegments(ctx, req.(*GetFlushedSegmentsRequest)) @@ -6728,7 +6728,7 @@ func _DataCoord_GetSegmentsByStates_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetSegmentsByStates", + FullMethod: "/milvus.proto.data.DataCoord/GetSegmentsByStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetSegmentsByStates(ctx, req.(*GetSegmentsByStatesRequest)) @@ -6746,7 +6746,7 @@ func _DataCoord_GetFlushAllState_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetFlushAllState", + FullMethod: "/milvus.proto.data.DataCoord/GetFlushAllState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetFlushAllState(ctx, req.(*milvuspb.GetFlushAllStateRequest)) @@ -6764,7 +6764,7 @@ func _DataCoord_ShowConfigurations_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/ShowConfigurations", + FullMethod: "/milvus.proto.data.DataCoord/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -6782,7 +6782,7 @@ func _DataCoord_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetMetrics", + FullMethod: "/milvus.proto.data.DataCoord/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) @@ -6800,7 +6800,7 @@ func _DataCoord_ManualCompaction_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/ManualCompaction", + FullMethod: "/milvus.proto.data.DataCoord/ManualCompaction", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).ManualCompaction(ctx, req.(*milvuspb.ManualCompactionRequest)) @@ -6818,7 +6818,7 @@ func _DataCoord_GetCompactionState_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetCompactionState", + FullMethod: "/milvus.proto.data.DataCoord/GetCompactionState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetCompactionState(ctx, req.(*milvuspb.GetCompactionStateRequest)) @@ -6836,7 +6836,7 @@ func _DataCoord_GetCompactionStateWithPlans_Handler(srv interface{}, ctx context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetCompactionStateWithPlans", + FullMethod: "/milvus.proto.data.DataCoord/GetCompactionStateWithPlans", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetCompactionStateWithPlans(ctx, req.(*milvuspb.GetCompactionPlansRequest)) @@ -6854,7 +6854,7 @@ func _DataCoord_WatchChannels_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/WatchChannels", + FullMethod: "/milvus.proto.data.DataCoord/WatchChannels", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).WatchChannels(ctx, req.(*WatchChannelsRequest)) @@ -6872,7 +6872,7 @@ func _DataCoord_GetFlushState_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetFlushState", + FullMethod: "/milvus.proto.data.DataCoord/GetFlushState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetFlushState(ctx, req.(*GetFlushStateRequest)) @@ -6890,7 +6890,7 @@ func _DataCoord_DropVirtualChannel_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/DropVirtualChannel", + FullMethod: "/milvus.proto.data.DataCoord/DropVirtualChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).DropVirtualChannel(ctx, req.(*DropVirtualChannelRequest)) @@ -6908,7 +6908,7 @@ func _DataCoord_SetSegmentState_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/SetSegmentState", + FullMethod: "/milvus.proto.data.DataCoord/SetSegmentState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).SetSegmentState(ctx, req.(*SetSegmentStateRequest)) @@ -6926,7 +6926,7 @@ func _DataCoord_Import_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/Import", + FullMethod: "/milvus.proto.data.DataCoord/Import", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).Import(ctx, req.(*ImportTaskRequest)) @@ -6944,7 +6944,7 @@ func _DataCoord_UpdateSegmentStatistics_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/UpdateSegmentStatistics", + FullMethod: "/milvus.proto.data.DataCoord/UpdateSegmentStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).UpdateSegmentStatistics(ctx, req.(*UpdateSegmentStatisticsRequest)) @@ -6962,7 +6962,7 @@ func _DataCoord_UpdateChannelCheckpoint_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/UpdateChannelCheckpoint", + FullMethod: "/milvus.proto.data.DataCoord/UpdateChannelCheckpoint", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).UpdateChannelCheckpoint(ctx, req.(*UpdateChannelCheckpointRequest)) @@ -6980,7 +6980,7 @@ func _DataCoord_SaveImportSegment_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/SaveImportSegment", + FullMethod: "/milvus.proto.data.DataCoord/SaveImportSegment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).SaveImportSegment(ctx, req.(*SaveImportSegmentRequest)) @@ -6998,7 +6998,7 @@ func _DataCoord_UnsetIsImportingState_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/UnsetIsImportingState", + FullMethod: "/milvus.proto.data.DataCoord/UnsetIsImportingState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).UnsetIsImportingState(ctx, req.(*UnsetIsImportingStateRequest)) @@ -7016,7 +7016,7 @@ func _DataCoord_MarkSegmentsDropped_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/MarkSegmentsDropped", + FullMethod: "/milvus.proto.data.DataCoord/MarkSegmentsDropped", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).MarkSegmentsDropped(ctx, req.(*MarkSegmentsDroppedRequest)) @@ -7034,7 +7034,7 @@ func _DataCoord_BroadcastAlteredCollection_Handler(srv interface{}, ctx context. } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/BroadcastAlteredCollection", + FullMethod: "/milvus.proto.data.DataCoord/BroadcastAlteredCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).BroadcastAlteredCollection(ctx, req.(*AlterCollectionRequest)) @@ -7052,7 +7052,7 @@ func _DataCoord_CheckHealth_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/CheckHealth", + FullMethod: "/milvus.proto.data.DataCoord/CheckHealth", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).CheckHealth(ctx, req.(*milvuspb.CheckHealthRequest)) @@ -7070,7 +7070,7 @@ func _DataCoord_CreateIndex_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/CreateIndex", + FullMethod: "/milvus.proto.data.DataCoord/CreateIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).CreateIndex(ctx, req.(*indexpb.CreateIndexRequest)) @@ -7088,7 +7088,7 @@ func _DataCoord_GetIndexState_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetIndexState", + FullMethod: "/milvus.proto.data.DataCoord/GetIndexState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetIndexState(ctx, req.(*indexpb.GetIndexStateRequest)) @@ -7106,7 +7106,7 @@ func _DataCoord_GetSegmentIndexState_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetSegmentIndexState", + FullMethod: "/milvus.proto.data.DataCoord/GetSegmentIndexState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetSegmentIndexState(ctx, req.(*indexpb.GetSegmentIndexStateRequest)) @@ -7124,7 +7124,7 @@ func _DataCoord_GetIndexInfos_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetIndexInfos", + FullMethod: "/milvus.proto.data.DataCoord/GetIndexInfos", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetIndexInfos(ctx, req.(*indexpb.GetIndexInfoRequest)) @@ -7142,7 +7142,7 @@ func _DataCoord_DropIndex_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/DropIndex", + FullMethod: "/milvus.proto.data.DataCoord/DropIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).DropIndex(ctx, req.(*indexpb.DropIndexRequest)) @@ -7160,7 +7160,7 @@ func _DataCoord_DescribeIndex_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/DescribeIndex", + FullMethod: "/milvus.proto.data.DataCoord/DescribeIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).DescribeIndex(ctx, req.(*indexpb.DescribeIndexRequest)) @@ -7178,7 +7178,7 @@ func _DataCoord_GetIndexStatistics_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetIndexStatistics", + FullMethod: "/milvus.proto.data.DataCoord/GetIndexStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetIndexStatistics(ctx, req.(*indexpb.GetIndexStatisticsRequest)) @@ -7196,7 +7196,7 @@ func _DataCoord_GetIndexBuildProgress_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GetIndexBuildProgress", + FullMethod: "/milvus.proto.data.DataCoord/GetIndexBuildProgress", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GetIndexBuildProgress(ctx, req.(*indexpb.GetIndexBuildProgressRequest)) @@ -7214,7 +7214,7 @@ func _DataCoord_GcConfirm_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/GcConfirm", + FullMethod: "/milvus.proto.data.DataCoord/GcConfirm", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).GcConfirm(ctx, req.(*GcConfirmRequest)) @@ -7232,7 +7232,7 @@ func _DataCoord_ReportDataNodeTtMsgs_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataCoord/ReportDataNodeTtMsgs", + FullMethod: "/milvus.proto.data.DataCoord/ReportDataNodeTtMsgs", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataCoordServer).ReportDataNodeTtMsgs(ctx, req.(*ReportDataNodeTtMsgsRequest)) @@ -7459,7 +7459,7 @@ func NewDataNodeClient(cc *grpc.ClientConn) DataNodeClient { func (c *dataNodeClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -7468,7 +7468,7 @@ func (c *dataNodeClient) GetComponentStates(ctx context.Context, in *milvuspb.Ge func (c *dataNodeClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -7477,7 +7477,7 @@ func (c *dataNodeClient) GetStatisticsChannel(ctx context.Context, in *internalp func (c *dataNodeClient) WatchDmChannels(ctx context.Context, in *WatchDmChannelsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/WatchDmChannels", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/WatchDmChannels", in, out, opts...) if err != nil { return nil, err } @@ -7486,7 +7486,7 @@ func (c *dataNodeClient) WatchDmChannels(ctx context.Context, in *WatchDmChannel func (c *dataNodeClient) FlushSegments(ctx context.Context, in *FlushSegmentsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/FlushSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/FlushSegments", in, out, opts...) if err != nil { return nil, err } @@ -7495,7 +7495,7 @@ func (c *dataNodeClient) FlushSegments(ctx context.Context, in *FlushSegmentsReq func (c *dataNodeClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -7504,7 +7504,7 @@ func (c *dataNodeClient) ShowConfigurations(ctx context.Context, in *internalpb. func (c *dataNodeClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -7513,7 +7513,7 @@ func (c *dataNodeClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetrics func (c *dataNodeClient) Compaction(ctx context.Context, in *CompactionPlan, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/Compaction", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/Compaction", in, out, opts...) if err != nil { return nil, err } @@ -7522,7 +7522,7 @@ func (c *dataNodeClient) Compaction(ctx context.Context, in *CompactionPlan, opt func (c *dataNodeClient) GetCompactionState(ctx context.Context, in *CompactionStateRequest, opts ...grpc.CallOption) (*CompactionStateResponse, error) { out := new(CompactionStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/GetCompactionState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/GetCompactionState", in, out, opts...) if err != nil { return nil, err } @@ -7531,7 +7531,7 @@ func (c *dataNodeClient) GetCompactionState(ctx context.Context, in *CompactionS func (c *dataNodeClient) SyncSegments(ctx context.Context, in *SyncSegmentsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/SyncSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/SyncSegments", in, out, opts...) if err != nil { return nil, err } @@ -7540,7 +7540,7 @@ func (c *dataNodeClient) SyncSegments(ctx context.Context, in *SyncSegmentsReque func (c *dataNodeClient) Import(ctx context.Context, in *ImportTaskRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/Import", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/Import", in, out, opts...) if err != nil { return nil, err } @@ -7549,7 +7549,7 @@ func (c *dataNodeClient) Import(ctx context.Context, in *ImportTaskRequest, opts func (c *dataNodeClient) ResendSegmentStats(ctx context.Context, in *ResendSegmentStatsRequest, opts ...grpc.CallOption) (*ResendSegmentStatsResponse, error) { out := new(ResendSegmentStatsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/ResendSegmentStats", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/ResendSegmentStats", in, out, opts...) if err != nil { return nil, err } @@ -7558,7 +7558,7 @@ func (c *dataNodeClient) ResendSegmentStats(ctx context.Context, in *ResendSegme func (c *dataNodeClient) AddImportSegment(ctx context.Context, in *AddImportSegmentRequest, opts ...grpc.CallOption) (*AddImportSegmentResponse, error) { out := new(AddImportSegmentResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/AddImportSegment", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/AddImportSegment", in, out, opts...) if err != nil { return nil, err } @@ -7567,7 +7567,7 @@ func (c *dataNodeClient) AddImportSegment(ctx context.Context, in *AddImportSegm func (c *dataNodeClient) FlushChannels(ctx context.Context, in *FlushChannelsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/FlushChannels", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/FlushChannels", in, out, opts...) if err != nil { return nil, err } @@ -7576,7 +7576,7 @@ func (c *dataNodeClient) FlushChannels(ctx context.Context, in *FlushChannelsReq func (c *dataNodeClient) NotifyChannelOperation(ctx context.Context, in *ChannelOperationsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/NotifyChannelOperation", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/NotifyChannelOperation", in, out, opts...) if err != nil { return nil, err } @@ -7585,7 +7585,7 @@ func (c *dataNodeClient) NotifyChannelOperation(ctx context.Context, in *Channel func (c *dataNodeClient) CheckChannelOperationProgress(ctx context.Context, in *ChannelWatchInfo, opts ...grpc.CallOption) (*ChannelOperationProgressResponse, error) { out := new(ChannelOperationProgressResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.data.DataNode/CheckChannelOperationProgress", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/CheckChannelOperationProgress", in, out, opts...) if err != nil { return nil, err } @@ -7678,7 +7678,7 @@ func _DataNode_GetComponentStates_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/GetComponentStates", + FullMethod: "/milvus.proto.data.DataNode/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -7696,7 +7696,7 @@ func _DataNode_GetStatisticsChannel_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/GetStatisticsChannel", + FullMethod: "/milvus.proto.data.DataNode/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -7714,7 +7714,7 @@ func _DataNode_WatchDmChannels_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/WatchDmChannels", + FullMethod: "/milvus.proto.data.DataNode/WatchDmChannels", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).WatchDmChannels(ctx, req.(*WatchDmChannelsRequest)) @@ -7732,7 +7732,7 @@ func _DataNode_FlushSegments_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/FlushSegments", + FullMethod: "/milvus.proto.data.DataNode/FlushSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).FlushSegments(ctx, req.(*FlushSegmentsRequest)) @@ -7750,7 +7750,7 @@ func _DataNode_ShowConfigurations_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/ShowConfigurations", + FullMethod: "/milvus.proto.data.DataNode/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -7768,7 +7768,7 @@ func _DataNode_GetMetrics_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/GetMetrics", + FullMethod: "/milvus.proto.data.DataNode/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) @@ -7786,7 +7786,7 @@ func _DataNode_Compaction_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/Compaction", + FullMethod: "/milvus.proto.data.DataNode/Compaction", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).Compaction(ctx, req.(*CompactionPlan)) @@ -7804,7 +7804,7 @@ func _DataNode_GetCompactionState_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/GetCompactionState", + FullMethod: "/milvus.proto.data.DataNode/GetCompactionState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).GetCompactionState(ctx, req.(*CompactionStateRequest)) @@ -7822,7 +7822,7 @@ func _DataNode_SyncSegments_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/SyncSegments", + FullMethod: "/milvus.proto.data.DataNode/SyncSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).SyncSegments(ctx, req.(*SyncSegmentsRequest)) @@ -7840,7 +7840,7 @@ func _DataNode_Import_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/Import", + FullMethod: "/milvus.proto.data.DataNode/Import", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).Import(ctx, req.(*ImportTaskRequest)) @@ -7858,7 +7858,7 @@ func _DataNode_ResendSegmentStats_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/ResendSegmentStats", + FullMethod: "/milvus.proto.data.DataNode/ResendSegmentStats", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).ResendSegmentStats(ctx, req.(*ResendSegmentStatsRequest)) @@ -7876,7 +7876,7 @@ func _DataNode_AddImportSegment_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/AddImportSegment", + FullMethod: "/milvus.proto.data.DataNode/AddImportSegment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).AddImportSegment(ctx, req.(*AddImportSegmentRequest)) @@ -7894,7 +7894,7 @@ func _DataNode_FlushChannels_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/FlushChannels", + FullMethod: "/milvus.proto.data.DataNode/FlushChannels", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).FlushChannels(ctx, req.(*FlushChannelsRequest)) @@ -7912,7 +7912,7 @@ func _DataNode_NotifyChannelOperation_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/NotifyChannelOperation", + FullMethod: "/milvus.proto.data.DataNode/NotifyChannelOperation", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).NotifyChannelOperation(ctx, req.(*ChannelOperationsRequest)) @@ -7930,7 +7930,7 @@ func _DataNode_CheckChannelOperationProgress_Handler(srv interface{}, ctx contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.data.DataNode/CheckChannelOperationProgress", + FullMethod: "/milvus.proto.data.DataNode/CheckChannelOperationProgress", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(DataNodeServer).CheckChannelOperationProgress(ctx, req.(*ChannelWatchInfo)) diff --git a/proto/v2.2/gen_proto.sh b/proto/v2.2/gen_proto.sh index 7aa726a..dc80917 100755 --- a/proto/v2.2/gen_proto.sh +++ b/proto/v2.2/gen_proto.sh @@ -4,8 +4,6 @@ SCRIPTS_DIR=$(dirname "$0") PROTO_DIR=$SCRIPTS_DIR MILVUS_PROTO_DIR=$SCRIPTS_DIR -GOOGLE_PROTO_DIR="/home/silverxia/workspace/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src" - PROGRAM=$(basename "$0") GOPATH=$(go env GOPATH) @@ -32,13 +30,22 @@ mkdir -p indexpb mkdir -p rootcoordpb mkdir -p querypb mkdir -p proxypb +mkdir -p msgpb +mkdir -p federpb # milvus.proto ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mmilvus.proto=github.com/milvus-io/birdwatcher/proto/v2.2/milvuspb" \ --go_opt="Mcommon.proto=github.com/milvus-io/birdwatcher/proto/v2.2/commonpb" \ --go_opt="Mschema.proto=github.com/milvus-io/birdwatcher/proto/v2.2/schemapb" \ + --go_opt="Mmsg.proto=github.com/milvus-io/birdwatcher/proto/v2.2/msgpb" \ + --go_opt="Mfeder.proto=github.com/milvus-io/birdwatcher/proto/v2.2/federpb" \ --go_out=plugins=grpc,paths=source_relative:milvuspb milvus.proto +# feder.proto +${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ + --go_opt="Mmilvus.proto=github.com/milvus-io/birdwatcher/proto/v2.2/milvuspb" \ + --go_opt="Mcommon.proto=github.com/milvus-io/birdwatcher/proto/v2.2/commonpb" \ + --go_out=plugins=grpc,paths=source_relative:federpb feder.proto # schema.proto ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mmilvus.proto=github.com/milvus-io/birdwatcher/proto/v2.2/milvuspb" \ @@ -51,6 +58,11 @@ ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mcommon.proto=github.com/milvus-io/birdwatcher/proto/v2.2/commonpb" \ --go_opt="Mschema.proto=github.com/milvus-io/birdwatcher/proto/v2.2/schemapb" \ --go_out=plugins=grpc,paths=source_relative:commonpb common.proto +# msg.proto +${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ + --go_opt="Mcommon.proto=github.com/milvus-io/birdwatcher/proto/v2.2/commonpb" \ + --go_opt="Mschema.proto=github.com/milvus-io/birdwatcher/proto/v2.2/schemapb" \ + --go_out=plugins=grpc,paths=source_relative:msgpb msg.proto # internal.proto ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mmilvus.proto=github.com/milvus-io/birdwatcher/proto/v2.2/milvuspb" \ @@ -80,6 +92,8 @@ ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mcommon.proto=github.com/milvus-io/birdwatcher/proto/v2.2/commonpb" \ --go_opt="Mschema.proto=github.com/milvus-io/birdwatcher/proto/v2.2/schemapb" \ --go_opt="Minternal.proto=github.com/milvus-io/birdwatcher/proto/v2.2/internalpb" \ + --go_opt="Mmsg.proto=github.com/milvus-io/birdwatcher/proto/v2.2/msgpb" \ + --go_opt="Mindex_coord.proto=github.com/milvus-io/birdwatcher/proto/v2.2/indexpb" \ --go_out=plugins=grpc,paths=source_relative:datapb data_coord.proto # query_coord.proto ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ @@ -88,6 +102,8 @@ ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mschema.proto=github.com/milvus-io/birdwatcher/proto/v2.2/schemapb" \ --go_opt="Minternal.proto=github.com/milvus-io/birdwatcher/proto/v2.2/internalpb" \ --go_opt="Mdata_coord.proto=github.com/milvus-io/birdwatcher/proto/v2.2/datapb" \ + --go_opt="Mmsg.proto=github.com/milvus-io/birdwatcher/proto/v2.2/msgpb" \ + --go_opt="Mindex_coord.proto=github.com/milvus-io/birdwatcher/proto/v2.2/indexpb" \ --go_out=plugins=grpc,paths=source_relative:querypb query_coord.proto # index_coord.proto ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ @@ -103,3 +119,10 @@ ${protoc} --proto_path=${MILVUS_PROTO_DIR} --proto_path=${GOOGLE_PROTO_DIR}\ --go_opt="Mschema.proto=github.com/milvus-io/birdwatcher/proto/v2.2/schemapb" \ --go_opt="Minternal.proto=github.com/milvus-io/birdwatcher/proto/v2.2/internalpb" \ --go_out=plugins=grpc,paths=source_relative:proxypb proxy.proto + +sed -i "s/\/milvus.protov2.data/\/milvus.proto.data/g" datapb/data_coord.pb.go +sed -i "s/\/milvus.protov2.milvus/\/milvus.proto.milvus/g" milvuspb/milvus.pb.go +sed -i "s/\/milvus.protov2.query/\/milvus.proto.query/g" querypb/query_coord.pb.go +sed -i "s/\/milvus.protov2.index/\/milvus.proto.index/g" indexpb/index_coord.pb.go +sed -i "s/\/milvus.protov2.rootcoord/\/milvus.proto.rootcoord/g" rootcoordpb/root_coord.pb.go + diff --git a/proto/v2.2/indexpb/index_coord.pb.go b/proto/v2.2/indexpb/index_coord.pb.go index f945ba2..899a889 100644 --- a/proto/v2.2/indexpb/index_coord.pb.go +++ b/proto/v2.2/indexpb/index_coord.pb.go @@ -2405,7 +2405,7 @@ func NewIndexCoordClient(cc *grpc.ClientConn) IndexCoordClient { func (c *indexCoordClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -2414,7 +2414,7 @@ func (c *indexCoordClient) GetComponentStates(ctx context.Context, in *milvuspb. func (c *indexCoordClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -2423,7 +2423,7 @@ func (c *indexCoordClient) GetStatisticsChannel(ctx context.Context, in *interna func (c *indexCoordClient) CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/CreateIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/CreateIndex", in, out, opts...) if err != nil { return nil, err } @@ -2432,7 +2432,7 @@ func (c *indexCoordClient) CreateIndex(ctx context.Context, in *CreateIndexReque func (c *indexCoordClient) GetIndexState(ctx context.Context, in *GetIndexStateRequest, opts ...grpc.CallOption) (*GetIndexStateResponse, error) { out := new(GetIndexStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetIndexState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetIndexState", in, out, opts...) if err != nil { return nil, err } @@ -2441,7 +2441,7 @@ func (c *indexCoordClient) GetIndexState(ctx context.Context, in *GetIndexStateR func (c *indexCoordClient) GetSegmentIndexState(ctx context.Context, in *GetSegmentIndexStateRequest, opts ...grpc.CallOption) (*GetSegmentIndexStateResponse, error) { out := new(GetSegmentIndexStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetSegmentIndexState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetSegmentIndexState", in, out, opts...) if err != nil { return nil, err } @@ -2450,7 +2450,7 @@ func (c *indexCoordClient) GetSegmentIndexState(ctx context.Context, in *GetSegm func (c *indexCoordClient) GetIndexInfos(ctx context.Context, in *GetIndexInfoRequest, opts ...grpc.CallOption) (*GetIndexInfoResponse, error) { out := new(GetIndexInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetIndexInfos", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetIndexInfos", in, out, opts...) if err != nil { return nil, err } @@ -2459,7 +2459,7 @@ func (c *indexCoordClient) GetIndexInfos(ctx context.Context, in *GetIndexInfoRe func (c *indexCoordClient) DropIndex(ctx context.Context, in *DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/DropIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/DropIndex", in, out, opts...) if err != nil { return nil, err } @@ -2468,7 +2468,7 @@ func (c *indexCoordClient) DropIndex(ctx context.Context, in *DropIndexRequest, func (c *indexCoordClient) DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error) { out := new(DescribeIndexResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/DescribeIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/DescribeIndex", in, out, opts...) if err != nil { return nil, err } @@ -2477,7 +2477,7 @@ func (c *indexCoordClient) DescribeIndex(ctx context.Context, in *DescribeIndexR func (c *indexCoordClient) GetIndexStatistics(ctx context.Context, in *GetIndexStatisticsRequest, opts ...grpc.CallOption) (*GetIndexStatisticsResponse, error) { out := new(GetIndexStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetIndexStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetIndexStatistics", in, out, opts...) if err != nil { return nil, err } @@ -2486,7 +2486,7 @@ func (c *indexCoordClient) GetIndexStatistics(ctx context.Context, in *GetIndexS func (c *indexCoordClient) GetIndexBuildProgress(ctx context.Context, in *GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*GetIndexBuildProgressResponse, error) { out := new(GetIndexBuildProgressResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetIndexBuildProgress", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetIndexBuildProgress", in, out, opts...) if err != nil { return nil, err } @@ -2495,7 +2495,7 @@ func (c *indexCoordClient) GetIndexBuildProgress(ctx context.Context, in *GetInd func (c *indexCoordClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -2504,7 +2504,7 @@ func (c *indexCoordClient) ShowConfigurations(ctx context.Context, in *internalp func (c *indexCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -2513,7 +2513,7 @@ func (c *indexCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetri func (c *indexCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHealthRequest, opts ...grpc.CallOption) (*milvuspb.CheckHealthResponse, error) { out := new(milvuspb.CheckHealthResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexCoord/CheckHealth", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexCoord/CheckHealth", in, out, opts...) if err != nil { return nil, err } @@ -2598,7 +2598,7 @@ func _IndexCoord_GetComponentStates_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetComponentStates", + FullMethod: "/milvus.proto.index.IndexCoord/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -2616,7 +2616,7 @@ func _IndexCoord_GetStatisticsChannel_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetStatisticsChannel", + FullMethod: "/milvus.proto.index.IndexCoord/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -2634,7 +2634,7 @@ func _IndexCoord_CreateIndex_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/CreateIndex", + FullMethod: "/milvus.proto.index.IndexCoord/CreateIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).CreateIndex(ctx, req.(*CreateIndexRequest)) @@ -2652,7 +2652,7 @@ func _IndexCoord_GetIndexState_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetIndexState", + FullMethod: "/milvus.proto.index.IndexCoord/GetIndexState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetIndexState(ctx, req.(*GetIndexStateRequest)) @@ -2670,7 +2670,7 @@ func _IndexCoord_GetSegmentIndexState_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetSegmentIndexState", + FullMethod: "/milvus.proto.index.IndexCoord/GetSegmentIndexState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetSegmentIndexState(ctx, req.(*GetSegmentIndexStateRequest)) @@ -2688,7 +2688,7 @@ func _IndexCoord_GetIndexInfos_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetIndexInfos", + FullMethod: "/milvus.proto.index.IndexCoord/GetIndexInfos", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetIndexInfos(ctx, req.(*GetIndexInfoRequest)) @@ -2706,7 +2706,7 @@ func _IndexCoord_DropIndex_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/DropIndex", + FullMethod: "/milvus.proto.index.IndexCoord/DropIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).DropIndex(ctx, req.(*DropIndexRequest)) @@ -2724,7 +2724,7 @@ func _IndexCoord_DescribeIndex_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/DescribeIndex", + FullMethod: "/milvus.proto.index.IndexCoord/DescribeIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).DescribeIndex(ctx, req.(*DescribeIndexRequest)) @@ -2742,7 +2742,7 @@ func _IndexCoord_GetIndexStatistics_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetIndexStatistics", + FullMethod: "/milvus.proto.index.IndexCoord/GetIndexStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetIndexStatistics(ctx, req.(*GetIndexStatisticsRequest)) @@ -2760,7 +2760,7 @@ func _IndexCoord_GetIndexBuildProgress_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetIndexBuildProgress", + FullMethod: "/milvus.proto.index.IndexCoord/GetIndexBuildProgress", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetIndexBuildProgress(ctx, req.(*GetIndexBuildProgressRequest)) @@ -2778,7 +2778,7 @@ func _IndexCoord_ShowConfigurations_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/ShowConfigurations", + FullMethod: "/milvus.proto.index.IndexCoord/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -2796,7 +2796,7 @@ func _IndexCoord_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/GetMetrics", + FullMethod: "/milvus.proto.index.IndexCoord/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) @@ -2814,7 +2814,7 @@ func _IndexCoord_CheckHealth_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexCoord/CheckHealth", + FullMethod: "/milvus.proto.index.IndexCoord/CheckHealth", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexCoordServer).CheckHealth(ctx, req.(*milvuspb.CheckHealthRequest)) @@ -2908,7 +2908,7 @@ func NewIndexNodeClient(cc *grpc.ClientConn) IndexNodeClient { func (c *indexNodeClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -2917,7 +2917,7 @@ func (c *indexNodeClient) GetComponentStates(ctx context.Context, in *milvuspb.G func (c *indexNodeClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -2926,7 +2926,7 @@ func (c *indexNodeClient) GetStatisticsChannel(ctx context.Context, in *internal func (c *indexNodeClient) CreateJob(ctx context.Context, in *CreateJobRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/CreateJob", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/CreateJob", in, out, opts...) if err != nil { return nil, err } @@ -2935,7 +2935,7 @@ func (c *indexNodeClient) CreateJob(ctx context.Context, in *CreateJobRequest, o func (c *indexNodeClient) QueryJobs(ctx context.Context, in *QueryJobsRequest, opts ...grpc.CallOption) (*QueryJobsResponse, error) { out := new(QueryJobsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/QueryJobs", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/QueryJobs", in, out, opts...) if err != nil { return nil, err } @@ -2944,7 +2944,7 @@ func (c *indexNodeClient) QueryJobs(ctx context.Context, in *QueryJobsRequest, o func (c *indexNodeClient) DropJobs(ctx context.Context, in *DropJobsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/DropJobs", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/DropJobs", in, out, opts...) if err != nil { return nil, err } @@ -2953,7 +2953,7 @@ func (c *indexNodeClient) DropJobs(ctx context.Context, in *DropJobsRequest, opt func (c *indexNodeClient) GetJobStats(ctx context.Context, in *GetJobStatsRequest, opts ...grpc.CallOption) (*GetJobStatsResponse, error) { out := new(GetJobStatsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/GetJobStats", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/GetJobStats", in, out, opts...) if err != nil { return nil, err } @@ -2962,7 +2962,7 @@ func (c *indexNodeClient) GetJobStats(ctx context.Context, in *GetJobStatsReques func (c *indexNodeClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -2971,7 +2971,7 @@ func (c *indexNodeClient) ShowConfigurations(ctx context.Context, in *internalpb func (c *indexNodeClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.index.IndexNode/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.index.IndexNode/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -3034,7 +3034,7 @@ func _IndexNode_GetComponentStates_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/GetComponentStates", + FullMethod: "/milvus.proto.index.IndexNode/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -3052,7 +3052,7 @@ func _IndexNode_GetStatisticsChannel_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/GetStatisticsChannel", + FullMethod: "/milvus.proto.index.IndexNode/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -3070,7 +3070,7 @@ func _IndexNode_CreateJob_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/CreateJob", + FullMethod: "/milvus.proto.index.IndexNode/CreateJob", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).CreateJob(ctx, req.(*CreateJobRequest)) @@ -3088,7 +3088,7 @@ func _IndexNode_QueryJobs_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/QueryJobs", + FullMethod: "/milvus.proto.index.IndexNode/QueryJobs", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).QueryJobs(ctx, req.(*QueryJobsRequest)) @@ -3106,7 +3106,7 @@ func _IndexNode_DropJobs_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/DropJobs", + FullMethod: "/milvus.proto.index.IndexNode/DropJobs", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).DropJobs(ctx, req.(*DropJobsRequest)) @@ -3124,7 +3124,7 @@ func _IndexNode_GetJobStats_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/GetJobStats", + FullMethod: "/milvus.proto.index.IndexNode/GetJobStats", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).GetJobStats(ctx, req.(*GetJobStatsRequest)) @@ -3142,7 +3142,7 @@ func _IndexNode_ShowConfigurations_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/ShowConfigurations", + FullMethod: "/milvus.proto.index.IndexNode/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -3160,7 +3160,7 @@ func _IndexNode_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.index.IndexNode/GetMetrics", + FullMethod: "/milvus.proto.index.IndexNode/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(IndexNodeServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) diff --git a/proto/v2.2/milvuspb/milvus.pb.go b/proto/v2.2/milvuspb/milvus.pb.go index fbe1070..69538a7 100644 --- a/proto/v2.2/milvuspb/milvus.pb.go +++ b/proto/v2.2/milvuspb/milvus.pb.go @@ -10415,7 +10415,7 @@ func NewMilvusServiceClient(cc *grpc.ClientConn) MilvusServiceClient { func (c *milvusServiceClient) CreateCollection(ctx context.Context, in *CreateCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateCollection", in, out, opts...) if err != nil { return nil, err } @@ -10424,7 +10424,7 @@ func (c *milvusServiceClient) CreateCollection(ctx context.Context, in *CreateCo func (c *milvusServiceClient) DropCollection(ctx context.Context, in *DropCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropCollection", in, out, opts...) if err != nil { return nil, err } @@ -10433,7 +10433,7 @@ func (c *milvusServiceClient) DropCollection(ctx context.Context, in *DropCollec func (c *milvusServiceClient) HasCollection(ctx context.Context, in *HasCollectionRequest, opts ...grpc.CallOption) (*BoolResponse, error) { out := new(BoolResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/HasCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/HasCollection", in, out, opts...) if err != nil { return nil, err } @@ -10442,7 +10442,7 @@ func (c *milvusServiceClient) HasCollection(ctx context.Context, in *HasCollecti func (c *milvusServiceClient) LoadCollection(ctx context.Context, in *LoadCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/LoadCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/LoadCollection", in, out, opts...) if err != nil { return nil, err } @@ -10451,7 +10451,7 @@ func (c *milvusServiceClient) LoadCollection(ctx context.Context, in *LoadCollec func (c *milvusServiceClient) ReleaseCollection(ctx context.Context, in *ReleaseCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ReleaseCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ReleaseCollection", in, out, opts...) if err != nil { return nil, err } @@ -10460,7 +10460,7 @@ func (c *milvusServiceClient) ReleaseCollection(ctx context.Context, in *Release func (c *milvusServiceClient) DescribeCollection(ctx context.Context, in *DescribeCollectionRequest, opts ...grpc.CallOption) (*DescribeCollectionResponse, error) { out := new(DescribeCollectionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DescribeCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeCollection", in, out, opts...) if err != nil { return nil, err } @@ -10469,7 +10469,7 @@ func (c *milvusServiceClient) DescribeCollection(ctx context.Context, in *Descri func (c *milvusServiceClient) GetCollectionStatistics(ctx context.Context, in *GetCollectionStatisticsRequest, opts ...grpc.CallOption) (*GetCollectionStatisticsResponse, error) { out := new(GetCollectionStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetCollectionStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetCollectionStatistics", in, out, opts...) if err != nil { return nil, err } @@ -10478,7 +10478,7 @@ func (c *milvusServiceClient) GetCollectionStatistics(ctx context.Context, in *G func (c *milvusServiceClient) ShowCollections(ctx context.Context, in *ShowCollectionsRequest, opts ...grpc.CallOption) (*ShowCollectionsResponse, error) { out := new(ShowCollectionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ShowCollections", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ShowCollections", in, out, opts...) if err != nil { return nil, err } @@ -10487,7 +10487,7 @@ func (c *milvusServiceClient) ShowCollections(ctx context.Context, in *ShowColle func (c *milvusServiceClient) AlterCollection(ctx context.Context, in *AlterCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/AlterCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/AlterCollection", in, out, opts...) if err != nil { return nil, err } @@ -10496,7 +10496,7 @@ func (c *milvusServiceClient) AlterCollection(ctx context.Context, in *AlterColl func (c *milvusServiceClient) CreatePartition(ctx context.Context, in *CreatePartitionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreatePartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreatePartition", in, out, opts...) if err != nil { return nil, err } @@ -10505,7 +10505,7 @@ func (c *milvusServiceClient) CreatePartition(ctx context.Context, in *CreatePar func (c *milvusServiceClient) DropPartition(ctx context.Context, in *DropPartitionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropPartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropPartition", in, out, opts...) if err != nil { return nil, err } @@ -10514,7 +10514,7 @@ func (c *milvusServiceClient) DropPartition(ctx context.Context, in *DropPartiti func (c *milvusServiceClient) HasPartition(ctx context.Context, in *HasPartitionRequest, opts ...grpc.CallOption) (*BoolResponse, error) { out := new(BoolResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/HasPartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/HasPartition", in, out, opts...) if err != nil { return nil, err } @@ -10523,7 +10523,7 @@ func (c *milvusServiceClient) HasPartition(ctx context.Context, in *HasPartition func (c *milvusServiceClient) LoadPartitions(ctx context.Context, in *LoadPartitionsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/LoadPartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/LoadPartitions", in, out, opts...) if err != nil { return nil, err } @@ -10532,7 +10532,7 @@ func (c *milvusServiceClient) LoadPartitions(ctx context.Context, in *LoadPartit func (c *milvusServiceClient) ReleasePartitions(ctx context.Context, in *ReleasePartitionsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ReleasePartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ReleasePartitions", in, out, opts...) if err != nil { return nil, err } @@ -10541,7 +10541,7 @@ func (c *milvusServiceClient) ReleasePartitions(ctx context.Context, in *Release func (c *milvusServiceClient) GetPartitionStatistics(ctx context.Context, in *GetPartitionStatisticsRequest, opts ...grpc.CallOption) (*GetPartitionStatisticsResponse, error) { out := new(GetPartitionStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetPartitionStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetPartitionStatistics", in, out, opts...) if err != nil { return nil, err } @@ -10550,7 +10550,7 @@ func (c *milvusServiceClient) GetPartitionStatistics(ctx context.Context, in *Ge func (c *milvusServiceClient) ShowPartitions(ctx context.Context, in *ShowPartitionsRequest, opts ...grpc.CallOption) (*ShowPartitionsResponse, error) { out := new(ShowPartitionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ShowPartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ShowPartitions", in, out, opts...) if err != nil { return nil, err } @@ -10559,7 +10559,7 @@ func (c *milvusServiceClient) ShowPartitions(ctx context.Context, in *ShowPartit func (c *milvusServiceClient) GetLoadingProgress(ctx context.Context, in *GetLoadingProgressRequest, opts ...grpc.CallOption) (*GetLoadingProgressResponse, error) { out := new(GetLoadingProgressResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetLoadingProgress", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetLoadingProgress", in, out, opts...) if err != nil { return nil, err } @@ -10568,7 +10568,7 @@ func (c *milvusServiceClient) GetLoadingProgress(ctx context.Context, in *GetLoa func (c *milvusServiceClient) GetLoadState(ctx context.Context, in *GetLoadStateRequest, opts ...grpc.CallOption) (*GetLoadStateResponse, error) { out := new(GetLoadStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetLoadState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetLoadState", in, out, opts...) if err != nil { return nil, err } @@ -10577,7 +10577,7 @@ func (c *milvusServiceClient) GetLoadState(ctx context.Context, in *GetLoadState func (c *milvusServiceClient) CreateAlias(ctx context.Context, in *CreateAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateAlias", in, out, opts...) if err != nil { return nil, err } @@ -10586,7 +10586,7 @@ func (c *milvusServiceClient) CreateAlias(ctx context.Context, in *CreateAliasRe func (c *milvusServiceClient) DropAlias(ctx context.Context, in *DropAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropAlias", in, out, opts...) if err != nil { return nil, err } @@ -10595,7 +10595,7 @@ func (c *milvusServiceClient) DropAlias(ctx context.Context, in *DropAliasReques func (c *milvusServiceClient) AlterAlias(ctx context.Context, in *AlterAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/AlterAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/AlterAlias", in, out, opts...) if err != nil { return nil, err } @@ -10604,7 +10604,7 @@ func (c *milvusServiceClient) AlterAlias(ctx context.Context, in *AlterAliasRequ func (c *milvusServiceClient) DescribeAlias(ctx context.Context, in *DescribeAliasRequest, opts ...grpc.CallOption) (*DescribeAliasResponse, error) { out := new(DescribeAliasResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DescribeAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeAlias", in, out, opts...) if err != nil { return nil, err } @@ -10613,7 +10613,7 @@ func (c *milvusServiceClient) DescribeAlias(ctx context.Context, in *DescribeAli func (c *milvusServiceClient) ListAliases(ctx context.Context, in *ListAliasesRequest, opts ...grpc.CallOption) (*ListAliasesResponse, error) { out := new(ListAliasesResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ListAliases", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListAliases", in, out, opts...) if err != nil { return nil, err } @@ -10622,7 +10622,7 @@ func (c *milvusServiceClient) ListAliases(ctx context.Context, in *ListAliasesRe func (c *milvusServiceClient) CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateIndex", in, out, opts...) if err != nil { return nil, err } @@ -10631,7 +10631,7 @@ func (c *milvusServiceClient) CreateIndex(ctx context.Context, in *CreateIndexRe func (c *milvusServiceClient) DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error) { out := new(DescribeIndexResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DescribeIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeIndex", in, out, opts...) if err != nil { return nil, err } @@ -10640,7 +10640,7 @@ func (c *milvusServiceClient) DescribeIndex(ctx context.Context, in *DescribeInd func (c *milvusServiceClient) GetIndexStatistics(ctx context.Context, in *GetIndexStatisticsRequest, opts ...grpc.CallOption) (*GetIndexStatisticsResponse, error) { out := new(GetIndexStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetIndexStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetIndexStatistics", in, out, opts...) if err != nil { return nil, err } @@ -10650,7 +10650,7 @@ func (c *milvusServiceClient) GetIndexStatistics(ctx context.Context, in *GetInd // Deprecated: Do not use. func (c *milvusServiceClient) GetIndexState(ctx context.Context, in *GetIndexStateRequest, opts ...grpc.CallOption) (*GetIndexStateResponse, error) { out := new(GetIndexStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetIndexState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetIndexState", in, out, opts...) if err != nil { return nil, err } @@ -10660,7 +10660,7 @@ func (c *milvusServiceClient) GetIndexState(ctx context.Context, in *GetIndexSta // Deprecated: Do not use. func (c *milvusServiceClient) GetIndexBuildProgress(ctx context.Context, in *GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*GetIndexBuildProgressResponse, error) { out := new(GetIndexBuildProgressResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetIndexBuildProgress", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetIndexBuildProgress", in, out, opts...) if err != nil { return nil, err } @@ -10669,7 +10669,7 @@ func (c *milvusServiceClient) GetIndexBuildProgress(ctx context.Context, in *Get func (c *milvusServiceClient) DropIndex(ctx context.Context, in *DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropIndex", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropIndex", in, out, opts...) if err != nil { return nil, err } @@ -10678,7 +10678,7 @@ func (c *milvusServiceClient) DropIndex(ctx context.Context, in *DropIndexReques func (c *milvusServiceClient) Insert(ctx context.Context, in *InsertRequest, opts ...grpc.CallOption) (*MutationResult, error) { out := new(MutationResult) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Insert", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Insert", in, out, opts...) if err != nil { return nil, err } @@ -10687,7 +10687,7 @@ func (c *milvusServiceClient) Insert(ctx context.Context, in *InsertRequest, opt func (c *milvusServiceClient) Delete(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*MutationResult, error) { out := new(MutationResult) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Delete", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Delete", in, out, opts...) if err != nil { return nil, err } @@ -10696,7 +10696,7 @@ func (c *milvusServiceClient) Delete(ctx context.Context, in *DeleteRequest, opt func (c *milvusServiceClient) Upsert(ctx context.Context, in *UpsertRequest, opts ...grpc.CallOption) (*MutationResult, error) { out := new(MutationResult) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Upsert", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Upsert", in, out, opts...) if err != nil { return nil, err } @@ -10705,7 +10705,7 @@ func (c *milvusServiceClient) Upsert(ctx context.Context, in *UpsertRequest, opt func (c *milvusServiceClient) Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResults, error) { out := new(SearchResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Search", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Search", in, out, opts...) if err != nil { return nil, err } @@ -10714,7 +10714,7 @@ func (c *milvusServiceClient) Search(ctx context.Context, in *SearchRequest, opt func (c *milvusServiceClient) Flush(ctx context.Context, in *FlushRequest, opts ...grpc.CallOption) (*FlushResponse, error) { out := new(FlushResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Flush", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Flush", in, out, opts...) if err != nil { return nil, err } @@ -10723,7 +10723,7 @@ func (c *milvusServiceClient) Flush(ctx context.Context, in *FlushRequest, opts func (c *milvusServiceClient) Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResults, error) { out := new(QueryResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Query", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Query", in, out, opts...) if err != nil { return nil, err } @@ -10732,7 +10732,7 @@ func (c *milvusServiceClient) Query(ctx context.Context, in *QueryRequest, opts func (c *milvusServiceClient) CalcDistance(ctx context.Context, in *CalcDistanceRequest, opts ...grpc.CallOption) (*CalcDistanceResults, error) { out := new(CalcDistanceResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CalcDistance", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CalcDistance", in, out, opts...) if err != nil { return nil, err } @@ -10741,7 +10741,7 @@ func (c *milvusServiceClient) CalcDistance(ctx context.Context, in *CalcDistance func (c *milvusServiceClient) FlushAll(ctx context.Context, in *FlushAllRequest, opts ...grpc.CallOption) (*FlushAllResponse, error) { out := new(FlushAllResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/FlushAll", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/FlushAll", in, out, opts...) if err != nil { return nil, err } @@ -10750,7 +10750,7 @@ func (c *milvusServiceClient) FlushAll(ctx context.Context, in *FlushAllRequest, func (c *milvusServiceClient) GetFlushState(ctx context.Context, in *GetFlushStateRequest, opts ...grpc.CallOption) (*GetFlushStateResponse, error) { out := new(GetFlushStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetFlushState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetFlushState", in, out, opts...) if err != nil { return nil, err } @@ -10759,7 +10759,7 @@ func (c *milvusServiceClient) GetFlushState(ctx context.Context, in *GetFlushSta func (c *milvusServiceClient) GetFlushAllState(ctx context.Context, in *GetFlushAllStateRequest, opts ...grpc.CallOption) (*GetFlushAllStateResponse, error) { out := new(GetFlushAllStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetFlushAllState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetFlushAllState", in, out, opts...) if err != nil { return nil, err } @@ -10768,7 +10768,7 @@ func (c *milvusServiceClient) GetFlushAllState(ctx context.Context, in *GetFlush func (c *milvusServiceClient) GetPersistentSegmentInfo(ctx context.Context, in *GetPersistentSegmentInfoRequest, opts ...grpc.CallOption) (*GetPersistentSegmentInfoResponse, error) { out := new(GetPersistentSegmentInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetPersistentSegmentInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetPersistentSegmentInfo", in, out, opts...) if err != nil { return nil, err } @@ -10777,7 +10777,7 @@ func (c *milvusServiceClient) GetPersistentSegmentInfo(ctx context.Context, in * func (c *milvusServiceClient) GetQuerySegmentInfo(ctx context.Context, in *GetQuerySegmentInfoRequest, opts ...grpc.CallOption) (*GetQuerySegmentInfoResponse, error) { out := new(GetQuerySegmentInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetQuerySegmentInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetQuerySegmentInfo", in, out, opts...) if err != nil { return nil, err } @@ -10786,7 +10786,7 @@ func (c *milvusServiceClient) GetQuerySegmentInfo(ctx context.Context, in *GetQu func (c *milvusServiceClient) GetReplicas(ctx context.Context, in *GetReplicasRequest, opts ...grpc.CallOption) (*GetReplicasResponse, error) { out := new(GetReplicasResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetReplicas", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetReplicas", in, out, opts...) if err != nil { return nil, err } @@ -10795,7 +10795,7 @@ func (c *milvusServiceClient) GetReplicas(ctx context.Context, in *GetReplicasRe func (c *milvusServiceClient) Dummy(ctx context.Context, in *DummyRequest, opts ...grpc.CallOption) (*DummyResponse, error) { out := new(DummyResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Dummy", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Dummy", in, out, opts...) if err != nil { return nil, err } @@ -10804,7 +10804,7 @@ func (c *milvusServiceClient) Dummy(ctx context.Context, in *DummyRequest, opts func (c *milvusServiceClient) RegisterLink(ctx context.Context, in *RegisterLinkRequest, opts ...grpc.CallOption) (*RegisterLinkResponse, error) { out := new(RegisterLinkResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/RegisterLink", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/RegisterLink", in, out, opts...) if err != nil { return nil, err } @@ -10813,7 +10813,7 @@ func (c *milvusServiceClient) RegisterLink(ctx context.Context, in *RegisterLink func (c *milvusServiceClient) GetMetrics(ctx context.Context, in *GetMetricsRequest, opts ...grpc.CallOption) (*GetMetricsResponse, error) { out := new(GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -10822,7 +10822,7 @@ func (c *milvusServiceClient) GetMetrics(ctx context.Context, in *GetMetricsRequ func (c *milvusServiceClient) GetComponentStates(ctx context.Context, in *GetComponentStatesRequest, opts ...grpc.CallOption) (*ComponentStates, error) { out := new(ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -10831,7 +10831,7 @@ func (c *milvusServiceClient) GetComponentStates(ctx context.Context, in *GetCom func (c *milvusServiceClient) LoadBalance(ctx context.Context, in *LoadBalanceRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/LoadBalance", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/LoadBalance", in, out, opts...) if err != nil { return nil, err } @@ -10840,7 +10840,7 @@ func (c *milvusServiceClient) LoadBalance(ctx context.Context, in *LoadBalanceRe func (c *milvusServiceClient) GetCompactionState(ctx context.Context, in *GetCompactionStateRequest, opts ...grpc.CallOption) (*GetCompactionStateResponse, error) { out := new(GetCompactionStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetCompactionState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetCompactionState", in, out, opts...) if err != nil { return nil, err } @@ -10849,7 +10849,7 @@ func (c *milvusServiceClient) GetCompactionState(ctx context.Context, in *GetCom func (c *milvusServiceClient) ManualCompaction(ctx context.Context, in *ManualCompactionRequest, opts ...grpc.CallOption) (*ManualCompactionResponse, error) { out := new(ManualCompactionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ManualCompaction", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ManualCompaction", in, out, opts...) if err != nil { return nil, err } @@ -10858,7 +10858,7 @@ func (c *milvusServiceClient) ManualCompaction(ctx context.Context, in *ManualCo func (c *milvusServiceClient) GetCompactionStateWithPlans(ctx context.Context, in *GetCompactionPlansRequest, opts ...grpc.CallOption) (*GetCompactionPlansResponse, error) { out := new(GetCompactionPlansResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetCompactionStateWithPlans", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetCompactionStateWithPlans", in, out, opts...) if err != nil { return nil, err } @@ -10867,7 +10867,7 @@ func (c *milvusServiceClient) GetCompactionStateWithPlans(ctx context.Context, i func (c *milvusServiceClient) Import(ctx context.Context, in *ImportRequest, opts ...grpc.CallOption) (*ImportResponse, error) { out := new(ImportResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Import", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Import", in, out, opts...) if err != nil { return nil, err } @@ -10876,7 +10876,7 @@ func (c *milvusServiceClient) Import(ctx context.Context, in *ImportRequest, opt func (c *milvusServiceClient) GetImportState(ctx context.Context, in *GetImportStateRequest, opts ...grpc.CallOption) (*GetImportStateResponse, error) { out := new(GetImportStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetImportState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetImportState", in, out, opts...) if err != nil { return nil, err } @@ -10885,7 +10885,7 @@ func (c *milvusServiceClient) GetImportState(ctx context.Context, in *GetImportS func (c *milvusServiceClient) ListImportTasks(ctx context.Context, in *ListImportTasksRequest, opts ...grpc.CallOption) (*ListImportTasksResponse, error) { out := new(ListImportTasksResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ListImportTasks", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListImportTasks", in, out, opts...) if err != nil { return nil, err } @@ -10894,7 +10894,7 @@ func (c *milvusServiceClient) ListImportTasks(ctx context.Context, in *ListImpor func (c *milvusServiceClient) CreateCredential(ctx context.Context, in *CreateCredentialRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateCredential", in, out, opts...) if err != nil { return nil, err } @@ -10903,7 +10903,7 @@ func (c *milvusServiceClient) CreateCredential(ctx context.Context, in *CreateCr func (c *milvusServiceClient) UpdateCredential(ctx context.Context, in *UpdateCredentialRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/UpdateCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/UpdateCredential", in, out, opts...) if err != nil { return nil, err } @@ -10912,7 +10912,7 @@ func (c *milvusServiceClient) UpdateCredential(ctx context.Context, in *UpdateCr func (c *milvusServiceClient) DeleteCredential(ctx context.Context, in *DeleteCredentialRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DeleteCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DeleteCredential", in, out, opts...) if err != nil { return nil, err } @@ -10921,7 +10921,7 @@ func (c *milvusServiceClient) DeleteCredential(ctx context.Context, in *DeleteCr func (c *milvusServiceClient) ListCredUsers(ctx context.Context, in *ListCredUsersRequest, opts ...grpc.CallOption) (*ListCredUsersResponse, error) { out := new(ListCredUsersResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ListCredUsers", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListCredUsers", in, out, opts...) if err != nil { return nil, err } @@ -10930,7 +10930,7 @@ func (c *milvusServiceClient) ListCredUsers(ctx context.Context, in *ListCredUse func (c *milvusServiceClient) CreateRole(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateRole", in, out, opts...) if err != nil { return nil, err } @@ -10939,7 +10939,7 @@ func (c *milvusServiceClient) CreateRole(ctx context.Context, in *CreateRoleRequ func (c *milvusServiceClient) DropRole(ctx context.Context, in *DropRoleRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropRole", in, out, opts...) if err != nil { return nil, err } @@ -10948,7 +10948,7 @@ func (c *milvusServiceClient) DropRole(ctx context.Context, in *DropRoleRequest, func (c *milvusServiceClient) OperateUserRole(ctx context.Context, in *OperateUserRoleRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/OperateUserRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/OperateUserRole", in, out, opts...) if err != nil { return nil, err } @@ -10957,7 +10957,7 @@ func (c *milvusServiceClient) OperateUserRole(ctx context.Context, in *OperateUs func (c *milvusServiceClient) SelectRole(ctx context.Context, in *SelectRoleRequest, opts ...grpc.CallOption) (*SelectRoleResponse, error) { out := new(SelectRoleResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/SelectRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/SelectRole", in, out, opts...) if err != nil { return nil, err } @@ -10966,7 +10966,7 @@ func (c *milvusServiceClient) SelectRole(ctx context.Context, in *SelectRoleRequ func (c *milvusServiceClient) SelectUser(ctx context.Context, in *SelectUserRequest, opts ...grpc.CallOption) (*SelectUserResponse, error) { out := new(SelectUserResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/SelectUser", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/SelectUser", in, out, opts...) if err != nil { return nil, err } @@ -10975,7 +10975,7 @@ func (c *milvusServiceClient) SelectUser(ctx context.Context, in *SelectUserRequ func (c *milvusServiceClient) OperatePrivilege(ctx context.Context, in *OperatePrivilegeRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/OperatePrivilege", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/OperatePrivilege", in, out, opts...) if err != nil { return nil, err } @@ -10984,7 +10984,7 @@ func (c *milvusServiceClient) OperatePrivilege(ctx context.Context, in *OperateP func (c *milvusServiceClient) SelectGrant(ctx context.Context, in *SelectGrantRequest, opts ...grpc.CallOption) (*SelectGrantResponse, error) { out := new(SelectGrantResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/SelectGrant", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/SelectGrant", in, out, opts...) if err != nil { return nil, err } @@ -10993,7 +10993,7 @@ func (c *milvusServiceClient) SelectGrant(ctx context.Context, in *SelectGrantRe func (c *milvusServiceClient) GetVersion(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error) { out := new(GetVersionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/GetVersion", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetVersion", in, out, opts...) if err != nil { return nil, err } @@ -11002,7 +11002,7 @@ func (c *milvusServiceClient) GetVersion(ctx context.Context, in *GetVersionRequ func (c *milvusServiceClient) CheckHealth(ctx context.Context, in *CheckHealthRequest, opts ...grpc.CallOption) (*CheckHealthResponse, error) { out := new(CheckHealthResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CheckHealth", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CheckHealth", in, out, opts...) if err != nil { return nil, err } @@ -11011,7 +11011,7 @@ func (c *milvusServiceClient) CheckHealth(ctx context.Context, in *CheckHealthRe func (c *milvusServiceClient) CreateResourceGroup(ctx context.Context, in *CreateResourceGroupRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateResourceGroup", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateResourceGroup", in, out, opts...) if err != nil { return nil, err } @@ -11020,7 +11020,7 @@ func (c *milvusServiceClient) CreateResourceGroup(ctx context.Context, in *Creat func (c *milvusServiceClient) DropResourceGroup(ctx context.Context, in *DropResourceGroupRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropResourceGroup", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropResourceGroup", in, out, opts...) if err != nil { return nil, err } @@ -11029,7 +11029,7 @@ func (c *milvusServiceClient) DropResourceGroup(ctx context.Context, in *DropRes func (c *milvusServiceClient) TransferNode(ctx context.Context, in *TransferNodeRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/TransferNode", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/TransferNode", in, out, opts...) if err != nil { return nil, err } @@ -11038,7 +11038,7 @@ func (c *milvusServiceClient) TransferNode(ctx context.Context, in *TransferNode func (c *milvusServiceClient) TransferReplica(ctx context.Context, in *TransferReplicaRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/TransferReplica", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/TransferReplica", in, out, opts...) if err != nil { return nil, err } @@ -11047,7 +11047,7 @@ func (c *milvusServiceClient) TransferReplica(ctx context.Context, in *TransferR func (c *milvusServiceClient) ListResourceGroups(ctx context.Context, in *ListResourceGroupsRequest, opts ...grpc.CallOption) (*ListResourceGroupsResponse, error) { out := new(ListResourceGroupsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ListResourceGroups", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListResourceGroups", in, out, opts...) if err != nil { return nil, err } @@ -11056,7 +11056,7 @@ func (c *milvusServiceClient) ListResourceGroups(ctx context.Context, in *ListRe func (c *milvusServiceClient) DescribeResourceGroup(ctx context.Context, in *DescribeResourceGroupRequest, opts ...grpc.CallOption) (*DescribeResourceGroupResponse, error) { out := new(DescribeResourceGroupResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DescribeResourceGroup", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeResourceGroup", in, out, opts...) if err != nil { return nil, err } @@ -11065,7 +11065,7 @@ func (c *milvusServiceClient) DescribeResourceGroup(ctx context.Context, in *Des func (c *milvusServiceClient) RenameCollection(ctx context.Context, in *RenameCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/RenameCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/RenameCollection", in, out, opts...) if err != nil { return nil, err } @@ -11074,7 +11074,7 @@ func (c *milvusServiceClient) RenameCollection(ctx context.Context, in *RenameCo func (c *milvusServiceClient) ListIndexedSegment(ctx context.Context, in *federpb.ListIndexedSegmentRequest, opts ...grpc.CallOption) (*federpb.ListIndexedSegmentResponse, error) { out := new(federpb.ListIndexedSegmentResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ListIndexedSegment", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListIndexedSegment", in, out, opts...) if err != nil { return nil, err } @@ -11083,7 +11083,7 @@ func (c *milvusServiceClient) ListIndexedSegment(ctx context.Context, in *federp func (c *milvusServiceClient) DescribeSegmentIndexData(ctx context.Context, in *federpb.DescribeSegmentIndexDataRequest, opts ...grpc.CallOption) (*federpb.DescribeSegmentIndexDataResponse, error) { out := new(federpb.DescribeSegmentIndexDataResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DescribeSegmentIndexData", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeSegmentIndexData", in, out, opts...) if err != nil { return nil, err } @@ -11092,7 +11092,7 @@ func (c *milvusServiceClient) DescribeSegmentIndexData(ctx context.Context, in * func (c *milvusServiceClient) Connect(ctx context.Context, in *ConnectRequest, opts ...grpc.CallOption) (*ConnectResponse, error) { out := new(ConnectResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/Connect", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/Connect", in, out, opts...) if err != nil { return nil, err } @@ -11101,7 +11101,7 @@ func (c *milvusServiceClient) Connect(ctx context.Context, in *ConnectRequest, o func (c *milvusServiceClient) AllocTimestamp(ctx context.Context, in *AllocTimestampRequest, opts ...grpc.CallOption) (*AllocTimestampResponse, error) { out := new(AllocTimestampResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/AllocTimestamp", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/AllocTimestamp", in, out, opts...) if err != nil { return nil, err } @@ -11110,7 +11110,7 @@ func (c *milvusServiceClient) AllocTimestamp(ctx context.Context, in *AllocTimes func (c *milvusServiceClient) CreateDatabase(ctx context.Context, in *CreateDatabaseRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/CreateDatabase", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateDatabase", in, out, opts...) if err != nil { return nil, err } @@ -11119,7 +11119,7 @@ func (c *milvusServiceClient) CreateDatabase(ctx context.Context, in *CreateData func (c *milvusServiceClient) DropDatabase(ctx context.Context, in *DropDatabaseRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/DropDatabase", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DropDatabase", in, out, opts...) if err != nil { return nil, err } @@ -11128,7 +11128,7 @@ func (c *milvusServiceClient) DropDatabase(ctx context.Context, in *DropDatabase func (c *milvusServiceClient) ListDatabases(ctx context.Context, in *ListDatabasesRequest, opts ...grpc.CallOption) (*ListDatabasesResponse, error) { out := new(ListDatabasesResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ListDatabases", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListDatabases", in, out, opts...) if err != nil { return nil, err } @@ -11137,7 +11137,7 @@ func (c *milvusServiceClient) ListDatabases(ctx context.Context, in *ListDatabas func (c *milvusServiceClient) ReplicateMessage(ctx context.Context, in *ReplicateMessageRequest, opts ...grpc.CallOption) (*ReplicateMessageResponse, error) { out := new(ReplicateMessageResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.MilvusService/ReplicateMessage", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ReplicateMessage", in, out, opts...) if err != nil { return nil, err } @@ -11498,7 +11498,7 @@ func _MilvusService_CreateCollection_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateCollection(ctx, req.(*CreateCollectionRequest)) @@ -11516,7 +11516,7 @@ func _MilvusService_DropCollection_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/DropCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropCollection(ctx, req.(*DropCollectionRequest)) @@ -11534,7 +11534,7 @@ func _MilvusService_HasCollection_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/HasCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/HasCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).HasCollection(ctx, req.(*HasCollectionRequest)) @@ -11552,7 +11552,7 @@ func _MilvusService_LoadCollection_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/LoadCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/LoadCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).LoadCollection(ctx, req.(*LoadCollectionRequest)) @@ -11570,7 +11570,7 @@ func _MilvusService_ReleaseCollection_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ReleaseCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/ReleaseCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ReleaseCollection(ctx, req.(*ReleaseCollectionRequest)) @@ -11588,7 +11588,7 @@ func _MilvusService_DescribeCollection_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DescribeCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/DescribeCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DescribeCollection(ctx, req.(*DescribeCollectionRequest)) @@ -11606,7 +11606,7 @@ func _MilvusService_GetCollectionStatistics_Handler(srv interface{}, ctx context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetCollectionStatistics", + FullMethod: "/milvus.proto.milvus.MilvusService/GetCollectionStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetCollectionStatistics(ctx, req.(*GetCollectionStatisticsRequest)) @@ -11624,7 +11624,7 @@ func _MilvusService_ShowCollections_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ShowCollections", + FullMethod: "/milvus.proto.milvus.MilvusService/ShowCollections", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ShowCollections(ctx, req.(*ShowCollectionsRequest)) @@ -11642,7 +11642,7 @@ func _MilvusService_AlterCollection_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/AlterCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/AlterCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).AlterCollection(ctx, req.(*AlterCollectionRequest)) @@ -11660,7 +11660,7 @@ func _MilvusService_CreatePartition_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreatePartition", + FullMethod: "/milvus.proto.milvus.MilvusService/CreatePartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreatePartition(ctx, req.(*CreatePartitionRequest)) @@ -11678,7 +11678,7 @@ func _MilvusService_DropPartition_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropPartition", + FullMethod: "/milvus.proto.milvus.MilvusService/DropPartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropPartition(ctx, req.(*DropPartitionRequest)) @@ -11696,7 +11696,7 @@ func _MilvusService_HasPartition_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/HasPartition", + FullMethod: "/milvus.proto.milvus.MilvusService/HasPartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).HasPartition(ctx, req.(*HasPartitionRequest)) @@ -11714,7 +11714,7 @@ func _MilvusService_LoadPartitions_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/LoadPartitions", + FullMethod: "/milvus.proto.milvus.MilvusService/LoadPartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).LoadPartitions(ctx, req.(*LoadPartitionsRequest)) @@ -11732,7 +11732,7 @@ func _MilvusService_ReleasePartitions_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ReleasePartitions", + FullMethod: "/milvus.proto.milvus.MilvusService/ReleasePartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ReleasePartitions(ctx, req.(*ReleasePartitionsRequest)) @@ -11750,7 +11750,7 @@ func _MilvusService_GetPartitionStatistics_Handler(srv interface{}, ctx context. } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetPartitionStatistics", + FullMethod: "/milvus.proto.milvus.MilvusService/GetPartitionStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetPartitionStatistics(ctx, req.(*GetPartitionStatisticsRequest)) @@ -11768,7 +11768,7 @@ func _MilvusService_ShowPartitions_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ShowPartitions", + FullMethod: "/milvus.proto.milvus.MilvusService/ShowPartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ShowPartitions(ctx, req.(*ShowPartitionsRequest)) @@ -11786,7 +11786,7 @@ func _MilvusService_GetLoadingProgress_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetLoadingProgress", + FullMethod: "/milvus.proto.milvus.MilvusService/GetLoadingProgress", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetLoadingProgress(ctx, req.(*GetLoadingProgressRequest)) @@ -11804,7 +11804,7 @@ func _MilvusService_GetLoadState_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetLoadState", + FullMethod: "/milvus.proto.milvus.MilvusService/GetLoadState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetLoadState(ctx, req.(*GetLoadStateRequest)) @@ -11822,7 +11822,7 @@ func _MilvusService_CreateAlias_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateAlias", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateAlias(ctx, req.(*CreateAliasRequest)) @@ -11840,7 +11840,7 @@ func _MilvusService_DropAlias_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropAlias", + FullMethod: "/milvus.proto.milvus.MilvusService/DropAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropAlias(ctx, req.(*DropAliasRequest)) @@ -11858,7 +11858,7 @@ func _MilvusService_AlterAlias_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/AlterAlias", + FullMethod: "/milvus.proto.milvus.MilvusService/AlterAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).AlterAlias(ctx, req.(*AlterAliasRequest)) @@ -11876,7 +11876,7 @@ func _MilvusService_DescribeAlias_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DescribeAlias", + FullMethod: "/milvus.proto.milvus.MilvusService/DescribeAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DescribeAlias(ctx, req.(*DescribeAliasRequest)) @@ -11894,7 +11894,7 @@ func _MilvusService_ListAliases_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ListAliases", + FullMethod: "/milvus.proto.milvus.MilvusService/ListAliases", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ListAliases(ctx, req.(*ListAliasesRequest)) @@ -11912,7 +11912,7 @@ func _MilvusService_CreateIndex_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateIndex", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateIndex(ctx, req.(*CreateIndexRequest)) @@ -11930,7 +11930,7 @@ func _MilvusService_DescribeIndex_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DescribeIndex", + FullMethod: "/milvus.proto.milvus.MilvusService/DescribeIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DescribeIndex(ctx, req.(*DescribeIndexRequest)) @@ -11948,7 +11948,7 @@ func _MilvusService_GetIndexStatistics_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetIndexStatistics", + FullMethod: "/milvus.proto.milvus.MilvusService/GetIndexStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetIndexStatistics(ctx, req.(*GetIndexStatisticsRequest)) @@ -11966,7 +11966,7 @@ func _MilvusService_GetIndexState_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetIndexState", + FullMethod: "/milvus.proto.milvus.MilvusService/GetIndexState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetIndexState(ctx, req.(*GetIndexStateRequest)) @@ -11984,7 +11984,7 @@ func _MilvusService_GetIndexBuildProgress_Handler(srv interface{}, ctx context.C } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetIndexBuildProgress", + FullMethod: "/milvus.proto.milvus.MilvusService/GetIndexBuildProgress", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetIndexBuildProgress(ctx, req.(*GetIndexBuildProgressRequest)) @@ -12002,7 +12002,7 @@ func _MilvusService_DropIndex_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropIndex", + FullMethod: "/milvus.proto.milvus.MilvusService/DropIndex", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropIndex(ctx, req.(*DropIndexRequest)) @@ -12020,7 +12020,7 @@ func _MilvusService_Insert_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Insert", + FullMethod: "/milvus.proto.milvus.MilvusService/Insert", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Insert(ctx, req.(*InsertRequest)) @@ -12038,7 +12038,7 @@ func _MilvusService_Delete_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Delete", + FullMethod: "/milvus.proto.milvus.MilvusService/Delete", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Delete(ctx, req.(*DeleteRequest)) @@ -12056,7 +12056,7 @@ func _MilvusService_Upsert_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Upsert", + FullMethod: "/milvus.proto.milvus.MilvusService/Upsert", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Upsert(ctx, req.(*UpsertRequest)) @@ -12074,7 +12074,7 @@ func _MilvusService_Search_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Search", + FullMethod: "/milvus.proto.milvus.MilvusService/Search", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Search(ctx, req.(*SearchRequest)) @@ -12092,7 +12092,7 @@ func _MilvusService_Flush_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Flush", + FullMethod: "/milvus.proto.milvus.MilvusService/Flush", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Flush(ctx, req.(*FlushRequest)) @@ -12110,7 +12110,7 @@ func _MilvusService_Query_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Query", + FullMethod: "/milvus.proto.milvus.MilvusService/Query", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Query(ctx, req.(*QueryRequest)) @@ -12128,7 +12128,7 @@ func _MilvusService_CalcDistance_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CalcDistance", + FullMethod: "/milvus.proto.milvus.MilvusService/CalcDistance", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CalcDistance(ctx, req.(*CalcDistanceRequest)) @@ -12146,7 +12146,7 @@ func _MilvusService_FlushAll_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/FlushAll", + FullMethod: "/milvus.proto.milvus.MilvusService/FlushAll", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).FlushAll(ctx, req.(*FlushAllRequest)) @@ -12164,7 +12164,7 @@ func _MilvusService_GetFlushState_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetFlushState", + FullMethod: "/milvus.proto.milvus.MilvusService/GetFlushState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetFlushState(ctx, req.(*GetFlushStateRequest)) @@ -12182,7 +12182,7 @@ func _MilvusService_GetFlushAllState_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetFlushAllState", + FullMethod: "/milvus.proto.milvus.MilvusService/GetFlushAllState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetFlushAllState(ctx, req.(*GetFlushAllStateRequest)) @@ -12200,7 +12200,7 @@ func _MilvusService_GetPersistentSegmentInfo_Handler(srv interface{}, ctx contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetPersistentSegmentInfo", + FullMethod: "/milvus.proto.milvus.MilvusService/GetPersistentSegmentInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetPersistentSegmentInfo(ctx, req.(*GetPersistentSegmentInfoRequest)) @@ -12218,7 +12218,7 @@ func _MilvusService_GetQuerySegmentInfo_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetQuerySegmentInfo", + FullMethod: "/milvus.proto.milvus.MilvusService/GetQuerySegmentInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetQuerySegmentInfo(ctx, req.(*GetQuerySegmentInfoRequest)) @@ -12236,7 +12236,7 @@ func _MilvusService_GetReplicas_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetReplicas", + FullMethod: "/milvus.proto.milvus.MilvusService/GetReplicas", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetReplicas(ctx, req.(*GetReplicasRequest)) @@ -12254,7 +12254,7 @@ func _MilvusService_Dummy_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Dummy", + FullMethod: "/milvus.proto.milvus.MilvusService/Dummy", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Dummy(ctx, req.(*DummyRequest)) @@ -12272,7 +12272,7 @@ func _MilvusService_RegisterLink_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/RegisterLink", + FullMethod: "/milvus.proto.milvus.MilvusService/RegisterLink", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).RegisterLink(ctx, req.(*RegisterLinkRequest)) @@ -12290,7 +12290,7 @@ func _MilvusService_GetMetrics_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetMetrics", + FullMethod: "/milvus.proto.milvus.MilvusService/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetMetrics(ctx, req.(*GetMetricsRequest)) @@ -12308,7 +12308,7 @@ func _MilvusService_GetComponentStates_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetComponentStates", + FullMethod: "/milvus.proto.milvus.MilvusService/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetComponentStates(ctx, req.(*GetComponentStatesRequest)) @@ -12326,7 +12326,7 @@ func _MilvusService_LoadBalance_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/LoadBalance", + FullMethod: "/milvus.proto.milvus.MilvusService/LoadBalance", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).LoadBalance(ctx, req.(*LoadBalanceRequest)) @@ -12344,7 +12344,7 @@ func _MilvusService_GetCompactionState_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetCompactionState", + FullMethod: "/milvus.proto.milvus.MilvusService/GetCompactionState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetCompactionState(ctx, req.(*GetCompactionStateRequest)) @@ -12362,7 +12362,7 @@ func _MilvusService_ManualCompaction_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ManualCompaction", + FullMethod: "/milvus.proto.milvus.MilvusService/ManualCompaction", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ManualCompaction(ctx, req.(*ManualCompactionRequest)) @@ -12380,7 +12380,7 @@ func _MilvusService_GetCompactionStateWithPlans_Handler(srv interface{}, ctx con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetCompactionStateWithPlans", + FullMethod: "/milvus.proto.milvus.MilvusService/GetCompactionStateWithPlans", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetCompactionStateWithPlans(ctx, req.(*GetCompactionPlansRequest)) @@ -12398,7 +12398,7 @@ func _MilvusService_Import_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Import", + FullMethod: "/milvus.proto.milvus.MilvusService/Import", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Import(ctx, req.(*ImportRequest)) @@ -12416,7 +12416,7 @@ func _MilvusService_GetImportState_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetImportState", + FullMethod: "/milvus.proto.milvus.MilvusService/GetImportState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetImportState(ctx, req.(*GetImportStateRequest)) @@ -12434,7 +12434,7 @@ func _MilvusService_ListImportTasks_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ListImportTasks", + FullMethod: "/milvus.proto.milvus.MilvusService/ListImportTasks", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ListImportTasks(ctx, req.(*ListImportTasksRequest)) @@ -12452,7 +12452,7 @@ func _MilvusService_CreateCredential_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateCredential", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateCredential(ctx, req.(*CreateCredentialRequest)) @@ -12470,7 +12470,7 @@ func _MilvusService_UpdateCredential_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/UpdateCredential", + FullMethod: "/milvus.proto.milvus.MilvusService/UpdateCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).UpdateCredential(ctx, req.(*UpdateCredentialRequest)) @@ -12488,7 +12488,7 @@ func _MilvusService_DeleteCredential_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DeleteCredential", + FullMethod: "/milvus.proto.milvus.MilvusService/DeleteCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DeleteCredential(ctx, req.(*DeleteCredentialRequest)) @@ -12506,7 +12506,7 @@ func _MilvusService_ListCredUsers_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ListCredUsers", + FullMethod: "/milvus.proto.milvus.MilvusService/ListCredUsers", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ListCredUsers(ctx, req.(*ListCredUsersRequest)) @@ -12524,7 +12524,7 @@ func _MilvusService_CreateRole_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateRole", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateRole(ctx, req.(*CreateRoleRequest)) @@ -12542,7 +12542,7 @@ func _MilvusService_DropRole_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropRole", + FullMethod: "/milvus.proto.milvus.MilvusService/DropRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropRole(ctx, req.(*DropRoleRequest)) @@ -12560,7 +12560,7 @@ func _MilvusService_OperateUserRole_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/OperateUserRole", + FullMethod: "/milvus.proto.milvus.MilvusService/OperateUserRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).OperateUserRole(ctx, req.(*OperateUserRoleRequest)) @@ -12578,7 +12578,7 @@ func _MilvusService_SelectRole_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/SelectRole", + FullMethod: "/milvus.proto.milvus.MilvusService/SelectRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).SelectRole(ctx, req.(*SelectRoleRequest)) @@ -12596,7 +12596,7 @@ func _MilvusService_SelectUser_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/SelectUser", + FullMethod: "/milvus.proto.milvus.MilvusService/SelectUser", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).SelectUser(ctx, req.(*SelectUserRequest)) @@ -12614,7 +12614,7 @@ func _MilvusService_OperatePrivilege_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/OperatePrivilege", + FullMethod: "/milvus.proto.milvus.MilvusService/OperatePrivilege", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).OperatePrivilege(ctx, req.(*OperatePrivilegeRequest)) @@ -12632,7 +12632,7 @@ func _MilvusService_SelectGrant_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/SelectGrant", + FullMethod: "/milvus.proto.milvus.MilvusService/SelectGrant", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).SelectGrant(ctx, req.(*SelectGrantRequest)) @@ -12650,7 +12650,7 @@ func _MilvusService_GetVersion_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/GetVersion", + FullMethod: "/milvus.proto.milvus.MilvusService/GetVersion", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).GetVersion(ctx, req.(*GetVersionRequest)) @@ -12668,7 +12668,7 @@ func _MilvusService_CheckHealth_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CheckHealth", + FullMethod: "/milvus.proto.milvus.MilvusService/CheckHealth", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CheckHealth(ctx, req.(*CheckHealthRequest)) @@ -12686,7 +12686,7 @@ func _MilvusService_CreateResourceGroup_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateResourceGroup", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateResourceGroup", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateResourceGroup(ctx, req.(*CreateResourceGroupRequest)) @@ -12704,7 +12704,7 @@ func _MilvusService_DropResourceGroup_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropResourceGroup", + FullMethod: "/milvus.proto.milvus.MilvusService/DropResourceGroup", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropResourceGroup(ctx, req.(*DropResourceGroupRequest)) @@ -12722,7 +12722,7 @@ func _MilvusService_TransferNode_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/TransferNode", + FullMethod: "/milvus.proto.milvus.MilvusService/TransferNode", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).TransferNode(ctx, req.(*TransferNodeRequest)) @@ -12740,7 +12740,7 @@ func _MilvusService_TransferReplica_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/TransferReplica", + FullMethod: "/milvus.proto.milvus.MilvusService/TransferReplica", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).TransferReplica(ctx, req.(*TransferReplicaRequest)) @@ -12758,7 +12758,7 @@ func _MilvusService_ListResourceGroups_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ListResourceGroups", + FullMethod: "/milvus.proto.milvus.MilvusService/ListResourceGroups", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ListResourceGroups(ctx, req.(*ListResourceGroupsRequest)) @@ -12776,7 +12776,7 @@ func _MilvusService_DescribeResourceGroup_Handler(srv interface{}, ctx context.C } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DescribeResourceGroup", + FullMethod: "/milvus.proto.milvus.MilvusService/DescribeResourceGroup", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DescribeResourceGroup(ctx, req.(*DescribeResourceGroupRequest)) @@ -12794,7 +12794,7 @@ func _MilvusService_RenameCollection_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/RenameCollection", + FullMethod: "/milvus.proto.milvus.MilvusService/RenameCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).RenameCollection(ctx, req.(*RenameCollectionRequest)) @@ -12812,7 +12812,7 @@ func _MilvusService_ListIndexedSegment_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ListIndexedSegment", + FullMethod: "/milvus.proto.milvus.MilvusService/ListIndexedSegment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ListIndexedSegment(ctx, req.(*federpb.ListIndexedSegmentRequest)) @@ -12830,7 +12830,7 @@ func _MilvusService_DescribeSegmentIndexData_Handler(srv interface{}, ctx contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DescribeSegmentIndexData", + FullMethod: "/milvus.proto.milvus.MilvusService/DescribeSegmentIndexData", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DescribeSegmentIndexData(ctx, req.(*federpb.DescribeSegmentIndexDataRequest)) @@ -12848,7 +12848,7 @@ func _MilvusService_Connect_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/Connect", + FullMethod: "/milvus.proto.milvus.MilvusService/Connect", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).Connect(ctx, req.(*ConnectRequest)) @@ -12866,7 +12866,7 @@ func _MilvusService_AllocTimestamp_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/AllocTimestamp", + FullMethod: "/milvus.proto.milvus.MilvusService/AllocTimestamp", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).AllocTimestamp(ctx, req.(*AllocTimestampRequest)) @@ -12884,7 +12884,7 @@ func _MilvusService_CreateDatabase_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/CreateDatabase", + FullMethod: "/milvus.proto.milvus.MilvusService/CreateDatabase", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).CreateDatabase(ctx, req.(*CreateDatabaseRequest)) @@ -12902,7 +12902,7 @@ func _MilvusService_DropDatabase_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/DropDatabase", + FullMethod: "/milvus.proto.milvus.MilvusService/DropDatabase", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).DropDatabase(ctx, req.(*DropDatabaseRequest)) @@ -12920,7 +12920,7 @@ func _MilvusService_ListDatabases_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ListDatabases", + FullMethod: "/milvus.proto.milvus.MilvusService/ListDatabases", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ListDatabases(ctx, req.(*ListDatabasesRequest)) @@ -12938,7 +12938,7 @@ func _MilvusService_ReplicateMessage_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.MilvusService/ReplicateMessage", + FullMethod: "/milvus.proto.milvus.MilvusService/ReplicateMessage", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MilvusServiceServer).ReplicateMessage(ctx, req.(*ReplicateMessageRequest)) @@ -13296,7 +13296,7 @@ func NewProxyServiceClient(cc *grpc.ClientConn) ProxyServiceClient { func (c *proxyServiceClient) RegisterLink(ctx context.Context, in *RegisterLinkRequest, opts ...grpc.CallOption) (*RegisterLinkResponse, error) { out := new(RegisterLinkResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.milvus.ProxyService/RegisterLink", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.ProxyService/RegisterLink", in, out, opts...) if err != nil { return nil, err } @@ -13330,7 +13330,7 @@ func _ProxyService_RegisterLink_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.milvus.ProxyService/RegisterLink", + FullMethod: "/milvus.proto.milvus.ProxyService/RegisterLink", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ProxyServiceServer).RegisterLink(ctx, req.(*RegisterLinkRequest)) diff --git a/proto/v2.2/querypb/query_coord.pb.go b/proto/v2.2/querypb/query_coord.pb.go index 1bc443b..8e76721 100644 --- a/proto/v2.2/querypb/query_coord.pb.go +++ b/proto/v2.2/querypb/query_coord.pb.go @@ -4960,7 +4960,7 @@ func NewQueryCoordClient(cc *grpc.ClientConn) QueryCoordClient { func (c *queryCoordClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -4969,7 +4969,7 @@ func (c *queryCoordClient) GetComponentStates(ctx context.Context, in *milvuspb. func (c *queryCoordClient) GetTimeTickChannel(ctx context.Context, in *internalpb.GetTimeTickChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetTimeTickChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetTimeTickChannel", in, out, opts...) if err != nil { return nil, err } @@ -4978,7 +4978,7 @@ func (c *queryCoordClient) GetTimeTickChannel(ctx context.Context, in *internalp func (c *queryCoordClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -4987,7 +4987,7 @@ func (c *queryCoordClient) GetStatisticsChannel(ctx context.Context, in *interna func (c *queryCoordClient) ShowCollections(ctx context.Context, in *ShowCollectionsRequest, opts ...grpc.CallOption) (*ShowCollectionsResponse, error) { out := new(ShowCollectionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/ShowCollections", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/ShowCollections", in, out, opts...) if err != nil { return nil, err } @@ -4996,7 +4996,7 @@ func (c *queryCoordClient) ShowCollections(ctx context.Context, in *ShowCollecti func (c *queryCoordClient) ShowPartitions(ctx context.Context, in *ShowPartitionsRequest, opts ...grpc.CallOption) (*ShowPartitionsResponse, error) { out := new(ShowPartitionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/ShowPartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/ShowPartitions", in, out, opts...) if err != nil { return nil, err } @@ -5005,7 +5005,7 @@ func (c *queryCoordClient) ShowPartitions(ctx context.Context, in *ShowPartition func (c *queryCoordClient) LoadPartitions(ctx context.Context, in *LoadPartitionsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/LoadPartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/LoadPartitions", in, out, opts...) if err != nil { return nil, err } @@ -5014,7 +5014,7 @@ func (c *queryCoordClient) LoadPartitions(ctx context.Context, in *LoadPartition func (c *queryCoordClient) ReleasePartitions(ctx context.Context, in *ReleasePartitionsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/ReleasePartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/ReleasePartitions", in, out, opts...) if err != nil { return nil, err } @@ -5023,7 +5023,7 @@ func (c *queryCoordClient) ReleasePartitions(ctx context.Context, in *ReleasePar func (c *queryCoordClient) LoadCollection(ctx context.Context, in *LoadCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/LoadCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/LoadCollection", in, out, opts...) if err != nil { return nil, err } @@ -5032,7 +5032,7 @@ func (c *queryCoordClient) LoadCollection(ctx context.Context, in *LoadCollectio func (c *queryCoordClient) ReleaseCollection(ctx context.Context, in *ReleaseCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/ReleaseCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/ReleaseCollection", in, out, opts...) if err != nil { return nil, err } @@ -5041,7 +5041,7 @@ func (c *queryCoordClient) ReleaseCollection(ctx context.Context, in *ReleaseCol func (c *queryCoordClient) SyncNewCreatedPartition(ctx context.Context, in *SyncNewCreatedPartitionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/SyncNewCreatedPartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/SyncNewCreatedPartition", in, out, opts...) if err != nil { return nil, err } @@ -5050,7 +5050,7 @@ func (c *queryCoordClient) SyncNewCreatedPartition(ctx context.Context, in *Sync func (c *queryCoordClient) GetPartitionStates(ctx context.Context, in *GetPartitionStatesRequest, opts ...grpc.CallOption) (*GetPartitionStatesResponse, error) { out := new(GetPartitionStatesResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetPartitionStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetPartitionStates", in, out, opts...) if err != nil { return nil, err } @@ -5059,7 +5059,7 @@ func (c *queryCoordClient) GetPartitionStates(ctx context.Context, in *GetPartit func (c *queryCoordClient) GetSegmentInfo(ctx context.Context, in *GetSegmentInfoRequest, opts ...grpc.CallOption) (*GetSegmentInfoResponse, error) { out := new(GetSegmentInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetSegmentInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetSegmentInfo", in, out, opts...) if err != nil { return nil, err } @@ -5068,7 +5068,7 @@ func (c *queryCoordClient) GetSegmentInfo(ctx context.Context, in *GetSegmentInf func (c *queryCoordClient) LoadBalance(ctx context.Context, in *LoadBalanceRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/LoadBalance", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/LoadBalance", in, out, opts...) if err != nil { return nil, err } @@ -5077,7 +5077,7 @@ func (c *queryCoordClient) LoadBalance(ctx context.Context, in *LoadBalanceReque func (c *queryCoordClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -5086,7 +5086,7 @@ func (c *queryCoordClient) ShowConfigurations(ctx context.Context, in *internalp func (c *queryCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -5095,7 +5095,7 @@ func (c *queryCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetri func (c *queryCoordClient) GetReplicas(ctx context.Context, in *milvuspb.GetReplicasRequest, opts ...grpc.CallOption) (*milvuspb.GetReplicasResponse, error) { out := new(milvuspb.GetReplicasResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetReplicas", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetReplicas", in, out, opts...) if err != nil { return nil, err } @@ -5104,7 +5104,7 @@ func (c *queryCoordClient) GetReplicas(ctx context.Context, in *milvuspb.GetRepl func (c *queryCoordClient) GetShardLeaders(ctx context.Context, in *GetShardLeadersRequest, opts ...grpc.CallOption) (*GetShardLeadersResponse, error) { out := new(GetShardLeadersResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/GetShardLeaders", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/GetShardLeaders", in, out, opts...) if err != nil { return nil, err } @@ -5113,7 +5113,7 @@ func (c *queryCoordClient) GetShardLeaders(ctx context.Context, in *GetShardLead func (c *queryCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHealthRequest, opts ...grpc.CallOption) (*milvuspb.CheckHealthResponse, error) { out := new(milvuspb.CheckHealthResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/CheckHealth", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/CheckHealth", in, out, opts...) if err != nil { return nil, err } @@ -5122,7 +5122,7 @@ func (c *queryCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHe func (c *queryCoordClient) CreateResourceGroup(ctx context.Context, in *milvuspb.CreateResourceGroupRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/CreateResourceGroup", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/CreateResourceGroup", in, out, opts...) if err != nil { return nil, err } @@ -5131,7 +5131,7 @@ func (c *queryCoordClient) CreateResourceGroup(ctx context.Context, in *milvuspb func (c *queryCoordClient) DropResourceGroup(ctx context.Context, in *milvuspb.DropResourceGroupRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/DropResourceGroup", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/DropResourceGroup", in, out, opts...) if err != nil { return nil, err } @@ -5140,7 +5140,7 @@ func (c *queryCoordClient) DropResourceGroup(ctx context.Context, in *milvuspb.D func (c *queryCoordClient) TransferNode(ctx context.Context, in *milvuspb.TransferNodeRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/TransferNode", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/TransferNode", in, out, opts...) if err != nil { return nil, err } @@ -5149,7 +5149,7 @@ func (c *queryCoordClient) TransferNode(ctx context.Context, in *milvuspb.Transf func (c *queryCoordClient) TransferReplica(ctx context.Context, in *TransferReplicaRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/TransferReplica", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/TransferReplica", in, out, opts...) if err != nil { return nil, err } @@ -5158,7 +5158,7 @@ func (c *queryCoordClient) TransferReplica(ctx context.Context, in *TransferRepl func (c *queryCoordClient) ListResourceGroups(ctx context.Context, in *milvuspb.ListResourceGroupsRequest, opts ...grpc.CallOption) (*milvuspb.ListResourceGroupsResponse, error) { out := new(milvuspb.ListResourceGroupsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/ListResourceGroups", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/ListResourceGroups", in, out, opts...) if err != nil { return nil, err } @@ -5167,7 +5167,7 @@ func (c *queryCoordClient) ListResourceGroups(ctx context.Context, in *milvuspb. func (c *queryCoordClient) DescribeResourceGroup(ctx context.Context, in *DescribeResourceGroupRequest, opts ...grpc.CallOption) (*DescribeResourceGroupResponse, error) { out := new(DescribeResourceGroupResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryCoord/DescribeResourceGroup", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryCoord/DescribeResourceGroup", in, out, opts...) if err != nil { return nil, err } @@ -5295,7 +5295,7 @@ func _QueryCoord_GetComponentStates_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetComponentStates", + FullMethod: "/milvus.proto.query.QueryCoord/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -5313,7 +5313,7 @@ func _QueryCoord_GetTimeTickChannel_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetTimeTickChannel", + FullMethod: "/milvus.proto.query.QueryCoord/GetTimeTickChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetTimeTickChannel(ctx, req.(*internalpb.GetTimeTickChannelRequest)) @@ -5331,7 +5331,7 @@ func _QueryCoord_GetStatisticsChannel_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetStatisticsChannel", + FullMethod: "/milvus.proto.query.QueryCoord/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -5349,7 +5349,7 @@ func _QueryCoord_ShowCollections_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/ShowCollections", + FullMethod: "/milvus.proto.query.QueryCoord/ShowCollections", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).ShowCollections(ctx, req.(*ShowCollectionsRequest)) @@ -5367,7 +5367,7 @@ func _QueryCoord_ShowPartitions_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/ShowPartitions", + FullMethod: "/milvus.proto.query.QueryCoord/ShowPartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).ShowPartitions(ctx, req.(*ShowPartitionsRequest)) @@ -5385,7 +5385,7 @@ func _QueryCoord_LoadPartitions_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/LoadPartitions", + FullMethod: "/milvus.proto.query.QueryCoord/LoadPartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).LoadPartitions(ctx, req.(*LoadPartitionsRequest)) @@ -5403,7 +5403,7 @@ func _QueryCoord_ReleasePartitions_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/ReleasePartitions", + FullMethod: "/milvus.proto.query.QueryCoord/ReleasePartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).ReleasePartitions(ctx, req.(*ReleasePartitionsRequest)) @@ -5421,7 +5421,7 @@ func _QueryCoord_LoadCollection_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/LoadCollection", + FullMethod: "/milvus.proto.query.QueryCoord/LoadCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).LoadCollection(ctx, req.(*LoadCollectionRequest)) @@ -5439,7 +5439,7 @@ func _QueryCoord_ReleaseCollection_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/ReleaseCollection", + FullMethod: "/milvus.proto.query.QueryCoord/ReleaseCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).ReleaseCollection(ctx, req.(*ReleaseCollectionRequest)) @@ -5457,7 +5457,7 @@ func _QueryCoord_SyncNewCreatedPartition_Handler(srv interface{}, ctx context.Co } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/SyncNewCreatedPartition", + FullMethod: "/milvus.proto.query.QueryCoord/SyncNewCreatedPartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).SyncNewCreatedPartition(ctx, req.(*SyncNewCreatedPartitionRequest)) @@ -5475,7 +5475,7 @@ func _QueryCoord_GetPartitionStates_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetPartitionStates", + FullMethod: "/milvus.proto.query.QueryCoord/GetPartitionStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetPartitionStates(ctx, req.(*GetPartitionStatesRequest)) @@ -5493,7 +5493,7 @@ func _QueryCoord_GetSegmentInfo_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetSegmentInfo", + FullMethod: "/milvus.proto.query.QueryCoord/GetSegmentInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetSegmentInfo(ctx, req.(*GetSegmentInfoRequest)) @@ -5511,7 +5511,7 @@ func _QueryCoord_LoadBalance_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/LoadBalance", + FullMethod: "/milvus.proto.query.QueryCoord/LoadBalance", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).LoadBalance(ctx, req.(*LoadBalanceRequest)) @@ -5529,7 +5529,7 @@ func _QueryCoord_ShowConfigurations_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/ShowConfigurations", + FullMethod: "/milvus.proto.query.QueryCoord/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -5547,7 +5547,7 @@ func _QueryCoord_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetMetrics", + FullMethod: "/milvus.proto.query.QueryCoord/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) @@ -5565,7 +5565,7 @@ func _QueryCoord_GetReplicas_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetReplicas", + FullMethod: "/milvus.proto.query.QueryCoord/GetReplicas", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetReplicas(ctx, req.(*milvuspb.GetReplicasRequest)) @@ -5583,7 +5583,7 @@ func _QueryCoord_GetShardLeaders_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/GetShardLeaders", + FullMethod: "/milvus.proto.query.QueryCoord/GetShardLeaders", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).GetShardLeaders(ctx, req.(*GetShardLeadersRequest)) @@ -5601,7 +5601,7 @@ func _QueryCoord_CheckHealth_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/CheckHealth", + FullMethod: "/milvus.proto.query.QueryCoord/CheckHealth", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).CheckHealth(ctx, req.(*milvuspb.CheckHealthRequest)) @@ -5619,7 +5619,7 @@ func _QueryCoord_CreateResourceGroup_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/CreateResourceGroup", + FullMethod: "/milvus.proto.query.QueryCoord/CreateResourceGroup", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).CreateResourceGroup(ctx, req.(*milvuspb.CreateResourceGroupRequest)) @@ -5637,7 +5637,7 @@ func _QueryCoord_DropResourceGroup_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/DropResourceGroup", + FullMethod: "/milvus.proto.query.QueryCoord/DropResourceGroup", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).DropResourceGroup(ctx, req.(*milvuspb.DropResourceGroupRequest)) @@ -5655,7 +5655,7 @@ func _QueryCoord_TransferNode_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/TransferNode", + FullMethod: "/milvus.proto.query.QueryCoord/TransferNode", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).TransferNode(ctx, req.(*milvuspb.TransferNodeRequest)) @@ -5673,7 +5673,7 @@ func _QueryCoord_TransferReplica_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/TransferReplica", + FullMethod: "/milvus.proto.query.QueryCoord/TransferReplica", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).TransferReplica(ctx, req.(*TransferReplicaRequest)) @@ -5691,7 +5691,7 @@ func _QueryCoord_ListResourceGroups_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/ListResourceGroups", + FullMethod: "/milvus.proto.query.QueryCoord/ListResourceGroups", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).ListResourceGroups(ctx, req.(*milvuspb.ListResourceGroupsRequest)) @@ -5709,7 +5709,7 @@ func _QueryCoord_DescribeResourceGroup_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryCoord/DescribeResourceGroup", + FullMethod: "/milvus.proto.query.QueryCoord/DescribeResourceGroup", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryCoordServer).DescribeResourceGroup(ctx, req.(*DescribeResourceGroupRequest)) @@ -5863,7 +5863,7 @@ func NewQueryNodeClient(cc *grpc.ClientConn) QueryNodeClient { func (c *queryNodeClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -5872,7 +5872,7 @@ func (c *queryNodeClient) GetComponentStates(ctx context.Context, in *milvuspb.G func (c *queryNodeClient) GetTimeTickChannel(ctx context.Context, in *internalpb.GetTimeTickChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetTimeTickChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetTimeTickChannel", in, out, opts...) if err != nil { return nil, err } @@ -5881,7 +5881,7 @@ func (c *queryNodeClient) GetTimeTickChannel(ctx context.Context, in *internalpb func (c *queryNodeClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -5890,7 +5890,7 @@ func (c *queryNodeClient) GetStatisticsChannel(ctx context.Context, in *internal func (c *queryNodeClient) WatchDmChannels(ctx context.Context, in *WatchDmChannelsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/WatchDmChannels", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/WatchDmChannels", in, out, opts...) if err != nil { return nil, err } @@ -5899,7 +5899,7 @@ func (c *queryNodeClient) WatchDmChannels(ctx context.Context, in *WatchDmChanne func (c *queryNodeClient) UnsubDmChannel(ctx context.Context, in *UnsubDmChannelRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/UnsubDmChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/UnsubDmChannel", in, out, opts...) if err != nil { return nil, err } @@ -5908,7 +5908,7 @@ func (c *queryNodeClient) UnsubDmChannel(ctx context.Context, in *UnsubDmChannel func (c *queryNodeClient) LoadSegments(ctx context.Context, in *LoadSegmentsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/LoadSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/LoadSegments", in, out, opts...) if err != nil { return nil, err } @@ -5917,7 +5917,7 @@ func (c *queryNodeClient) LoadSegments(ctx context.Context, in *LoadSegmentsRequ func (c *queryNodeClient) ReleaseCollection(ctx context.Context, in *ReleaseCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/ReleaseCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/ReleaseCollection", in, out, opts...) if err != nil { return nil, err } @@ -5926,7 +5926,7 @@ func (c *queryNodeClient) ReleaseCollection(ctx context.Context, in *ReleaseColl func (c *queryNodeClient) LoadPartitions(ctx context.Context, in *LoadPartitionsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/LoadPartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/LoadPartitions", in, out, opts...) if err != nil { return nil, err } @@ -5935,7 +5935,7 @@ func (c *queryNodeClient) LoadPartitions(ctx context.Context, in *LoadPartitions func (c *queryNodeClient) ReleasePartitions(ctx context.Context, in *ReleasePartitionsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/ReleasePartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/ReleasePartitions", in, out, opts...) if err != nil { return nil, err } @@ -5944,7 +5944,7 @@ func (c *queryNodeClient) ReleasePartitions(ctx context.Context, in *ReleasePart func (c *queryNodeClient) ReleaseSegments(ctx context.Context, in *ReleaseSegmentsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/ReleaseSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/ReleaseSegments", in, out, opts...) if err != nil { return nil, err } @@ -5953,7 +5953,7 @@ func (c *queryNodeClient) ReleaseSegments(ctx context.Context, in *ReleaseSegmen func (c *queryNodeClient) GetSegmentInfo(ctx context.Context, in *GetSegmentInfoRequest, opts ...grpc.CallOption) (*GetSegmentInfoResponse, error) { out := new(GetSegmentInfoResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetSegmentInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetSegmentInfo", in, out, opts...) if err != nil { return nil, err } @@ -5962,7 +5962,7 @@ func (c *queryNodeClient) GetSegmentInfo(ctx context.Context, in *GetSegmentInfo func (c *queryNodeClient) SyncReplicaSegments(ctx context.Context, in *SyncReplicaSegmentsRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/SyncReplicaSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/SyncReplicaSegments", in, out, opts...) if err != nil { return nil, err } @@ -5971,7 +5971,7 @@ func (c *queryNodeClient) SyncReplicaSegments(ctx context.Context, in *SyncRepli func (c *queryNodeClient) GetStatistics(ctx context.Context, in *GetStatisticsRequest, opts ...grpc.CallOption) (*internalpb.GetStatisticsResponse, error) { out := new(internalpb.GetStatisticsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetStatistics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetStatistics", in, out, opts...) if err != nil { return nil, err } @@ -5980,7 +5980,7 @@ func (c *queryNodeClient) GetStatistics(ctx context.Context, in *GetStatisticsRe func (c *queryNodeClient) Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*internalpb.SearchResults, error) { out := new(internalpb.SearchResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/Search", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/Search", in, out, opts...) if err != nil { return nil, err } @@ -5989,7 +5989,7 @@ func (c *queryNodeClient) Search(ctx context.Context, in *SearchRequest, opts .. func (c *queryNodeClient) SearchSegments(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*internalpb.SearchResults, error) { out := new(internalpb.SearchResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/SearchSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/SearchSegments", in, out, opts...) if err != nil { return nil, err } @@ -5998,7 +5998,7 @@ func (c *queryNodeClient) SearchSegments(ctx context.Context, in *SearchRequest, func (c *queryNodeClient) Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*internalpb.RetrieveResults, error) { out := new(internalpb.RetrieveResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/Query", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/Query", in, out, opts...) if err != nil { return nil, err } @@ -6006,7 +6006,7 @@ func (c *queryNodeClient) Query(ctx context.Context, in *QueryRequest, opts ...g } func (c *queryNodeClient) QueryStream(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (QueryNode_QueryStreamClient, error) { - stream, err := c.cc.NewStream(ctx, &_QueryNode_serviceDesc.Streams[0], "/milvus.protov2.query.QueryNode/QueryStream", opts...) + stream, err := c.cc.NewStream(ctx, &_QueryNode_serviceDesc.Streams[0], "/milvus.proto.query.QueryNode/QueryStream", opts...) if err != nil { return nil, err } @@ -6039,7 +6039,7 @@ func (x *queryNodeQueryStreamClient) Recv() (*internalpb.RetrieveResults, error) func (c *queryNodeClient) QuerySegments(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*internalpb.RetrieveResults, error) { out := new(internalpb.RetrieveResults) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/QuerySegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/QuerySegments", in, out, opts...) if err != nil { return nil, err } @@ -6047,7 +6047,7 @@ func (c *queryNodeClient) QuerySegments(ctx context.Context, in *QueryRequest, o } func (c *queryNodeClient) QueryStreamSegments(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (QueryNode_QueryStreamSegmentsClient, error) { - stream, err := c.cc.NewStream(ctx, &_QueryNode_serviceDesc.Streams[1], "/milvus.protov2.query.QueryNode/QueryStreamSegments", opts...) + stream, err := c.cc.NewStream(ctx, &_QueryNode_serviceDesc.Streams[1], "/milvus.proto.query.QueryNode/QueryStreamSegments", opts...) if err != nil { return nil, err } @@ -6080,7 +6080,7 @@ func (x *queryNodeQueryStreamSegmentsClient) Recv() (*internalpb.RetrieveResults func (c *queryNodeClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -6089,7 +6089,7 @@ func (c *queryNodeClient) ShowConfigurations(ctx context.Context, in *internalpb func (c *queryNodeClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -6098,7 +6098,7 @@ func (c *queryNodeClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetric func (c *queryNodeClient) GetDataDistribution(ctx context.Context, in *GetDataDistributionRequest, opts ...grpc.CallOption) (*GetDataDistributionResponse, error) { out := new(GetDataDistributionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/GetDataDistribution", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/GetDataDistribution", in, out, opts...) if err != nil { return nil, err } @@ -6107,7 +6107,7 @@ func (c *queryNodeClient) GetDataDistribution(ctx context.Context, in *GetDataDi func (c *queryNodeClient) SyncDistribution(ctx context.Context, in *SyncDistributionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/SyncDistribution", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/SyncDistribution", in, out, opts...) if err != nil { return nil, err } @@ -6116,7 +6116,7 @@ func (c *queryNodeClient) SyncDistribution(ctx context.Context, in *SyncDistribu func (c *queryNodeClient) Delete(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.query.QueryNode/Delete", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.query.QueryNode/Delete", in, out, opts...) if err != nil { return nil, err } @@ -6243,7 +6243,7 @@ func _QueryNode_GetComponentStates_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetComponentStates", + FullMethod: "/milvus.proto.query.QueryNode/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -6261,7 +6261,7 @@ func _QueryNode_GetTimeTickChannel_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetTimeTickChannel", + FullMethod: "/milvus.proto.query.QueryNode/GetTimeTickChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetTimeTickChannel(ctx, req.(*internalpb.GetTimeTickChannelRequest)) @@ -6279,7 +6279,7 @@ func _QueryNode_GetStatisticsChannel_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetStatisticsChannel", + FullMethod: "/milvus.proto.query.QueryNode/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -6297,7 +6297,7 @@ func _QueryNode_WatchDmChannels_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/WatchDmChannels", + FullMethod: "/milvus.proto.query.QueryNode/WatchDmChannels", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).WatchDmChannels(ctx, req.(*WatchDmChannelsRequest)) @@ -6315,7 +6315,7 @@ func _QueryNode_UnsubDmChannel_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/UnsubDmChannel", + FullMethod: "/milvus.proto.query.QueryNode/UnsubDmChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).UnsubDmChannel(ctx, req.(*UnsubDmChannelRequest)) @@ -6333,7 +6333,7 @@ func _QueryNode_LoadSegments_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/LoadSegments", + FullMethod: "/milvus.proto.query.QueryNode/LoadSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).LoadSegments(ctx, req.(*LoadSegmentsRequest)) @@ -6351,7 +6351,7 @@ func _QueryNode_ReleaseCollection_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/ReleaseCollection", + FullMethod: "/milvus.proto.query.QueryNode/ReleaseCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).ReleaseCollection(ctx, req.(*ReleaseCollectionRequest)) @@ -6369,7 +6369,7 @@ func _QueryNode_LoadPartitions_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/LoadPartitions", + FullMethod: "/milvus.proto.query.QueryNode/LoadPartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).LoadPartitions(ctx, req.(*LoadPartitionsRequest)) @@ -6387,7 +6387,7 @@ func _QueryNode_ReleasePartitions_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/ReleasePartitions", + FullMethod: "/milvus.proto.query.QueryNode/ReleasePartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).ReleasePartitions(ctx, req.(*ReleasePartitionsRequest)) @@ -6405,7 +6405,7 @@ func _QueryNode_ReleaseSegments_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/ReleaseSegments", + FullMethod: "/milvus.proto.query.QueryNode/ReleaseSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).ReleaseSegments(ctx, req.(*ReleaseSegmentsRequest)) @@ -6423,7 +6423,7 @@ func _QueryNode_GetSegmentInfo_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetSegmentInfo", + FullMethod: "/milvus.proto.query.QueryNode/GetSegmentInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetSegmentInfo(ctx, req.(*GetSegmentInfoRequest)) @@ -6441,7 +6441,7 @@ func _QueryNode_SyncReplicaSegments_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/SyncReplicaSegments", + FullMethod: "/milvus.proto.query.QueryNode/SyncReplicaSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).SyncReplicaSegments(ctx, req.(*SyncReplicaSegmentsRequest)) @@ -6459,7 +6459,7 @@ func _QueryNode_GetStatistics_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetStatistics", + FullMethod: "/milvus.proto.query.QueryNode/GetStatistics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetStatistics(ctx, req.(*GetStatisticsRequest)) @@ -6477,7 +6477,7 @@ func _QueryNode_Search_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/Search", + FullMethod: "/milvus.proto.query.QueryNode/Search", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).Search(ctx, req.(*SearchRequest)) @@ -6495,7 +6495,7 @@ func _QueryNode_SearchSegments_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/SearchSegments", + FullMethod: "/milvus.proto.query.QueryNode/SearchSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).SearchSegments(ctx, req.(*SearchRequest)) @@ -6513,7 +6513,7 @@ func _QueryNode_Query_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/Query", + FullMethod: "/milvus.proto.query.QueryNode/Query", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).Query(ctx, req.(*QueryRequest)) @@ -6552,7 +6552,7 @@ func _QueryNode_QuerySegments_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/QuerySegments", + FullMethod: "/milvus.proto.query.QueryNode/QuerySegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).QuerySegments(ctx, req.(*QueryRequest)) @@ -6591,7 +6591,7 @@ func _QueryNode_ShowConfigurations_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/ShowConfigurations", + FullMethod: "/milvus.proto.query.QueryNode/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -6609,7 +6609,7 @@ func _QueryNode_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetMetrics", + FullMethod: "/milvus.proto.query.QueryNode/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) @@ -6627,7 +6627,7 @@ func _QueryNode_GetDataDistribution_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/GetDataDistribution", + FullMethod: "/milvus.proto.query.QueryNode/GetDataDistribution", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).GetDataDistribution(ctx, req.(*GetDataDistributionRequest)) @@ -6645,7 +6645,7 @@ func _QueryNode_SyncDistribution_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/SyncDistribution", + FullMethod: "/milvus.proto.query.QueryNode/SyncDistribution", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).SyncDistribution(ctx, req.(*SyncDistributionRequest)) @@ -6663,7 +6663,7 @@ func _QueryNode_Delete_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.query.QueryNode/Delete", + FullMethod: "/milvus.proto.query.QueryNode/Delete", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryNodeServer).Delete(ctx, req.(*DeleteRequest)) diff --git a/proto/v2.2/rootcoordpb/root_coord.pb.go b/proto/v2.2/rootcoordpb/root_coord.pb.go index 6e14df9..c75c516 100644 --- a/proto/v2.2/rootcoordpb/root_coord.pb.go +++ b/proto/v2.2/rootcoordpb/root_coord.pb.go @@ -902,7 +902,7 @@ func NewRootCoordClient(cc *grpc.ClientConn) RootCoordClient { func (c *rootCoordClient) GetComponentStates(ctx context.Context, in *milvuspb.GetComponentStatesRequest, opts ...grpc.CallOption) (*milvuspb.ComponentStates, error) { out := new(milvuspb.ComponentStates) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/GetComponentStates", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetComponentStates", in, out, opts...) if err != nil { return nil, err } @@ -911,7 +911,7 @@ func (c *rootCoordClient) GetComponentStates(ctx context.Context, in *milvuspb.G func (c *rootCoordClient) GetTimeTickChannel(ctx context.Context, in *internalpb.GetTimeTickChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/GetTimeTickChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetTimeTickChannel", in, out, opts...) if err != nil { return nil, err } @@ -920,7 +920,7 @@ func (c *rootCoordClient) GetTimeTickChannel(ctx context.Context, in *internalpb func (c *rootCoordClient) GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error) { out := new(milvuspb.StringResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/GetStatisticsChannel", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetStatisticsChannel", in, out, opts...) if err != nil { return nil, err } @@ -929,7 +929,7 @@ func (c *rootCoordClient) GetStatisticsChannel(ctx context.Context, in *internal func (c *rootCoordClient) CreateCollection(ctx context.Context, in *milvuspb.CreateCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CreateCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CreateCollection", in, out, opts...) if err != nil { return nil, err } @@ -938,7 +938,7 @@ func (c *rootCoordClient) CreateCollection(ctx context.Context, in *milvuspb.Cre func (c *rootCoordClient) DropCollection(ctx context.Context, in *milvuspb.DropCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DropCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DropCollection", in, out, opts...) if err != nil { return nil, err } @@ -947,7 +947,7 @@ func (c *rootCoordClient) DropCollection(ctx context.Context, in *milvuspb.DropC func (c *rootCoordClient) HasCollection(ctx context.Context, in *milvuspb.HasCollectionRequest, opts ...grpc.CallOption) (*milvuspb.BoolResponse, error) { out := new(milvuspb.BoolResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/HasCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/HasCollection", in, out, opts...) if err != nil { return nil, err } @@ -956,7 +956,7 @@ func (c *rootCoordClient) HasCollection(ctx context.Context, in *milvuspb.HasCol func (c *rootCoordClient) DescribeCollection(ctx context.Context, in *milvuspb.DescribeCollectionRequest, opts ...grpc.CallOption) (*milvuspb.DescribeCollectionResponse, error) { out := new(milvuspb.DescribeCollectionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DescribeCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DescribeCollection", in, out, opts...) if err != nil { return nil, err } @@ -965,7 +965,7 @@ func (c *rootCoordClient) DescribeCollection(ctx context.Context, in *milvuspb.D func (c *rootCoordClient) DescribeCollectionInternal(ctx context.Context, in *milvuspb.DescribeCollectionRequest, opts ...grpc.CallOption) (*milvuspb.DescribeCollectionResponse, error) { out := new(milvuspb.DescribeCollectionResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DescribeCollectionInternal", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DescribeCollectionInternal", in, out, opts...) if err != nil { return nil, err } @@ -974,7 +974,7 @@ func (c *rootCoordClient) DescribeCollectionInternal(ctx context.Context, in *mi func (c *rootCoordClient) CreateAlias(ctx context.Context, in *milvuspb.CreateAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CreateAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CreateAlias", in, out, opts...) if err != nil { return nil, err } @@ -983,7 +983,7 @@ func (c *rootCoordClient) CreateAlias(ctx context.Context, in *milvuspb.CreateAl func (c *rootCoordClient) DropAlias(ctx context.Context, in *milvuspb.DropAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DropAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DropAlias", in, out, opts...) if err != nil { return nil, err } @@ -992,7 +992,7 @@ func (c *rootCoordClient) DropAlias(ctx context.Context, in *milvuspb.DropAliasR func (c *rootCoordClient) AlterAlias(ctx context.Context, in *milvuspb.AlterAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/AlterAlias", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/AlterAlias", in, out, opts...) if err != nil { return nil, err } @@ -1001,7 +1001,7 @@ func (c *rootCoordClient) AlterAlias(ctx context.Context, in *milvuspb.AlterAlia func (c *rootCoordClient) ShowCollections(ctx context.Context, in *milvuspb.ShowCollectionsRequest, opts ...grpc.CallOption) (*milvuspb.ShowCollectionsResponse, error) { out := new(milvuspb.ShowCollectionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ShowCollections", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ShowCollections", in, out, opts...) if err != nil { return nil, err } @@ -1010,7 +1010,7 @@ func (c *rootCoordClient) ShowCollections(ctx context.Context, in *milvuspb.Show func (c *rootCoordClient) AlterCollection(ctx context.Context, in *milvuspb.AlterCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/AlterCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/AlterCollection", in, out, opts...) if err != nil { return nil, err } @@ -1019,7 +1019,7 @@ func (c *rootCoordClient) AlterCollection(ctx context.Context, in *milvuspb.Alte func (c *rootCoordClient) CreatePartition(ctx context.Context, in *milvuspb.CreatePartitionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CreatePartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CreatePartition", in, out, opts...) if err != nil { return nil, err } @@ -1028,7 +1028,7 @@ func (c *rootCoordClient) CreatePartition(ctx context.Context, in *milvuspb.Crea func (c *rootCoordClient) DropPartition(ctx context.Context, in *milvuspb.DropPartitionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DropPartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DropPartition", in, out, opts...) if err != nil { return nil, err } @@ -1037,7 +1037,7 @@ func (c *rootCoordClient) DropPartition(ctx context.Context, in *milvuspb.DropPa func (c *rootCoordClient) HasPartition(ctx context.Context, in *milvuspb.HasPartitionRequest, opts ...grpc.CallOption) (*milvuspb.BoolResponse, error) { out := new(milvuspb.BoolResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/HasPartition", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/HasPartition", in, out, opts...) if err != nil { return nil, err } @@ -1046,7 +1046,7 @@ func (c *rootCoordClient) HasPartition(ctx context.Context, in *milvuspb.HasPart func (c *rootCoordClient) ShowPartitions(ctx context.Context, in *milvuspb.ShowPartitionsRequest, opts ...grpc.CallOption) (*milvuspb.ShowPartitionsResponse, error) { out := new(milvuspb.ShowPartitionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ShowPartitions", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ShowPartitions", in, out, opts...) if err != nil { return nil, err } @@ -1055,7 +1055,7 @@ func (c *rootCoordClient) ShowPartitions(ctx context.Context, in *milvuspb.ShowP func (c *rootCoordClient) ShowPartitionsInternal(ctx context.Context, in *milvuspb.ShowPartitionsRequest, opts ...grpc.CallOption) (*milvuspb.ShowPartitionsResponse, error) { out := new(milvuspb.ShowPartitionsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ShowPartitionsInternal", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ShowPartitionsInternal", in, out, opts...) if err != nil { return nil, err } @@ -1064,7 +1064,7 @@ func (c *rootCoordClient) ShowPartitionsInternal(ctx context.Context, in *milvus func (c *rootCoordClient) ShowSegments(ctx context.Context, in *milvuspb.ShowSegmentsRequest, opts ...grpc.CallOption) (*milvuspb.ShowSegmentsResponse, error) { out := new(milvuspb.ShowSegmentsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ShowSegments", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ShowSegments", in, out, opts...) if err != nil { return nil, err } @@ -1073,7 +1073,7 @@ func (c *rootCoordClient) ShowSegments(ctx context.Context, in *milvuspb.ShowSeg func (c *rootCoordClient) AllocTimestamp(ctx context.Context, in *AllocTimestampRequest, opts ...grpc.CallOption) (*AllocTimestampResponse, error) { out := new(AllocTimestampResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/AllocTimestamp", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/AllocTimestamp", in, out, opts...) if err != nil { return nil, err } @@ -1082,7 +1082,7 @@ func (c *rootCoordClient) AllocTimestamp(ctx context.Context, in *AllocTimestamp func (c *rootCoordClient) AllocID(ctx context.Context, in *AllocIDRequest, opts ...grpc.CallOption) (*AllocIDResponse, error) { out := new(AllocIDResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/AllocID", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/AllocID", in, out, opts...) if err != nil { return nil, err } @@ -1091,7 +1091,7 @@ func (c *rootCoordClient) AllocID(ctx context.Context, in *AllocIDRequest, opts func (c *rootCoordClient) UpdateChannelTimeTick(ctx context.Context, in *internalpb.ChannelTimeTickMsg, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/UpdateChannelTimeTick", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/UpdateChannelTimeTick", in, out, opts...) if err != nil { return nil, err } @@ -1100,7 +1100,7 @@ func (c *rootCoordClient) UpdateChannelTimeTick(ctx context.Context, in *interna func (c *rootCoordClient) InvalidateCollectionMetaCache(ctx context.Context, in *proxypb.InvalidateCollMetaCacheRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/InvalidateCollectionMetaCache", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/InvalidateCollectionMetaCache", in, out, opts...) if err != nil { return nil, err } @@ -1109,7 +1109,7 @@ func (c *rootCoordClient) InvalidateCollectionMetaCache(ctx context.Context, in func (c *rootCoordClient) ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error) { out := new(internalpb.ShowConfigurationsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ShowConfigurations", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ShowConfigurations", in, out, opts...) if err != nil { return nil, err } @@ -1118,7 +1118,7 @@ func (c *rootCoordClient) ShowConfigurations(ctx context.Context, in *internalpb func (c *rootCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) { out := new(milvuspb.GetMetricsResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/GetMetrics", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetMetrics", in, out, opts...) if err != nil { return nil, err } @@ -1127,7 +1127,7 @@ func (c *rootCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetric func (c *rootCoordClient) Import(ctx context.Context, in *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error) { out := new(milvuspb.ImportResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/Import", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/Import", in, out, opts...) if err != nil { return nil, err } @@ -1136,7 +1136,7 @@ func (c *rootCoordClient) Import(ctx context.Context, in *milvuspb.ImportRequest func (c *rootCoordClient) GetImportState(ctx context.Context, in *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error) { out := new(milvuspb.GetImportStateResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/GetImportState", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetImportState", in, out, opts...) if err != nil { return nil, err } @@ -1145,7 +1145,7 @@ func (c *rootCoordClient) GetImportState(ctx context.Context, in *milvuspb.GetIm func (c *rootCoordClient) ListImportTasks(ctx context.Context, in *milvuspb.ListImportTasksRequest, opts ...grpc.CallOption) (*milvuspb.ListImportTasksResponse, error) { out := new(milvuspb.ListImportTasksResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ListImportTasks", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ListImportTasks", in, out, opts...) if err != nil { return nil, err } @@ -1154,7 +1154,7 @@ func (c *rootCoordClient) ListImportTasks(ctx context.Context, in *milvuspb.List func (c *rootCoordClient) ReportImport(ctx context.Context, in *ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ReportImport", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ReportImport", in, out, opts...) if err != nil { return nil, err } @@ -1163,7 +1163,7 @@ func (c *rootCoordClient) ReportImport(ctx context.Context, in *ImportResult, op func (c *rootCoordClient) CreateCredential(ctx context.Context, in *internalpb.CredentialInfo, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CreateCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CreateCredential", in, out, opts...) if err != nil { return nil, err } @@ -1172,7 +1172,7 @@ func (c *rootCoordClient) CreateCredential(ctx context.Context, in *internalpb.C func (c *rootCoordClient) UpdateCredential(ctx context.Context, in *internalpb.CredentialInfo, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/UpdateCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/UpdateCredential", in, out, opts...) if err != nil { return nil, err } @@ -1181,7 +1181,7 @@ func (c *rootCoordClient) UpdateCredential(ctx context.Context, in *internalpb.C func (c *rootCoordClient) DeleteCredential(ctx context.Context, in *milvuspb.DeleteCredentialRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DeleteCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DeleteCredential", in, out, opts...) if err != nil { return nil, err } @@ -1190,7 +1190,7 @@ func (c *rootCoordClient) DeleteCredential(ctx context.Context, in *milvuspb.Del func (c *rootCoordClient) ListCredUsers(ctx context.Context, in *milvuspb.ListCredUsersRequest, opts ...grpc.CallOption) (*milvuspb.ListCredUsersResponse, error) { out := new(milvuspb.ListCredUsersResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ListCredUsers", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ListCredUsers", in, out, opts...) if err != nil { return nil, err } @@ -1199,7 +1199,7 @@ func (c *rootCoordClient) ListCredUsers(ctx context.Context, in *milvuspb.ListCr func (c *rootCoordClient) GetCredential(ctx context.Context, in *GetCredentialRequest, opts ...grpc.CallOption) (*GetCredentialResponse, error) { out := new(GetCredentialResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/GetCredential", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetCredential", in, out, opts...) if err != nil { return nil, err } @@ -1208,7 +1208,7 @@ func (c *rootCoordClient) GetCredential(ctx context.Context, in *GetCredentialRe func (c *rootCoordClient) CreateRole(ctx context.Context, in *milvuspb.CreateRoleRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CreateRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CreateRole", in, out, opts...) if err != nil { return nil, err } @@ -1217,7 +1217,7 @@ func (c *rootCoordClient) CreateRole(ctx context.Context, in *milvuspb.CreateRol func (c *rootCoordClient) DropRole(ctx context.Context, in *milvuspb.DropRoleRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DropRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DropRole", in, out, opts...) if err != nil { return nil, err } @@ -1226,7 +1226,7 @@ func (c *rootCoordClient) DropRole(ctx context.Context, in *milvuspb.DropRoleReq func (c *rootCoordClient) OperateUserRole(ctx context.Context, in *milvuspb.OperateUserRoleRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/OperateUserRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/OperateUserRole", in, out, opts...) if err != nil { return nil, err } @@ -1235,7 +1235,7 @@ func (c *rootCoordClient) OperateUserRole(ctx context.Context, in *milvuspb.Oper func (c *rootCoordClient) SelectRole(ctx context.Context, in *milvuspb.SelectRoleRequest, opts ...grpc.CallOption) (*milvuspb.SelectRoleResponse, error) { out := new(milvuspb.SelectRoleResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/SelectRole", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/SelectRole", in, out, opts...) if err != nil { return nil, err } @@ -1244,7 +1244,7 @@ func (c *rootCoordClient) SelectRole(ctx context.Context, in *milvuspb.SelectRol func (c *rootCoordClient) SelectUser(ctx context.Context, in *milvuspb.SelectUserRequest, opts ...grpc.CallOption) (*milvuspb.SelectUserResponse, error) { out := new(milvuspb.SelectUserResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/SelectUser", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/SelectUser", in, out, opts...) if err != nil { return nil, err } @@ -1253,7 +1253,7 @@ func (c *rootCoordClient) SelectUser(ctx context.Context, in *milvuspb.SelectUse func (c *rootCoordClient) OperatePrivilege(ctx context.Context, in *milvuspb.OperatePrivilegeRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/OperatePrivilege", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/OperatePrivilege", in, out, opts...) if err != nil { return nil, err } @@ -1262,7 +1262,7 @@ func (c *rootCoordClient) OperatePrivilege(ctx context.Context, in *milvuspb.Ope func (c *rootCoordClient) SelectGrant(ctx context.Context, in *milvuspb.SelectGrantRequest, opts ...grpc.CallOption) (*milvuspb.SelectGrantResponse, error) { out := new(milvuspb.SelectGrantResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/SelectGrant", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/SelectGrant", in, out, opts...) if err != nil { return nil, err } @@ -1271,7 +1271,7 @@ func (c *rootCoordClient) SelectGrant(ctx context.Context, in *milvuspb.SelectGr func (c *rootCoordClient) ListPolicy(ctx context.Context, in *internalpb.ListPolicyRequest, opts ...grpc.CallOption) (*internalpb.ListPolicyResponse, error) { out := new(internalpb.ListPolicyResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ListPolicy", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ListPolicy", in, out, opts...) if err != nil { return nil, err } @@ -1280,7 +1280,7 @@ func (c *rootCoordClient) ListPolicy(ctx context.Context, in *internalpb.ListPol func (c *rootCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHealthRequest, opts ...grpc.CallOption) (*milvuspb.CheckHealthResponse, error) { out := new(milvuspb.CheckHealthResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CheckHealth", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CheckHealth", in, out, opts...) if err != nil { return nil, err } @@ -1289,7 +1289,7 @@ func (c *rootCoordClient) CheckHealth(ctx context.Context, in *milvuspb.CheckHea func (c *rootCoordClient) RenameCollection(ctx context.Context, in *milvuspb.RenameCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/RenameCollection", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/RenameCollection", in, out, opts...) if err != nil { return nil, err } @@ -1298,7 +1298,7 @@ func (c *rootCoordClient) RenameCollection(ctx context.Context, in *milvuspb.Ren func (c *rootCoordClient) CreateDatabase(ctx context.Context, in *milvuspb.CreateDatabaseRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/CreateDatabase", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/CreateDatabase", in, out, opts...) if err != nil { return nil, err } @@ -1307,7 +1307,7 @@ func (c *rootCoordClient) CreateDatabase(ctx context.Context, in *milvuspb.Creat func (c *rootCoordClient) DropDatabase(ctx context.Context, in *milvuspb.DropDatabaseRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/DropDatabase", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/DropDatabase", in, out, opts...) if err != nil { return nil, err } @@ -1316,7 +1316,7 @@ func (c *rootCoordClient) DropDatabase(ctx context.Context, in *milvuspb.DropDat func (c *rootCoordClient) ListDatabases(ctx context.Context, in *milvuspb.ListDatabasesRequest, opts ...grpc.CallOption) (*milvuspb.ListDatabasesResponse, error) { out := new(milvuspb.ListDatabasesResponse) - err := c.cc.Invoke(ctx, "/milvus.protov2.rootcoord.RootCoord/ListDatabases", in, out, opts...) + err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ListDatabases", in, out, opts...) if err != nil { return nil, err } @@ -1586,7 +1586,7 @@ func _RootCoord_GetComponentStates_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/GetComponentStates", + FullMethod: "/milvus.proto.rootcoord.RootCoord/GetComponentStates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).GetComponentStates(ctx, req.(*milvuspb.GetComponentStatesRequest)) @@ -1604,7 +1604,7 @@ func _RootCoord_GetTimeTickChannel_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/GetTimeTickChannel", + FullMethod: "/milvus.proto.rootcoord.RootCoord/GetTimeTickChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).GetTimeTickChannel(ctx, req.(*internalpb.GetTimeTickChannelRequest)) @@ -1622,7 +1622,7 @@ func _RootCoord_GetStatisticsChannel_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/GetStatisticsChannel", + FullMethod: "/milvus.proto.rootcoord.RootCoord/GetStatisticsChannel", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).GetStatisticsChannel(ctx, req.(*internalpb.GetStatisticsChannelRequest)) @@ -1640,7 +1640,7 @@ func _RootCoord_CreateCollection_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CreateCollection", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CreateCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CreateCollection(ctx, req.(*milvuspb.CreateCollectionRequest)) @@ -1658,7 +1658,7 @@ func _RootCoord_DropCollection_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DropCollection", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DropCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DropCollection(ctx, req.(*milvuspb.DropCollectionRequest)) @@ -1676,7 +1676,7 @@ func _RootCoord_HasCollection_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/HasCollection", + FullMethod: "/milvus.proto.rootcoord.RootCoord/HasCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).HasCollection(ctx, req.(*milvuspb.HasCollectionRequest)) @@ -1694,7 +1694,7 @@ func _RootCoord_DescribeCollection_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DescribeCollection", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DescribeCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DescribeCollection(ctx, req.(*milvuspb.DescribeCollectionRequest)) @@ -1712,7 +1712,7 @@ func _RootCoord_DescribeCollectionInternal_Handler(srv interface{}, ctx context. } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DescribeCollectionInternal", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DescribeCollectionInternal", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DescribeCollectionInternal(ctx, req.(*milvuspb.DescribeCollectionRequest)) @@ -1730,7 +1730,7 @@ func _RootCoord_CreateAlias_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CreateAlias", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CreateAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CreateAlias(ctx, req.(*milvuspb.CreateAliasRequest)) @@ -1748,7 +1748,7 @@ func _RootCoord_DropAlias_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DropAlias", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DropAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DropAlias(ctx, req.(*milvuspb.DropAliasRequest)) @@ -1766,7 +1766,7 @@ func _RootCoord_AlterAlias_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/AlterAlias", + FullMethod: "/milvus.proto.rootcoord.RootCoord/AlterAlias", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).AlterAlias(ctx, req.(*milvuspb.AlterAliasRequest)) @@ -1784,7 +1784,7 @@ func _RootCoord_ShowCollections_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ShowCollections", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ShowCollections", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ShowCollections(ctx, req.(*milvuspb.ShowCollectionsRequest)) @@ -1802,7 +1802,7 @@ func _RootCoord_AlterCollection_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/AlterCollection", + FullMethod: "/milvus.proto.rootcoord.RootCoord/AlterCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).AlterCollection(ctx, req.(*milvuspb.AlterCollectionRequest)) @@ -1820,7 +1820,7 @@ func _RootCoord_CreatePartition_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CreatePartition", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CreatePartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CreatePartition(ctx, req.(*milvuspb.CreatePartitionRequest)) @@ -1838,7 +1838,7 @@ func _RootCoord_DropPartition_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DropPartition", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DropPartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DropPartition(ctx, req.(*milvuspb.DropPartitionRequest)) @@ -1856,7 +1856,7 @@ func _RootCoord_HasPartition_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/HasPartition", + FullMethod: "/milvus.proto.rootcoord.RootCoord/HasPartition", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).HasPartition(ctx, req.(*milvuspb.HasPartitionRequest)) @@ -1874,7 +1874,7 @@ func _RootCoord_ShowPartitions_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ShowPartitions", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ShowPartitions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ShowPartitions(ctx, req.(*milvuspb.ShowPartitionsRequest)) @@ -1892,7 +1892,7 @@ func _RootCoord_ShowPartitionsInternal_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ShowPartitionsInternal", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ShowPartitionsInternal", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ShowPartitionsInternal(ctx, req.(*milvuspb.ShowPartitionsRequest)) @@ -1910,7 +1910,7 @@ func _RootCoord_ShowSegments_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ShowSegments", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ShowSegments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ShowSegments(ctx, req.(*milvuspb.ShowSegmentsRequest)) @@ -1928,7 +1928,7 @@ func _RootCoord_AllocTimestamp_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/AllocTimestamp", + FullMethod: "/milvus.proto.rootcoord.RootCoord/AllocTimestamp", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).AllocTimestamp(ctx, req.(*AllocTimestampRequest)) @@ -1946,7 +1946,7 @@ func _RootCoord_AllocID_Handler(srv interface{}, ctx context.Context, dec func(i } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/AllocID", + FullMethod: "/milvus.proto.rootcoord.RootCoord/AllocID", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).AllocID(ctx, req.(*AllocIDRequest)) @@ -1964,7 +1964,7 @@ func _RootCoord_UpdateChannelTimeTick_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/UpdateChannelTimeTick", + FullMethod: "/milvus.proto.rootcoord.RootCoord/UpdateChannelTimeTick", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).UpdateChannelTimeTick(ctx, req.(*internalpb.ChannelTimeTickMsg)) @@ -1982,7 +1982,7 @@ func _RootCoord_InvalidateCollectionMetaCache_Handler(srv interface{}, ctx conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/InvalidateCollectionMetaCache", + FullMethod: "/milvus.proto.rootcoord.RootCoord/InvalidateCollectionMetaCache", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).InvalidateCollectionMetaCache(ctx, req.(*proxypb.InvalidateCollMetaCacheRequest)) @@ -2000,7 +2000,7 @@ func _RootCoord_ShowConfigurations_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ShowConfigurations", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ShowConfigurations", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ShowConfigurations(ctx, req.(*internalpb.ShowConfigurationsRequest)) @@ -2018,7 +2018,7 @@ func _RootCoord_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/GetMetrics", + FullMethod: "/milvus.proto.rootcoord.RootCoord/GetMetrics", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).GetMetrics(ctx, req.(*milvuspb.GetMetricsRequest)) @@ -2036,7 +2036,7 @@ func _RootCoord_Import_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/Import", + FullMethod: "/milvus.proto.rootcoord.RootCoord/Import", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).Import(ctx, req.(*milvuspb.ImportRequest)) @@ -2054,7 +2054,7 @@ func _RootCoord_GetImportState_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/GetImportState", + FullMethod: "/milvus.proto.rootcoord.RootCoord/GetImportState", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).GetImportState(ctx, req.(*milvuspb.GetImportStateRequest)) @@ -2072,7 +2072,7 @@ func _RootCoord_ListImportTasks_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ListImportTasks", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ListImportTasks", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ListImportTasks(ctx, req.(*milvuspb.ListImportTasksRequest)) @@ -2090,7 +2090,7 @@ func _RootCoord_ReportImport_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ReportImport", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ReportImport", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ReportImport(ctx, req.(*ImportResult)) @@ -2108,7 +2108,7 @@ func _RootCoord_CreateCredential_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CreateCredential", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CreateCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CreateCredential(ctx, req.(*internalpb.CredentialInfo)) @@ -2126,7 +2126,7 @@ func _RootCoord_UpdateCredential_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/UpdateCredential", + FullMethod: "/milvus.proto.rootcoord.RootCoord/UpdateCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).UpdateCredential(ctx, req.(*internalpb.CredentialInfo)) @@ -2144,7 +2144,7 @@ func _RootCoord_DeleteCredential_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DeleteCredential", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DeleteCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DeleteCredential(ctx, req.(*milvuspb.DeleteCredentialRequest)) @@ -2162,7 +2162,7 @@ func _RootCoord_ListCredUsers_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ListCredUsers", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ListCredUsers", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ListCredUsers(ctx, req.(*milvuspb.ListCredUsersRequest)) @@ -2180,7 +2180,7 @@ func _RootCoord_GetCredential_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/GetCredential", + FullMethod: "/milvus.proto.rootcoord.RootCoord/GetCredential", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).GetCredential(ctx, req.(*GetCredentialRequest)) @@ -2198,7 +2198,7 @@ func _RootCoord_CreateRole_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CreateRole", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CreateRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CreateRole(ctx, req.(*milvuspb.CreateRoleRequest)) @@ -2216,7 +2216,7 @@ func _RootCoord_DropRole_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DropRole", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DropRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DropRole(ctx, req.(*milvuspb.DropRoleRequest)) @@ -2234,7 +2234,7 @@ func _RootCoord_OperateUserRole_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/OperateUserRole", + FullMethod: "/milvus.proto.rootcoord.RootCoord/OperateUserRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).OperateUserRole(ctx, req.(*milvuspb.OperateUserRoleRequest)) @@ -2252,7 +2252,7 @@ func _RootCoord_SelectRole_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/SelectRole", + FullMethod: "/milvus.proto.rootcoord.RootCoord/SelectRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).SelectRole(ctx, req.(*milvuspb.SelectRoleRequest)) @@ -2270,7 +2270,7 @@ func _RootCoord_SelectUser_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/SelectUser", + FullMethod: "/milvus.proto.rootcoord.RootCoord/SelectUser", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).SelectUser(ctx, req.(*milvuspb.SelectUserRequest)) @@ -2288,7 +2288,7 @@ func _RootCoord_OperatePrivilege_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/OperatePrivilege", + FullMethod: "/milvus.proto.rootcoord.RootCoord/OperatePrivilege", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).OperatePrivilege(ctx, req.(*milvuspb.OperatePrivilegeRequest)) @@ -2306,7 +2306,7 @@ func _RootCoord_SelectGrant_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/SelectGrant", + FullMethod: "/milvus.proto.rootcoord.RootCoord/SelectGrant", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).SelectGrant(ctx, req.(*milvuspb.SelectGrantRequest)) @@ -2324,7 +2324,7 @@ func _RootCoord_ListPolicy_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ListPolicy", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ListPolicy", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ListPolicy(ctx, req.(*internalpb.ListPolicyRequest)) @@ -2342,7 +2342,7 @@ func _RootCoord_CheckHealth_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CheckHealth", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CheckHealth", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CheckHealth(ctx, req.(*milvuspb.CheckHealthRequest)) @@ -2360,7 +2360,7 @@ func _RootCoord_RenameCollection_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/RenameCollection", + FullMethod: "/milvus.proto.rootcoord.RootCoord/RenameCollection", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).RenameCollection(ctx, req.(*milvuspb.RenameCollectionRequest)) @@ -2378,7 +2378,7 @@ func _RootCoord_CreateDatabase_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/CreateDatabase", + FullMethod: "/milvus.proto.rootcoord.RootCoord/CreateDatabase", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).CreateDatabase(ctx, req.(*milvuspb.CreateDatabaseRequest)) @@ -2396,7 +2396,7 @@ func _RootCoord_DropDatabase_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/DropDatabase", + FullMethod: "/milvus.proto.rootcoord.RootCoord/DropDatabase", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).DropDatabase(ctx, req.(*milvuspb.DropDatabaseRequest)) @@ -2414,7 +2414,7 @@ func _RootCoord_ListDatabases_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/milvus.protov2.rootcoord.RootCoord/ListDatabases", + FullMethod: "/milvus.proto.rootcoord.RootCoord/ListDatabases", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(RootCoordServer).ListDatabases(ctx, req.(*milvuspb.ListDatabasesRequest))