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

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

Path helper methods for the DataChatService API.

Methods

#conversation_path

def conversation_path(project:, location:, conversation:) -> ::String

Create a fully-qualified Conversation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/conversations/{conversation}

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

#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)

#project_path

def project_path(project:) -> ::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)