Class ProjectsResource.AndroidAppsResource.ShaResource
The "sha" collection of methods.
Inherited Members
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 |
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 |
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 |
Returns
Type | Description |
---|---|
ProjectsResource.AndroidAppsResource.ShaResource.ListRequest |