Show / Hide Table of Contents

Class ProjectsResource.AndroidAppsResource.ListRequest

Lists each AndroidApp associated with the specified FirebaseProject. The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a pageToken.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of Apps to return in the response. The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.

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

PageToken

Token returned from a previous call to ListAndroidApps indicating where in the set of Apps to resume listing.

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

Parent

The resource name of the parent FirebaseProject for which to list each associated AndroidApp, in the format: projects/PROJECT_IDENTIFIER /androidApps Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.

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

ShowDeleted

Controls whether Apps in the DELETED state should be returned in the response. If not specified, only ACTIVE Apps will be returned.

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseManagementBaseServiceRequest<ListAndroidAppsResponse>.InitParameters()

Implements

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