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