Chronicle V1 API - Module Google::Cloud::Chronicle::V1::DataTableService::Paths (v0.5.0)

Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::DataTableService::Paths.

Path helper methods for the DataTableService API.

Methods

#data_access_scope_path

def data_access_scope_path(project:, location:, instance:, data_access_scope:) -> ::String

Create a fully-qualified DataAccessScope resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • data_access_scope (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#data_table_operation_errors_path

def data_table_operation_errors_path(project:, location:, instance:, data_table_operation_errors:) -> ::String

Create 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}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • data_table_operation_errors (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#data_table_path

def data_table_path(project:, location:, instance:, data_table:) -> ::String

Create a fully-qualified DataTable resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • data_table (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#data_table_row_path

def data_table_row_path(project:, location:, instance:, data_table:, data_table_row:) -> ::String

Create 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}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • data_table (String)
  • data_table_row (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#instance_path

def instance_path(project:, location:, instance:) -> ::String

Create a fully-qualified Instance resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}

Parameters
  • project (String)
  • location (String)
  • instance (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)