Reference documentation and code samples for the Datastream V1alpha1 API module Google::Cloud::Datastream::V1alpha1::Datastream::Paths.
Path helper methods for the Datastream API.
Methods
#connection_profile_path
def connection_profile_path(project:, location:, connection_profile:) -> ::String
Create a fully-qualified ConnectionProfile resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connectionProfiles/{connection_profile}
- project (String)
- location (String)
- connection_profile (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)
#private_connection_path
def private_connection_path(project:, location:, private_connection:) -> ::String
Create a fully-qualified PrivateConnection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/privateConnections/{private_connection}
- project (String)
- location (String)
- private_connection (String)
- (::String)
- (::ArgumentError)
#route_path
def route_path(project:, location:, private_connection:, route:) -> ::String
Create a fully-qualified Route resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/privateConnections/{private_connection}/routes/{route}
- project (String)
- location (String)
- private_connection (String)
- route (String)
- (::String)
- (::ArgumentError)
#stream_path
def stream_path(project:, location:, stream:) -> ::String
Create a fully-qualified Stream resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/streams/{stream}
- project (String)
- location (String)
- stream (String)
- (::String)
- (::ArgumentError)