Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::ControlService::Paths.
Path helper methods for the ControlService API.
Methods
#control_path
def control_path(project:, location:, data_store:, control:) -> ::String
def control_path(project:, location:, collection:, data_store:, control:) -> ::String
def control_path(project:, location:, collection:, engine:, control:) -> ::String
Create a fully-qualified Control resource string.
def control_path(project:, location:, data_store:, control:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
- project (String)
- location (String)
- data_store (String)
- control (String)
def control_path(project:, location:, collection:, data_store:, control:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- control (String)
def control_path(project:, location:, collection:, engine:, control:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
- project (String)
- location (String)
- collection (String)
- engine (String)
- control (String)
- (::String)
- (::ArgumentError)
#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)
#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)