Class: Google::Apis::TestingV1::AppBundle
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::AppBundle
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/google/apis/testing_v1/representations.rb
Overview
An Android App Bundle file format, containing a BundleConfig.pb file, a base module directory, zero or more dynamic feature module directories.
See https://developer.android.com/guide/app-bundle/build for guidance on building App Bundles.
Instance Attribute Summary collapse
-
#bundle_location ⇒ Google::Apis::TestingV1::FileReference
A reference to a file, used for user inputs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppBundle
constructor
A new instance of AppBundle.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AppBundle
Returns a new instance of AppBundle
722 723 724 |
# File 'generated/google/apis/testing_v1/classes.rb', line 722 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bundle_location ⇒ Google::Apis::TestingV1::FileReference
A reference to a file, used for user inputs.
Corresponds to the JSON property bundleLocation
720 721 722 |
# File 'generated/google/apis/testing_v1/classes.rb', line 720 def bundle_location @bundle_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
727 728 729 |
# File 'generated/google/apis/testing_v1/classes.rb', line 727 def update!(**args) @bundle_location = args[:bundle_location] if args.key?(:bundle_location) end |