Show / Hide Table of Contents

Class ProjectsResource.AppsResource

The "apps" collection of methods.

Inheritance
object
ProjectsResource.AppsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.AppsResource

Constructors

AppsResource(IClientService)

Constructs a new resource.

Declaration
public AppsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Releases

Gets the Releases resource.

Declaration
public virtual ProjectsResource.AppsResource.ReleasesResource Releases { get; }
Property Value
Type Description
ProjectsResource.AppsResource.ReleasesResource

Methods

GetAabInfo(string)

Gets Android App Bundle (AAB) information for a Firebase app.

Declaration
public virtual ProjectsResource.AppsResource.GetAabInfoRequest GetAabInfo(string name)
Parameters
Type Name Description
string name

Required. The name of the AabInfo resource to retrieve. Format: projects/{project_number}/apps/{app_id}/aabInfo

Returns
Type Description
ProjectsResource.AppsResource.GetAabInfoRequest
In this article
Back to top Generated by DocFX