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}
- project (String)
- location (String)
- instance (String)
- data_access_label (String)
- (::String)
- (::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}
- project (String)
- location (String)
- instance (String)
- data_access_scope (String)
- (::String)
- (::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}
- project (String)
- location (String)
- instance (String)
- (::String)
- (::ArgumentError)