Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::BigQueryExportService::Paths.
Path helper methods for the BigQueryExportService API.
Included In
Methods
#big_query_export_path
def big_query_export_path(project:, location:, instance:) -> ::StringCreate a fully-qualified BigQueryExport resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
- project (String)
- location (String)
- instance (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)