Show / Hide Table of Contents

Class ProjectsResource.AndroidAppsResource.ShaResource

The "sha" collection of methods.

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

Constructors

ShaResource(IClientService)

Constructs a new resource.

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

Methods

Create(ShaCertificate, string)

Adds a ShaCertificate to the specified AndroidApp.

Declaration
public virtual ProjectsResource.AndroidAppsResource.ShaResource.CreateRequest Create(ShaCertificate body, string parent)
Parameters
Type Name Description
ShaCertificate body

The body of the request.

string parent

The resource name of the parent AndroidApp to which to add a ShaCertificate, 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.ShaResource.CreateRequest

Delete(string)

Removes a ShaCertificate from the specified AndroidApp.

Declaration
public virtual ProjectsResource.AndroidAppsResource.ShaResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

The resource name of the ShaCertificate to remove from the parent AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID /sha/SHA_HASH Refer to the ShaCertificate name field for details about PROJECT_IDENTIFIER, APP_ID, and SHA_HASH values. You can obtain the full resource name of the ShaCertificate from the response of ListShaCertificates or the original CreateShaCertificate.

Returns
Type Description
ProjectsResource.AndroidAppsResource.ShaResource.DeleteRequest

List(string)

Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.

Declaration
public virtual ProjectsResource.AndroidAppsResource.ShaResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

The resource name of the parent AndroidApp for which to list each associated ShaCertificate, 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.ShaResource.ListRequest
In this article
Back to top Generated by DocFX