Reference documentation and code samples for the Network Security V1beta1 API module Google::Cloud::NetworkSecurity::V1beta1::DnsThreatDetectorService::Paths.
Path helper methods for the DnsThreatDetectorService API.
Included In
Methods
#dns_threat_detector_path
def dns_threat_detector_path(project:, location:, dns_threat_detector:) -> ::StringCreate a fully-qualified DnsThreatDetector resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/dnsThreatDetectors/{dns_threat_detector}
- project (String)
- location (String)
- dns_threat_detector (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)
#network_path
def network_path(project:, network:) -> ::StringCreate a fully-qualified Network resource string.
The resource will be in the following format:
projects/{project}/global/networks/{network}
- project (String)
- network (String)
- (::String)
- (::ArgumentError)