Files
google-apis-rs/google_recommendationengine1_beta1/api/index.html
2021-04-02 00:20:57 +08:00

76 lines
33 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_recommendationengine1_beta1`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_recommendationengine1_beta1::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../google_recommendationengine1_beta1/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_recommendationengine1_beta1</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><button type="button" class="help-button">?</button>
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_recommendationengine1_beta1</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../../src/google_recommendationengine1_beta1/api.rs.html#1-7970" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
<table><tr class="module-item"><td><a class="struct" href="struct.GoogleApiHttpBody.html" title="google_recommendationengine1_beta1::api::GoogleApiHttpBody struct">GoogleApiHttpBody</a></td><td class="docblock-short"><p>Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1BigQuerySource.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1BigQuerySource struct">GoogleCloudRecommendationengineV1beta1BigQuerySource</a></td><td class="docblock-short"><p>BigQuery source import data from.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1Catalog.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1Catalog struct">GoogleCloudRecommendationengineV1beta1Catalog</a></td><td class="docblock-short"><p>The catalog configuration. Next ID: 5.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1CatalogInlineSource.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1CatalogInlineSource struct">GoogleCloudRecommendationengineV1beta1CatalogInlineSource</a></td><td class="docblock-short"><p>The inline source for the input config for ImportCatalogItems method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1CatalogItem.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1CatalogItem struct">GoogleCloudRecommendationengineV1beta1CatalogItem</a></td><td class="docblock-short"><p>CatalogItem captures all metadata information of items to be recommended.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy struct">GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy</a></td><td class="docblock-short"><p>Category represents catalog item category hierarchy.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig struct">GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig</a></td><td class="docblock-short"><p>Configures the catalog level that users send events to, and the level at which predictions are made.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest struct">GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest</a></td><td class="docblock-short"><p>Request message for the <code>CreatePredictionApiKeyRegistration</code> method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1EventDetail.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1EventDetail struct">GoogleCloudRecommendationengineV1beta1EventDetail</a></td><td class="docblock-short"><p>User event details shared by all recommendation types.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1FeatureMap.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1FeatureMap struct">GoogleCloudRecommendationengineV1beta1FeatureMap</a></td><td class="docblock-short"><p>FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1FeatureMapFloatList.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1FeatureMapFloatList struct">GoogleCloudRecommendationengineV1beta1FeatureMapFloatList</a></td><td class="docblock-short"><p>A list of float features.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1FeatureMapStringList.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1FeatureMapStringList struct">GoogleCloudRecommendationengineV1beta1FeatureMapStringList</a></td><td class="docblock-short"><p>A list of string features.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1GcsSource.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1GcsSource struct">GoogleCloudRecommendationengineV1beta1GcsSource</a></td><td class="docblock-short"><p>Google Cloud Storage location for input content. format.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1Image.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1Image struct">GoogleCloudRecommendationengineV1beta1Image</a></td><td class="docblock-short"><p>Catalog item thumbnail/detail image.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest struct">GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest</a></td><td class="docblock-short"><p>Request message for Import methods.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ImportErrorsConfig struct">GoogleCloudRecommendationengineV1beta1ImportErrorsConfig</a></td><td class="docblock-short"><p>Configuration of destination for Import related errors.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest struct">GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest</a></td><td class="docblock-short"><p>Request message for the ImportUserEvents request.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1InputConfig.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1InputConfig struct">GoogleCloudRecommendationengineV1beta1InputConfig</a></td><td class="docblock-short"><p>The input config source.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse struct">GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse</a></td><td class="docblock-short"><p>Response message for ListCatalogItems method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ListCatalogsResponse.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ListCatalogsResponse struct">GoogleCloudRecommendationengineV1beta1ListCatalogsResponse</a></td><td class="docblock-short"><p>Response for ListCatalogs method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse struct">GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse</a></td><td class="docblock-short"><p>Response message for the <code>ListPredictionApiKeyRegistrations</code>.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ListUserEventsResponse.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ListUserEventsResponse struct">GoogleCloudRecommendationengineV1beta1ListUserEventsResponse</a></td><td class="docblock-short"><p>Response message for ListUserEvents method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1PredictRequest.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1PredictRequest struct">GoogleCloudRecommendationengineV1beta1PredictRequest</a></td><td class="docblock-short"><p>Request message for Predict method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1PredictResponse.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1PredictResponse struct">GoogleCloudRecommendationengineV1beta1PredictResponse</a></td><td class="docblock-short"><p>Response message for predict method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult struct">GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult</a></td><td class="docblock-short"><p>PredictionResult represents the recommendation prediction results.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration struct">GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration</a></td><td class="docblock-short"><p>Registered Api Key.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ProductCatalogItem.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ProductCatalogItem struct">GoogleCloudRecommendationengineV1beta1ProductCatalogItem</a></td><td class="docblock-short"><p>ProductCatalogItem captures item metadata specific to retail products.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice struct">GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice</a></td><td class="docblock-short"><p>Exact product price.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange struct">GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange</a></td><td class="docblock-short"><p>Product price range when there are a range of prices for different variations of the same product.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ProductDetail.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ProductDetail struct">GoogleCloudRecommendationengineV1beta1ProductDetail</a></td><td class="docblock-short"><p>Detailed product information associated with a user event.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1ProductEventDetail.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1ProductEventDetail struct">GoogleCloudRecommendationengineV1beta1ProductEventDetail</a></td><td class="docblock-short"><p>ProductEventDetail captures user event information specific to retail products.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1PurchaseTransaction.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1PurchaseTransaction struct">GoogleCloudRecommendationengineV1beta1PurchaseTransaction</a></td><td class="docblock-short"><p>A transaction represents the entire purchase transaction.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest struct">GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest</a></td><td class="docblock-short"><p>Request message for PurgeUserEvents method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest struct">GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest</a></td><td class="docblock-short"><p>Request message for CatalogRejoin method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1UserEvent.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1UserEvent struct">GoogleCloudRecommendationengineV1beta1UserEvent</a></td><td class="docblock-short"><p>UserEvent captures all metadata information recommendation engine needs to know about how end users interact with customers' website.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1UserEventInlineSource.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1UserEventInlineSource struct">GoogleCloudRecommendationengineV1beta1UserEventInlineSource</a></td><td class="docblock-short"><p>The inline source for the input config for ImportUserEvents method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudRecommendationengineV1beta1UserInfo.html" title="google_recommendationengine1_beta1::api::GoogleCloudRecommendationengineV1beta1UserInfo struct">GoogleCloudRecommendationengineV1beta1UserInfo</a></td><td class="docblock-short"><p>Information of end users.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleLongrunningListOperationsResponse.html" title="google_recommendationengine1_beta1::api::GoogleLongrunningListOperationsResponse struct">GoogleLongrunningListOperationsResponse</a></td><td class="docblock-short"><p>The response message for Operations.ListOperations.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleLongrunningOperation.html" title="google_recommendationengine1_beta1::api::GoogleLongrunningOperation struct">GoogleLongrunningOperation</a></td><td class="docblock-short"><p>This resource represents a long-running operation that is the result of a network API call.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleProtobufEmpty.html" title="google_recommendationengine1_beta1::api::GoogleProtobufEmpty struct">GoogleProtobufEmpty</a></td><td class="docblock-short"><p>A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for <code>Empty</code> is empty JSON object <code>{}</code>.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleRpcStatus.html" title="google_recommendationengine1_beta1::api::GoogleRpcStatus struct">GoogleRpcStatus</a></td><td class="docblock-short"><p>The <code>Status</code> type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by <a href="https://github.com/grpc">gRPC</a>. Each <code>Status</code> message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the <a href="https://cloud.google.com/apis/design/errors">API Design Guide</a>.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogCatalogItemCreateCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogCatalogItemCreateCall struct">ProjectLocationCatalogCatalogItemCreateCall</a></td><td class="docblock-short"><p>Creates a catalog item.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogCatalogItemDeleteCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogCatalogItemDeleteCall struct">ProjectLocationCatalogCatalogItemDeleteCall</a></td><td class="docblock-short"><p>Deletes a catalog item.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogCatalogItemGetCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogCatalogItemGetCall struct">ProjectLocationCatalogCatalogItemGetCall</a></td><td class="docblock-short"><p>Gets a specific catalog item.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogCatalogItemImportCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogCatalogItemImportCall struct">ProjectLocationCatalogCatalogItemImportCall</a></td><td class="docblock-short"><p>Bulk import of multiple catalog items. Request processing may be synchronous. No partial updating supported. Non-existing items will be created. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully updated.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogCatalogItemListCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogCatalogItemListCall struct">ProjectLocationCatalogCatalogItemListCall</a></td><td class="docblock-short"><p>Gets a list of catalog items.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogCatalogItemPatchCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogCatalogItemPatchCall struct">ProjectLocationCatalogCatalogItemPatchCall</a></td><td class="docblock-short"><p>Updates a catalog item. Partial updating is supported. Non-existing items will be created.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreOperationGetCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreOperationGetCall struct">ProjectLocationCatalogEventStoreOperationGetCall</a></td><td class="docblock-short"><p>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreOperationListCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreOperationListCall struct">ProjectLocationCatalogEventStoreOperationListCall</a></td><td class="docblock-short"><p>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns <code>UNIMPLEMENTED</code>. NOTE: the <code>name</code> binding allows API services to override the binding to use different resource name schemes, such as <code>users/*/operations</code>. To override the binding, API services can add a binding such as <code>&quot;/v1/{name=users/*}/operations&quot;</code> to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStorePlacementPredictCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStorePlacementPredictCall struct">ProjectLocationCatalogEventStorePlacementPredictCall</a></td><td class="docblock-short"><p>Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the PredictionApiKeyRegistry service. <a href="https://cloud.google.com/recommendations-ai/docs/setting-up#register-key">Learn more</a>.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStorePredictionApiKeyRegistrationCreateCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStorePredictionApiKeyRegistrationCreateCall struct">ProjectLocationCatalogEventStorePredictionApiKeyRegistrationCreateCall</a></td><td class="docblock-short"><p>Register an API key for use with predict method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStorePredictionApiKeyRegistrationDeleteCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStorePredictionApiKeyRegistrationDeleteCall struct">ProjectLocationCatalogEventStorePredictionApiKeyRegistrationDeleteCall</a></td><td class="docblock-short"><p>Unregister an apiKey from using for predict method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStorePredictionApiKeyRegistrationListCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStorePredictionApiKeyRegistrationListCall struct">ProjectLocationCatalogEventStorePredictionApiKeyRegistrationListCall</a></td><td class="docblock-short"><p>List the registered apiKeys for use with predict method.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreUserEventCollectCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreUserEventCollectCall struct">ProjectLocationCatalogEventStoreUserEventCollectCall</a></td><td class="docblock-short"><p>Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a 3rd party domain. This method is used only by the Recommendations AI JavaScript pixel. Users should not call this method directly.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreUserEventImportCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreUserEventImportCall struct">ProjectLocationCatalogEventStoreUserEventImportCall</a></td><td class="docblock-short"><p>Bulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreUserEventListCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreUserEventListCall struct">ProjectLocationCatalogEventStoreUserEventListCall</a></td><td class="docblock-short"><p>Gets a list of user events within a time range, with potential filtering. The method does not list unjoined user events. Unjoined user event definition: when a user event is ingested from Recommendations AI User Event APIs, the catalog item included in the user event is connected with the current catalog. If a catalog item of the ingested event is not in the current catalog, it could lead to degraded model quality. This is called an unjoined event.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreUserEventPurgeCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreUserEventPurgeCall struct">ProjectLocationCatalogEventStoreUserEventPurgeCall</a></td><td class="docblock-short"><p>Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreUserEventRejoinCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreUserEventRejoinCall struct">ProjectLocationCatalogEventStoreUserEventRejoinCall</a></td><td class="docblock-short"><p>Triggers a user event rejoin operation with latest catalog data. Events will not be annotated with detailed catalog information if catalog item is missing at the time the user event is ingested, and these events are stored as unjoined events with a limited usage on training and serving. This API can be used to trigger a 'join' operation on specified events with latest version of catalog items. It can also be used to correct events joined with wrong catalog items.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogEventStoreUserEventWriteCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogEventStoreUserEventWriteCall struct">ProjectLocationCatalogEventStoreUserEventWriteCall</a></td><td class="docblock-short"><p>Writes a single user event.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogListCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogListCall struct">ProjectLocationCatalogListCall</a></td><td class="docblock-short"><p>Lists all the catalog configurations associated with the project.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogOperationGetCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogOperationGetCall struct">ProjectLocationCatalogOperationGetCall</a></td><td class="docblock-short"><p>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogOperationListCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogOperationListCall struct">ProjectLocationCatalogOperationListCall</a></td><td class="docblock-short"><p>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns <code>UNIMPLEMENTED</code>. NOTE: the <code>name</code> binding allows API services to override the binding to use different resource name schemes, such as <code>users/*/operations</code>. To override the binding, API services can add a binding such as <code>&quot;/v1/{name=users/*}/operations&quot;</code> to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationCatalogPatchCall.html" title="google_recommendationengine1_beta1::api::ProjectLocationCatalogPatchCall struct">ProjectLocationCatalogPatchCall</a></td><td class="docblock-short"><p>Updates the catalog configuration.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectMethods.html" title="google_recommendationengine1_beta1::api::ProjectMethods struct">ProjectMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>project</em> resources.
It is not used directly, but through the <code>RecommendationsAI</code> hub.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RecommendationsAI.html" title="google_recommendationengine1_beta1::api::RecommendationsAI struct">RecommendationsAI</a></td><td class="docblock-short"><p>Central instance to access all RecommendationsAI related resource activities</p>
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_recommendationengine1_beta1::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
A scope is needed when requesting an
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_recommendationengine1_beta1"></div>
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>