Class: Google::Apis::AndroidpublisherV3::EnrollExistingApp
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::EnrollExistingApp
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Enroll an existing app into Play signing.
Instance Attribute Summary collapse
-
#cloud_kms_key ⇒ Google::Apis::AndroidpublisherV3::CloudKmsKey
Reference to a private key hosted in developer-managed Google Cloud KMS.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnrollExistingApp
constructor
A new instance of EnrollExistingApp.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnrollExistingApp
Returns a new instance of EnrollExistingApp.
3949 3950 3951 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3949 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_kms_key ⇒ Google::Apis::AndroidpublisherV3::CloudKmsKey
Reference to a private key hosted in developer-managed Google Cloud KMS.
Corresponds to the JSON property cloudKmsKey
3947 3948 3949 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3947 def cloud_kms_key @cloud_kms_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3954 3955 3956 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3954 def update!(**args) @cloud_kms_key = args[:cloud_kms_key] if args.key?(:cloud_kms_key) end |