Reference documentation and code samples for the Resource Settings V1 API module Google::Cloud::ResourceSettings::V1::ResourceSettingsService::Paths.
Path helper methods for the ResourceSettingsService API.
Methods
#setting_path
def setting_path(project_number:, setting_name:) -> ::String
def setting_path(folder:, setting_name:) -> ::String
def setting_path(organization:, setting_name:) -> ::String
Create a fully-qualified Setting resource string.
Overloads
def setting_path(project_number:, setting_name:) -> ::String
The resource will be in the following format:
projects/{project_number}/settings/{setting_name}
Parameters
- project_number (String)
- setting_name (String)
def setting_path(folder:, setting_name:) -> ::String
The resource will be in the following format:
folders/{folder}/settings/{setting_name}
Parameters
- folder (String)
- setting_name (String)
def setting_path(organization:, setting_name:) -> ::String
The resource will be in the following format:
organizations/{organization}/settings/{setting_name}
Parameters
- organization (String)
- setting_name (String)
Returns
- (::String)
Raises
- (::ArgumentError)