Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppGatewaysResource.ListRequest

Lists AppGateways in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAppGatewaysResponse>
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>
ProjectsResource.LocationsResource.AppGatewaysResource.ListRequest
Implements
IClientServiceRequest<ListAppGatewaysResponse>
IClientServiceRequest
Inherited Members
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.Xgafv
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.AccessToken
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.Alt
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.Callback
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.Fields
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.Key
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.OauthToken
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.PrettyPrint
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.QuotaUser
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.UploadType
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.UploadProtocol
ClientServiceRequest<ListAppGatewaysResponse>.Execute()
ClientServiceRequest<ListAppGatewaysResponse>.ExecuteAsStream()
ClientServiceRequest<ListAppGatewaysResponse>.ExecuteAsync()
ClientServiceRequest<ListAppGatewaysResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAppGatewaysResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAppGatewaysResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAppGatewaysResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAppGatewaysResponse>.GenerateRequestUri()
ClientServiceRequest<ListAppGatewaysResponse>.GetBody()
ClientServiceRequest<ListAppGatewaysResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAppGatewaysResponse>.ETagAction
ClientServiceRequest<ListAppGatewaysResponse>.ModifyRequest
ClientServiceRequest<ListAppGatewaysResponse>.ValidateParameters
ClientServiceRequest<ListAppGatewaysResponse>.ApiVersion
ClientServiceRequest<ListAppGatewaysResponse>.RequestParameters
ClientServiceRequest<ListAppGatewaysResponse>.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.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AppGatewaysResource.ListRequest : BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>, IClientServiceRequest<ListAppGatewaysResponse>, 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

Filter

Optional. A filter specifying constraints of a list operation.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Specifies the ordering of results. See Sorting order for more information.

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

PageSize

Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.

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

PageToken

Optional. The next_page_token value returned from a previous ListAppGatewaysRequest, if any.

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

Parent

Required. The resource name of the AppGateway location using the form: projects/{project_id}/locations/{location_id}

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<ListAppGatewaysResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BeyondCorpBaseServiceRequest<ListAppGatewaysResponse>.InitParameters()

Implements

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