Recommendations AI V1beta1 API - Module Google::Cloud::RecommendationEngine::V1beta1::UserEventService::Paths (v0.7.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API module Google::Cloud::RecommendationEngine::V1beta1::UserEventService::Paths.

Path helper methods for the UserEventService API.

Methods

#event_store_path

def event_store_path(project:, location:, catalog:, event_store:) -> ::String

Create a fully-qualified EventStore resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}

Parameters
  • project (String)
  • location (String)
  • catalog (String)
  • event_store (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)