Path helper methods for the TablesService API.
Methods
#row_path
def row_path(table:, row:) -> ::String
Create a fully-qualified Row resource string.
The resource will be in the following format:
tables/{table}/rows/{row}
Parameters
- table (String)
- row (String)
Returns
- (::String)
Raises
- (::ArgumentError)
#table_path
def table_path(table:) -> ::String
Create a fully-qualified Table resource string.
The resource will be in the following format:
tables/{table}
Parameter
- table (String)
Returns
- (::String)
#workspace_path
def workspace_path(workspace:) -> ::String
Create a fully-qualified Workspace resource string.
The resource will be in the following format:
workspaces/{workspace}
Parameter
- workspace (String)
Returns
- (::String)