Show / Hide Table of Contents

Class AccountsResource.AppsResource.ListRequest

Lists the apps under the given account.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of results to return. The server may further constrain the maximum number of results returned in a single page. If unspecified, the server will decide the number of results to be returned.

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

PageToken

Optional. A page token received from a previous ListApps call. Provide this to retrieve the subsequent page.

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

Parent

Required. The parent account. Example: accounts/123

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ChecksServiceBaseServiceRequest<GoogleChecksAccountV1alphaListAppsResponse>.InitParameters()

Implements

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