Class ProjectsResource.AndroidAppsResource
The "androidApps" collection of methods.
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.AndroidAppsResource
Constructors
AndroidAppsResource(IClientService)
Constructs a new resource.
Declaration
public AndroidAppsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Sha
Gets the Sha resource.
Declaration
public virtual ProjectsResource.AndroidAppsResource.ShaResource Sha { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.ShaResource |
Methods
Create(AndroidApp, string)
Requests the creation of a new AndroidApp in the specified FirebaseProject. The result of this call is
an Operation
which can be used to track the provisioning process. The Operation
is automatically
deleted after completion, so there is no need to call DeleteOperation
.
Declaration
public virtual ProjectsResource.AndroidAppsResource.CreateRequest Create(AndroidApp body, string parent)
Parameters
Type | Name | Description |
---|---|---|
AndroidApp | body | The body of the request. |
string | parent | The resource name of the parent FirebaseProject in which to create an AndroidApp, in the format:
projects/PROJECT_IDENTIFIER/androidApps Refer to the |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.CreateRequest |
Get(string)
Gets the specified AndroidApp.
Declaration
public virtual ProjectsResource.AndroidAppsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID
Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be
used here, in the format: projects/-/androidApps/APP_ID Refer to the |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.GetRequest |
GetConfig(string)
Gets the configuration artifact associated with the specified AndroidApp.
Declaration
public virtual ProjectsResource.AndroidAppsResource.GetConfigRequest GetConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource name of the AndroidApp configuration to download, in the format:
projects/PROJECT_IDENTIFIER/androidApps/APP_ID/config Since an APP_ID is a unique identifier, the Unique
Resource from Sub-Collection access pattern may be used here, in the format:
projects/-/androidApps/APP_ID Refer to the |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.GetConfigRequest |
List(string)
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
.
Declaration
public virtual ProjectsResource.AndroidAppsResource.ListRequest List(string parent)
Parameters
Type | Name | 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 |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.ListRequest |
Patch(AndroidApp, string)
Updates the attributes of the specified AndroidApp.
Declaration
public virtual ProjectsResource.AndroidAppsResource.PatchRequest Patch(AndroidApp body, string name)
Parameters
Type | Name | Description |
---|---|---|
AndroidApp | body | The body of the request. |
string | name | The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID *
PROJECT_IDENTIFIER: the parent Project's
|
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.PatchRequest |
Remove(RemoveAndroidAppRequest, string)
Removes the specified AndroidApp from the FirebaseProject.
Declaration
public virtual ProjectsResource.AndroidAppsResource.RemoveRequest Remove(RemoveAndroidAppRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
RemoveAndroidAppRequest | body | The body of the request. |
string | name | Required. The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the AndroidApp name field for details about PROJECT_IDENTIFIER and APP_ID values. |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.RemoveRequest |
Undelete(UndeleteAndroidAppRequest, string)
Restores the specified AndroidApp to the FirebaseProject.
Declaration
public virtual ProjectsResource.AndroidAppsResource.UndeleteRequest Undelete(UndeleteAndroidAppRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
UndeleteAndroidAppRequest | body | The body of the request. |
string | name | Required. The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the AndroidApp name field for details about PROJECT_IDENTIFIER and APP_ID values. |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.UndeleteRequest |