Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::ReferenceListService::Paths.
Path helper methods for the ReferenceListService API.
Methods
#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)
#reference_list_path
def reference_list_path(project:, location:, instance:, reference_list:) -> ::String
Create a fully-qualified ReferenceList resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}
- project (String)
- location (String)
- instance (String)
- reference_list (String)
- (::String)
- (::ArgumentError)