Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::UserEventService::Paths.
Path helper methods for the UserEventService API.
Methods
#data_store_path
def data_store_path(project:, location:, data_store:) -> ::String
def data_store_path(project:, location:, collection:, data_store:) -> ::String
Create a fully-qualified DataStore resource string.
def data_store_path(project:, location:, data_store:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}
- project (String)
- location (String)
- data_store (String)
def data_store_path(project:, location:, collection:, data_store:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- (::String)
- (::ArgumentError)
#document_path
def document_path(project:, location:, data_store:, branch:, document:) -> ::String
def document_path(project:, location:, collection:, data_store:, branch:, document:) -> ::String
Create a fully-qualified Document resource string.
def document_path(project:, location:, data_store:, branch:, document:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}
- project (String)
- location (String)
- data_store (String)
- branch (String)
- document (String)
def document_path(project:, location:, collection:, data_store:, branch:, document:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- branch (String)
- document (String)
- (::String)
- (::ArgumentError)
#engine_path
def engine_path(project:, location:, collection:, engine:) -> ::String
Create a fully-qualified Engine resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
- project (String)
- location (String)
- collection (String)
- engine (String)
- (::String)
- (::ArgumentError)