Show / Hide Table of Contents

Class ProjectsResource.IosAppsResource

The "iosApps" collection of methods.

Inheritance
object
ProjectsResource.IosAppsResource
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 ProjectsResource.IosAppsResource

Constructors

IosAppsResource(IClientService)

Constructs a new resource.

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

Methods

Create(IosApp, string)

Requests the creation of a new IosApp 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.IosAppsResource.CreateRequest Create(IosApp body, string parent)
Parameters
Type Name Description
IosApp body

The body of the request.

string parent

The resource name of the parent FirebaseProject in which to create an IosApp, in the format: projects/PROJECT_IDENTIFIER/iosApps Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.

Returns
Type Description
ProjectsResource.IosAppsResource.CreateRequest

Get(string)

Gets the specified IosApp.

Declaration
public virtual ProjectsResource.IosAppsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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/-/iosApps/APP_ID Refer to the IosApp name field for details about PROJECT_IDENTIFIER and APP_ID values.

Returns
Type Description
ProjectsResource.IosAppsResource.GetRequest

GetConfig(string)

Gets the configuration artifact associated with the specified IosApp.

Declaration
public virtual ProjectsResource.IosAppsResource.GetConfigRequest GetConfig(string name)
Parameters
Type Name Description
string name

The resource name of the App configuration to download, in the format: projects/PROJECT_IDENTIFIER/iosApps/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/-/iosApps/APP_ID Refer to the IosApp name field for details about PROJECT_IDENTIFIER and APP_ID values.

Returns
Type Description
ProjectsResource.IosAppsResource.GetConfigRequest

List(string)

Lists each IosApp 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.IosAppsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.IosAppsResource.ListRequest

Patch(IosApp, string)

Updates the attributes of the specified IosApp.

Declaration
public virtual ProjectsResource.IosAppsResource.PatchRequest Patch(IosApp body, string name)
Parameters
Type Name Description
IosApp body

The body of the request.

string name

The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's ProjectNumber (recommended) or its ProjectId. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be the ProjectId. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see appId).

Returns
Type Description
ProjectsResource.IosAppsResource.PatchRequest

Remove(RemoveIosAppRequest, string)

Removes the specified IosApp from the FirebaseProject.

Declaration
public virtual ProjectsResource.IosAppsResource.RemoveRequest Remove(RemoveIosAppRequest body, string name)
Parameters
Type Name Description
RemoveIosAppRequest body

The body of the request.

string name

Required. The resource name of the IosApp, in the format: projects/ PROJECT_IDENTIFIER/iosApps/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/-/iosApps/APP_ID Refer to the IosApp name field for details about PROJECT_IDENTIFIER and APP_ID values.

Returns
Type Description
ProjectsResource.IosAppsResource.RemoveRequest

Undelete(UndeleteIosAppRequest, string)

Restores the specified IosApp to the FirebaseProject.

Declaration
public virtual ProjectsResource.IosAppsResource.UndeleteRequest Undelete(UndeleteIosAppRequest body, string name)
Parameters
Type Name Description
UndeleteIosAppRequest body

The body of the request.

string name

Required. The resource name of the IosApp, in the format: projects/ PROJECT_IDENTIFIER/iosApps/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/-/iosApps/APP_ID Refer to the IosApp name field for details about PROJECT_IDENTIFIER and APP_ID values.

Returns
Type Description
ProjectsResource.IosAppsResource.UndeleteRequest
In this article
Back to top Generated by DocFX