Android Developer ID Status API . packages . packageRegistrationStatus

Instance Methods

check(name, certificateFingerprint=None, x__xgafv=None)

Retrieves the Android Developer ID registration status for a given package.

close()

Close httplib2 connections.

Method Details

check(name, certificateFingerprint=None, x__xgafv=None)
Retrieves the Android Developer ID registration status for a given package.

Args:
  name: string, 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`). (required)
  certificateFingerprint: string, 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`).
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Resource message PackageRegistrationStatus.
  "certificateFingerprint": "A String", # Output only. The SHA-256 fingerprint of the public certificate represented as a 64-character lowercase hexadecimal string without any colons or separators (e.g., `d6ac89ed1d0a805aad4b087d06d5f41645b814480b133fbc867ef7498d069e06`).
  "name": "A String", # Identifier. 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`).
  "state": "A String", # Output only. Registration state of the package, or pair.
}
close()
Close httplib2 connections.