Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MeshesResource.RouteViewsResource.ListRequest

Lists RouteViews

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListMeshRouteViewsResponse>
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>
ProjectsResource.LocationsResource.MeshesResource.RouteViewsResource.ListRequest
Implements
IClientServiceRequest<ListMeshRouteViewsResponse>
IClientServiceRequest
Inherited Members
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.Xgafv
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.AccessToken
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.Alt
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.Callback
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.Fields
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.Key
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.OauthToken
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.PrettyPrint
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.QuotaUser
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.UploadType
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.UploadProtocol
ClientServiceRequest<ListMeshRouteViewsResponse>.Execute()
ClientServiceRequest<ListMeshRouteViewsResponse>.ExecuteAsStream()
ClientServiceRequest<ListMeshRouteViewsResponse>.ExecuteAsync()
ClientServiceRequest<ListMeshRouteViewsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListMeshRouteViewsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListMeshRouteViewsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListMeshRouteViewsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListMeshRouteViewsResponse>.GenerateRequestUri()
ClientServiceRequest<ListMeshRouteViewsResponse>.GetBody()
ClientServiceRequest<ListMeshRouteViewsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListMeshRouteViewsResponse>.ETagAction
ClientServiceRequest<ListMeshRouteViewsResponse>.ModifyRequest
ClientServiceRequest<ListMeshRouteViewsResponse>.ValidateParameters
ClientServiceRequest<ListMeshRouteViewsResponse>.ApiVersion
ClientServiceRequest<ListMeshRouteViewsResponse>.RequestParameters
ClientServiceRequest<ListMeshRouteViewsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1beta1
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MeshesResource.RouteViewsResource.ListRequest : NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>, IClientServiceRequest<ListMeshRouteViewsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMeshRouteViewsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMeshRouteViewsResponse>.MethodName

PageSize

Maximum number of MeshRouteViews to return per call.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The value returned by the last ListMeshRouteViewsResponse Indicates that this is a continuation of a prior ListMeshRouteViews call, and that the system should return the next page of data.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The Mesh to which a Route is associated. Format: projects/{project_number}/locations/{location}/meshes/{mesh_name}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMeshRouteViewsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
NetworkServicesBaseServiceRequest<ListMeshRouteViewsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX