Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource

The "webPaths" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource

Constructors

WebPathsResource(IClientService)

Constructs a new resource.

Declaration
public WebPathsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets the WebPath resource.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource.. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/webPaths/{web_path}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource.GetRequest

List(string)

Lists WebPaths for a given network monitoring provider.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListWebPathsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.WebPathsResource.ListRequest
In this article
Back to top Generated by DocFX