Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1TestCertificate

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappdistribution_v1/classes.rb,
lib/google/apis/firebaseappdistribution_v1/representations.rb,
lib/google/apis/firebaseappdistribution_v1/representations.rb

Overview

App bundle test certificate

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1TestCertificate

Returns a new instance of GoogleFirebaseAppdistroV1TestCertificate.



1226
1227
1228
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1226

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#hash_md5String

Hex string of MD5 hash of the test certificate used to resign the AAB Corresponds to the JSON property hashMd5

Returns:

  • (String)


1214
1215
1216
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1214

def hash_md5
  @hash_md5
end

#hash_sha1String

Hex string of SHA1 hash of the test certificate used to resign the AAB Corresponds to the JSON property hashSha1

Returns:

  • (String)


1219
1220
1221
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1219

def hash_sha1
  @hash_sha1
end

#hash_sha256String

Hex string of SHA256 hash of the test certificate used to resign the AAB Corresponds to the JSON property hashSha256

Returns:

  • (String)


1224
1225
1226
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1224

def hash_sha256
  @hash_sha256
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1231
1232
1233
1234
1235
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1231

def update!(**args)
  @hash_md5 = args[:hash_md5] if args.key?(:hash_md5)
  @hash_sha1 = args[:hash_sha1] if args.key?(:hash_sha1)
  @hash_sha256 = args[:hash_sha256] if args.key?(:hash_sha256)
end