Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppConnectionsResource.ListRequest

Lists AppConnections in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>
ProjectsResource.LocationsResource.AppConnectionsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>
IClientServiceRequest
Inherited Members
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.Xgafv
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.AccessToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.Alt
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.Callback
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.Fields
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.Key
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.OauthToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.PrettyPrint
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.QuotaUser
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.UploadType
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.Execute()
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.GetBody()
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ETagAction
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.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.AppConnectionsResource.ListRequest : BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>, IClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>, 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<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.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 ListAppConnectionsRequest, 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 AppConnection 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<GoogleCloudBeyondcorpAppconnectionsV1alphaListAppConnectionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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