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}
- project (String)
- bucket (String)
- anywhere_cache (String)
- (::String)
- (::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}
- project (String)
- bucket (String)
- (::String)
- (::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=**}
- project (String)
- bucket (String)
- folder (String)
- (::String)
- (::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.
def intelligence_config_path(folder:, location:) -> ::String
folders/{folder}/locations/{location}/intelligenceConfig
- folder (String)
- location (String)
def intelligence_config_path(org:, location:) -> ::String
organizations/{org}/locations/{location}/intelligenceConfig
- org (String)
- location (String)
def intelligence_config_path(project:, location:) -> ::String
projects/{project}/locations/{location}/intelligenceConfig
- project (String)
- location (String)
- (::String)
- (::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=**}
- project (String)
- bucket (String)
- managed_folder (String)
- (::String)
- (::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
- project (String)
- bucket (String)
- (::String)
- (::ArgumentError)