@google-cloud/retail
Version:
49 lines (48 loc) • 3.05 kB
TypeScript
import * as v2 from './v2';
import * as v2alpha from './v2alpha';
import * as v2beta from './v2beta';
declare const AnalyticsServiceClient: typeof v2beta.AnalyticsServiceClient;
type AnalyticsServiceClient = v2beta.AnalyticsServiceClient;
declare const CatalogServiceClient: typeof v2beta.CatalogServiceClient;
type CatalogServiceClient = v2beta.CatalogServiceClient;
declare const CompletionServiceClient: typeof v2beta.CompletionServiceClient;
type CompletionServiceClient = v2beta.CompletionServiceClient;
declare const ControlServiceClient: typeof v2beta.ControlServiceClient;
type ControlServiceClient = v2beta.ControlServiceClient;
declare const GenerativeQuestionServiceClient: typeof v2beta.GenerativeQuestionServiceClient;
type GenerativeQuestionServiceClient = v2beta.GenerativeQuestionServiceClient;
declare const ModelServiceClient: typeof v2beta.ModelServiceClient;
type ModelServiceClient = v2beta.ModelServiceClient;
declare const PredictionServiceClient: typeof v2beta.PredictionServiceClient;
type PredictionServiceClient = v2beta.PredictionServiceClient;
declare const ProductServiceClient: typeof v2beta.ProductServiceClient;
type ProductServiceClient = v2beta.ProductServiceClient;
declare const ProjectServiceClient: typeof v2beta.ProjectServiceClient;
type ProjectServiceClient = v2beta.ProjectServiceClient;
declare const SearchServiceClient: typeof v2beta.SearchServiceClient;
type SearchServiceClient = v2beta.SearchServiceClient;
declare const ServingConfigServiceClient: typeof v2beta.ServingConfigServiceClient;
type ServingConfigServiceClient = v2beta.ServingConfigServiceClient;
declare const UserEventServiceClient: typeof v2beta.UserEventServiceClient;
type UserEventServiceClient = v2beta.UserEventServiceClient;
export { v2, v2alpha, v2beta, AnalyticsServiceClient, CatalogServiceClient, CompletionServiceClient, ControlServiceClient, GenerativeQuestionServiceClient, ModelServiceClient, PredictionServiceClient, ProductServiceClient, ProjectServiceClient, SearchServiceClient, ServingConfigServiceClient, UserEventServiceClient, };
declare const _default: {
v2: typeof v2;
v2alpha: typeof v2alpha;
v2beta: typeof v2beta;
AnalyticsServiceClient: typeof v2beta.AnalyticsServiceClient;
CatalogServiceClient: typeof v2beta.CatalogServiceClient;
CompletionServiceClient: typeof v2beta.CompletionServiceClient;
ControlServiceClient: typeof v2beta.ControlServiceClient;
GenerativeQuestionServiceClient: typeof v2beta.GenerativeQuestionServiceClient;
ModelServiceClient: typeof v2beta.ModelServiceClient;
PredictionServiceClient: typeof v2beta.PredictionServiceClient;
ProductServiceClient: typeof v2beta.ProductServiceClient;
ProjectServiceClient: typeof v2beta.ProjectServiceClient;
SearchServiceClient: typeof v2beta.SearchServiceClient;
ServingConfigServiceClient: typeof v2beta.ServingConfigServiceClient;
UserEventServiceClient: typeof v2beta.UserEventServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };