Chronicle V1 API - Module Google::Cloud::Chronicle::V1::DataAccessControlService::Paths (v0.1.0)

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

Path helper methods for the DataAccessControlService API.

Methods

#data_access_label_path

def data_access_label_path(project:, location:, instance:, data_access_label:) -> ::String

Create a fully-qualified DataAccessLabel resource string.

The resource will be in the following format:

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

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

#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)

#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)