Latest generation

This commit is contained in:
ci core model
2026-03-10 09:41:43 +00:00
parent da88897937
commit 6268a9e622
3 changed files with 11 additions and 1 deletions

View File

@@ -28,14 +28,17 @@ export interface IModelServiceClient {
*/
getEntityModel(input: GetEntityModelRequest, options?: RpcOptions): UnaryCall<GetEntityModelRequest, GetEntityModelResult>;
/**
* @deprecated
* @generated from protobuf rpc: GetEntities
*/
getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
/**
* @deprecated
* @generated from protobuf rpc: GetEntitiesWithMetadata
*/
getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
/**
* @deprecated
* @generated from protobuf rpc: GetEntitiesWithDataRestriction
*/
getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
@@ -68,6 +71,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
return stackIntercept<GetEntityModelRequest, GetEntityModelResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: GetEntities
*/
getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
@@ -75,6 +79,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
return stackIntercept<GetEntitiesRequest, GetEntitiesResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: GetEntitiesWithMetadata
*/
getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
@@ -82,6 +87,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
return stackIntercept<GetEntitiesRequest, GetEntitiesResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: GetEntitiesWithDataRestriction
*/
getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {