Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::ContentService::Paths.
Path helper methods for the ContentService API.
Included In
Methods
#content_path
def content_path(project:, location:, lake:, content:) -> ::StringCreate a fully-qualified Content resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/lakes/{lake}/content/{content}
- project (String)
- location (String)
- lake (String)
- content (String)
- (::String)
- (::ArgumentError)
#lake_path
def lake_path(project:, location:, lake:) -> ::StringCreate a fully-qualified Lake resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/lakes/{lake}
- project (String)
- location (String)
- lake (String)
- (::String)
- (::ArgumentError)