Class PackagesResource.PackageRegistrationStatusResource.CheckRequest
Retrieves the Android Developer ID registration status for a given package.
Inheritance
PackagesResource.PackageRegistrationStatusResource.CheckRequest
Inherited Members
Namespace: Google.Apis.AndroidDeveloperIDStatus.v1
Assembly: Google.Apis.AndroidDeveloperIDStatus.v1.dll
Syntax
public class PackagesResource.PackageRegistrationStatusResource.CheckRequest : AndroidDeveloperIDStatusBaseServiceRequest<PackageRegistrationStatus>, IClientServiceRequest<PackageRegistrationStatus>, IClientServiceRequest
Constructors
CheckRequest(IClientService, string)
Constructs a new Check request.
Declaration
public CheckRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
CertificateFingerprint
Optional. The SHA-256 fingerprint of the public certificate represented as a 64-character lowercase
hexadecimal string without any colons or separators (e.g.,
d6ac89ed1d0a805aad4b087d06d5f41645b814480b133fbc867ef7498d069e06).
Declaration
[RequestParameter("certificateFingerprint", RequestParameterType.Query)]
public virtual string CertificateFingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
Required. The name of the package registration status resource. Format:
packages/{package}/packageRegistrationStatus {package} must follow the specific format: The
fully-qualified Android package name with dots ('.') replaced by hyphens ('-') (e.g.,
com-example-app instead of com.example.app).
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 Check parameter list.
Declaration
protected override void InitParameters()