Storage Control V2 API - Module Google::Cloud::Storage::Control::V2::StorageControl::Paths (v1.5.0)

Reference documentation and code samples for the Storage Control V2 API module Google::Cloud::Storage::Control::V2::StorageControl::Paths.

Path helper methods for the StorageControl API.

Methods

#anywhere_cache_path

def anywhere_cache_path(project:, bucket:, anywhere_cache:) -> ::String

Create a fully-qualified AnywhereCache resource string.

The resource will be in the following format:

projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}

Parameters
  • project (String)
  • bucket (String)
  • anywhere_cache (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#bucket_path

def bucket_path(project:, bucket:) -> ::String

Create a fully-qualified Bucket resource string.

The resource will be in the following format:

projects/{project}/buckets/{bucket}

Parameters
  • project (String)
  • bucket (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#folder_path

def folder_path(project:, bucket:, folder:) -> ::String

Create a fully-qualified Folder resource string.

The resource will be in the following format:

projects/{project}/buckets/{bucket}/folders/{folder=**}

Parameters
  • project (String)
  • bucket (String)
  • folder (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#intelligence_config_path

def intelligence_config_path(folder:, location:) -> ::String
def intelligence_config_path(org:, location:) -> ::String
def intelligence_config_path(project:, location:) -> ::String

Create a fully-qualified IntelligenceConfig resource string.

Overloads
def intelligence_config_path(folder:, location:) -> ::String
The resource will be in the following format:

folders/{folder}/locations/{location}/intelligenceConfig

Parameters
  • folder (String)
  • location (String)
def intelligence_config_path(org:, location:) -> ::String
The resource will be in the following format:

organizations/{org}/locations/{location}/intelligenceConfig

Parameters
  • org (String)
  • location (String)
def intelligence_config_path(project:, location:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/intelligenceConfig

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

#managed_folder_path

def managed_folder_path(project:, bucket:, managed_folder:) -> ::String

Create a fully-qualified ManagedFolder resource string.

The resource will be in the following format:

projects/{project}/buckets/{bucket}/managedFolders/{managed_folder=**}

Parameters
  • project (String)
  • bucket (String)
  • managed_folder (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#storage_layout_path

def storage_layout_path(project:, bucket:) -> ::String

Create a fully-qualified StorageLayout resource string.

The resource will be in the following format:

projects/{project}/buckets/{bucket}/storageLayout

Parameters
  • project (String)
  • bucket (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)