Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::SessionController::Paths (v1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::SessionController::Paths.
Path helper methods for the SessionController API.
Methods
#location_path
deflocation_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)
#service_path
defservice_path(project:,location:,service:)->::StringCreate a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
- project (String)
- location (String)
- service (String)
- (::String)
- (::ArgumentError)
#session_path
defsession_path(project:,location:,session:)->::StringCreate a fully-qualified Session resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sessions/{session}
- project (String)
- location (String)
- session (String)
- (::String)
- (::ArgumentError)
#session_template_path
defsession_template_path(project:,location:,template:)->::StringCreate a fully-qualified SessionTemplate resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sessionTemplates/{template}
- project (String)
- location (String)
- template (String)
- (::String)
- (::ArgumentError)