Class ProjectsResource.GetAdminSdkConfigRequest
Gets the configuration artifact associated with the specified FirebaseProject, which can be used by servers to simplify initialization. Typically, this configuration is used with the Firebase Admin SDK initializeApp command.
Inheritance
ProjectsResource.GetAdminSdkConfigRequest
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.GetAdminSdkConfigRequest : FirebaseManagementBaseServiceRequest<AdminSdkConfig>, IClientServiceRequest<AdminSdkConfig>, IClientServiceRequest
Constructors
GetAdminSdkConfigRequest(IClientService, string)
Constructs a new GetAdminSdkConfig request.
Declaration
public GetAdminSdkConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
The resource name of the FirebaseProject, in the format: projects/ PROJECT_IDENTIFIER/adminSdkConfig
Refer to the FirebaseProject
name
field for details about
PROJECT_IDENTIFIER values.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetAdminSdkConfig parameter list.
Declaration
protected override void InitParameters()