Reference documentation and code samples for the Cloud IoT V1 API module Google::Cloud::Iot::V1::DeviceManager::Paths.
Path helper methods for the DeviceManager API.
Extended By
Methods
#device_path
def device_path(project:, location:, registry:, device:) -> ::String
Create a fully-qualified Device resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/registries/{registry}/devices/{device}
- project (String)
- location (String)
- registry (String)
- device (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#registry_path
def registry_path(project:, location:, registry:) -> ::String
Create a fully-qualified Registry resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/registries/{registry}
- project (String)
- location (String)
- registry (String)
- (::String)
- (::ArgumentError)