Path helper methods for the Agents API.
Extended By
Methods
#agent_path
def agent_path(project:, location:, agent:) -> ::String
Create a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#agent_validation_result_path
def agent_validation_result_path(project:, location:, agent:) -> ::String
Create a fully-qualified AgentValidationResult resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/validationResult
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#environment_path
def environment_path(project:, location:, agent:, environment:) -> ::String
Create a fully-qualified Environment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/environments/{environment}
- project (String)
- location (String)
- agent (String)
- environment (String)
- (::String)
- (::ArgumentError)
#flow_path
def flow_path(project:, location:, agent:, flow:) -> ::String
Create a fully-qualified Flow resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}
- project (String)
- location (String)
- agent (String)
- flow (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)
#security_settings_path
def security_settings_path(project:, location:, security_settings:) -> ::String
Create a fully-qualified SecuritySettings resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/securitySettings/{security_settings}
- project (String)
- location (String)
- security_settings (String)
- (::String)
- (::ArgumentError)