Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource

The "networkPaths" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource
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.NetworkPathsResource

Constructors

NetworkPathsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets the NetworkPath resource.

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

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

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

List(string)

Lists NetworkPaths for a given network monitoring provider.

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

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

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