Reference documentation and code samples for the Data Analytics API with Gemini V1 API module Google::Cloud::GeminiDataAnalytics::V1::DataChatService::Paths.
Path helper methods for the DataChatService API.
Included In
Methods
#conversation_path
def conversation_path(project:, location:, conversation:) -> ::StringCreate 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)
#crypto_key_path
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::StringCreate a fully-qualified CryptoKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- project (String)
- location (String)
- key_ring (String)
- crypto_key (String)
- (::String)
- (::ArgumentError)
#data_agent_path
def data_agent_path(project:, location:, data_agent:) -> ::StringCreate 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:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)