Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAabCertificate
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAabCertificate
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappdistribution_v1alpha/classes.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb
Overview
App bundle test certificate
Instance Attribute Summary collapse
-
#certificate_hash_md5 ⇒ String
MD5 hash of the certificate used to resign the AAB Corresponds to the JSON property
certificateHashMd5. -
#certificate_hash_sha1 ⇒ String
SHA1 hash of the certificate used to resign the AAB Corresponds to the JSON property
certificateHashSha1. -
#certificate_hash_sha256 ⇒ String
SHA256 hash of the certificate used to resign the AAB Corresponds to the JSON property
certificateHashSha256.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaAabCertificate
constructor
A new instance of GoogleFirebaseAppdistroV1alphaAabCertificate.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaAabCertificate
Returns a new instance of GoogleFirebaseAppdistroV1alphaAabCertificate.
195 196 197 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_hash_md5 ⇒ String
MD5 hash of the certificate used to resign the AAB
Corresponds to the JSON property certificateHashMd5
183 184 185 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 183 def certificate_hash_md5 @certificate_hash_md5 end |
#certificate_hash_sha1 ⇒ String
SHA1 hash of the certificate used to resign the AAB
Corresponds to the JSON property certificateHashSha1
188 189 190 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 188 def certificate_hash_sha1 @certificate_hash_sha1 end |
#certificate_hash_sha256 ⇒ String
SHA256 hash of the certificate used to resign the AAB
Corresponds to the JSON property certificateHashSha256
193 194 195 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 193 def certificate_hash_sha256 @certificate_hash_sha256 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
200 201 202 203 204 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 200 def update!(**args) @certificate_hash_md5 = args[:certificate_hash_md5] if args.key?(:certificate_hash_md5) @certificate_hash_sha1 = args[:certificate_hash_sha1] if args.key?(:certificate_hash_sha1) @certificate_hash_sha256 = args[:certificate_hash_sha256] if args.key?(:certificate_hash_sha256) end |