Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SecurityGatewaysResource.ApplicationsResource.ListRequest

Lists Applications in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>
ProjectsResource.LocationsResource.SecurityGatewaysResource.ApplicationsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>
IClientServiceRequest
Inherited Members
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.Xgafv
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.AccessToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.Alt
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.Callback
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.Fields
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.Key
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.OauthToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.PrettyPrint
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.QuotaUser
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.UploadType
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.Execute()
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.GetBody()
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ETagAction
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.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.SecurityGatewaysResource.ApplicationsResource.ListRequest : BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>, IClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>, 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. All fields in the Application message are supported. For example, the following query will return the Application with displayName "test-application" For more information, please refer to https://google.aip.dev/160.

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<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.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 ListApplicationsRequest, if any.

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

Parent

Required. The parent location to which the resources belong. projects/{project_id}/locations/global/securityGateways/{security_gateway_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<GoogleCloudBeyondcorpSecuritygatewaysV1alphaListApplicationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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