Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::DataTableService::Paths.
Path helper methods for the DataTableService API.
Included In
Methods
#data_access_scope_path
def data_access_scope_path(project:, location:, instance:, data_access_scope:) -> ::StringCreate a fully-qualified DataAccessScope resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
- project (String)
- location (String)
- instance (String)
- data_access_scope (String)
- (::String)
- (::ArgumentError)
#data_table_operation_errors_path
def data_table_operation_errors_path(project:, location:, instance:, data_table_operation_errors:) -> ::StringCreate a fully-qualified DataTableOperationErrors resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
- project (String)
- location (String)
- instance (String)
- data_table_operation_errors (String)
- (::String)
- (::ArgumentError)
#data_table_path
def data_table_path(project:, location:, instance:, data_table:) -> ::StringCreate a fully-qualified DataTable resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
- project (String)
- location (String)
- instance (String)
- data_table (String)
- (::String)
- (::ArgumentError)
#data_table_row_path
def data_table_row_path(project:, location:, instance:, data_table:, data_table_row:) -> ::StringCreate a fully-qualified DataTableRow resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
- project (String)
- location (String)
- instance (String)
- data_table (String)
- data_table_row (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, location:, instance:) -> ::StringCreate a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}
- project (String)
- location (String)
- instance (String)
- (::String)
- (::ArgumentError)