Show / Hide Table of Contents

Class AvailableProjectsResource

The "availableProjects" collection of methods.

Inheritance
object
AvailableProjectsResource
Inherited Members
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 AvailableProjectsResource

Constructors

AvailableProjectsResource(IClientService)

Constructs a new resource.

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

Methods

List()

Lists each Google Cloud Project that can have Firebase resources added and Firebase services enabled. A Project will only be listed if: - The caller has sufficient Google IAM permissions to call AddFirebase. - The Project is not already a FirebaseProject. - The Project is not in an Organization which has policies that prevent Firebase resources from being added.

Declaration
public virtual AvailableProjectsResource.ListRequest List()
Returns
Type Description
AvailableProjectsResource.ListRequest
In this article
Back to top Generated by DocFX