Class AppsResource.UploadStatusResource.GetRequest
GET Binary upload status by token
Inheritance
AppsResource.UploadStatusResource.GetRequest
Implements
Inherited Members
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse>.Alt
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class AppsResource.UploadStatusResource.GetRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string mobilesdkAppId, string uploadToken)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | mobilesdkAppId | |
string | uploadToken |
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
MobilesdkAppId
Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289
Declaration
[RequestParameter("mobilesdkAppId", RequestParameterType.Path)]
public virtual string MobilesdkAppId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UploadToken
The token for the upload
Declaration
[RequestParameter("uploadToken", RequestParameterType.Path)]
public virtual string UploadToken { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()