Class: Google::Cloud::ApiKeys::V2::AndroidApplication

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/apikeys/v2/resources.rb

Overview

Identifier of an Android application for key use.

Instance Attribute Summary collapse

Instance Attribute Details

#package_name::String

Returns The package name of the application.

Returns:

  • (::String)

    The package name of the application.



150
151
152
153
# File 'proto_docs/google/api/apikeys/v2/resources.rb', line 150

class AndroidApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sha1_fingerprint::String

Returns The SHA1 fingerprint of the application. For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter.

Returns:

  • (::String)

    The SHA1 fingerprint of the application. For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter.



150
151
152
153
# File 'proto_docs/google/api/apikeys/v2/resources.rb', line 150

class AndroidApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end