Class: Google::Apis::TestingV1::AppBundle

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AppBundle

Returns a new instance of AppBundle.



734
735
736
# File 'generated/google/apis/testing_v1/classes.rb', line 734

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

Instance Attribute Details

#bundle_locationGoogle::Apis::TestingV1::FileReference

A reference to a file, used for user inputs. Corresponds to the JSON property bundleLocation



732
733
734
# File 'generated/google/apis/testing_v1/classes.rb', line 732

def bundle_location
  @bundle_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



739
740
741
# File 'generated/google/apis/testing_v1/classes.rb', line 739

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