Class GetAndroidAppResult


  • public final class GetAndroidAppResult
    extends java.lang.Object
    • Method Detail

      • apiKeyId

        public java.lang.String apiKeyId()
      • appId

        public java.lang.String appId()
        Returns:
        Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
      • deletionPolicy

        public java.lang.String deletionPolicy()
      • displayName

        public java.lang.String displayName()
        Returns:
        The user-assigned display name of the AndroidApp.
      • etag

        public java.lang.String etag()
        Returns:
        This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.lang.String name()
        Returns:
        The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
      • packageName

        public java.lang.String packageName()
        Returns:
        The canonical package name of the Android app as would appear in the Google Play Developer Console.
      • project

        public java.util.Optional<java.lang.String> project()
      • sha1Hashes

        public java.util.List<java.lang.String> sha1Hashes()
        Returns:
        The SHA1 certificate hashes for the AndroidApp.
      • sha256Hashes

        public java.util.List<java.lang.String> sha256Hashes()
        Returns:
        The SHA256 certificate hashes for the AndroidApp.