Class ProjectsResource.AndroidAppsResource.ShaResource.CreateRequest
Adds a ShaCertificate to the specified AndroidApp.
Inheritance
ProjectsResource.AndroidAppsResource.ShaResource.CreateRequest
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.AndroidAppsResource.ShaResource.CreateRequest : FirebaseManagementBaseServiceRequest<ShaCertificate>, IClientServiceRequest<ShaCertificate>, IClientServiceRequest
Constructors
CreateRequest(IClientService, ShaCertificate, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, ShaCertificate body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ShaCertificate | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()