Reference documentation and code samples for the Cloud IDS V1 API module Google::Cloud::IDS::V1::IDS::Paths.
Path helper methods for the IDS API.
Extended By
Included In
Methods
#endpoint_path
def endpoint_path(project:, location:, endpoint:) -> ::StringCreate a fully-qualified Endpoint resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/endpoints/{endpoint}
- project (String)
- location (String)
- endpoint (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)