Chronicle V1 API - Module Google::Cloud::Chronicle::V1::BigQueryExportService::Paths (v0.6.0)

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

Path helper methods for the BigQueryExportService API.

Methods

#big_query_export_path

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

Create a fully-qualified BigQueryExport resource string.

The resource will be in the following format:

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

Parameters
  • project (String)
  • location (String)
  • instance (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)