ProjectsLocationsCatalogsResource class

Constructors

ProjectsLocationsCatalogsResource(ApiRequester client)

Methods

completeQuery(String catalog, {String? dataset, String? deviceType, String? entity, List<String>? languageCodes, int? maxSuggestions, String? query, String? visitorId, String? $fields}) Future<GoogleCloudRetailV2CompleteQueryResponse>
Completes the specified prefix with keyword suggestions.
exportAnalyticsMetrics(GoogleCloudRetailV2ExportAnalyticsMetricsRequest request, String catalog, {String? $fields}) Future<GoogleLongrunningOperation>
Exports analytics metrics.
getAttributesConfig(String name, {String? $fields}) Future<GoogleCloudRetailV2AttributesConfig>
Gets an AttributesConfig.
getCompletionConfig(String name, {String? $fields}) Future<GoogleCloudRetailV2CompletionConfig>
Gets a CompletionConfig.
getDefaultBranch(String catalog, {String? $fields}) Future<GoogleCloudRetailV2GetDefaultBranchResponse>
Get which branch is currently default branch set by CatalogService.SetDefaultBranch method under a specified parent catalog.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudRetailV2ListCatalogsResponse>
Lists all the Catalogs associated with the project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudRetailV2Catalog request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudRetailV2Catalog>
Updates the Catalogs.
setDefaultBranch(GoogleCloudRetailV2SetDefaultBranchRequest request, String catalog, {String? $fields}) Future<GoogleProtobufEmpty>
Set a specified branch id as default branch.
toString() String
A string representation of this object.
inherited
updateAttributesConfig(GoogleCloudRetailV2AttributesConfig request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudRetailV2AttributesConfig>
Updates the AttributesConfig.
updateCompletionConfig(GoogleCloudRetailV2CompletionConfig request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudRetailV2CompletionConfig>
Updates the CompletionConfigs.

Operators

operator ==(Object other) bool
The equality operator.
inherited