Data Analytics API with Gemini V1BETA API - Module Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentService::Paths (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API module Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentService::Paths.

Path helper methods for the DataAgentService API.

Methods

#data_agent_path

def data_agent_path(project:, location:, data_agent:) -> ::String

Create a fully-qualified DataAgent resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataAgents/{data_agent}

Parameters
  • project (String)
  • location (String)
  • data_agent (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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