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}
- project (String)
- location (String)
- conversation (String)
- (::String)
- (::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}
- project (String)
- location (String)
- data_agent (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- (::String)