Lines Matching defs:BundleConfig

89 type BundleConfig struct {  struct
90 …etool *Bundletool `protobuf:"bytes,1,opt,name=bundletool,proto3" json:"bundletool,omitempty"`
91 …ns *Optimizations `protobuf:"bytes,2,opt,name=optimizations,proto3" json:"optimizations,omitempty"`
92 …sion *Compression `protobuf:"bytes,3,opt,name=compression,proto3" json:"compression,omitempty"`
94 …:"bytes,4,opt,name=master_resources,json=masterResources,proto3" json:"master_resources,omitempty"`
95 … `protobuf:"bytes,5,opt,name=apex_config,json=apexConfig,proto3" json:"apex_config,omitempty"`
97 …ed_apk_config,json=unsignedEmbeddedApkConfig,proto3" json:"unsigned_embedded_apk_config,omitempty"`
98 …pt,name=asset_modules_config,json=assetModulesConfig,proto3" json:"asset_modules_config,omitempty"`
99 …:"varint,8,opt,name=type,proto3,enum=android.bundle.BundleConfig_BundleType" json:"type,omitempty"`
100 XXX_NoUnkeyedLiteral struct{} `json:"-"`
101 XXX_unrecognized []byte `json:"-"`
102 XXX_sizecache int32 `json:"-"`
105 func (m *BundleConfig) Reset() { *m = BundleConfig{} }
106 func (m *BundleConfig) String() string { return proto.CompactTextString(m) }
107 func (*BundleConfig) ProtoMessage() {}
108 func (*BundleConfig) Descriptor() ([]byte, []int) {
112 func (m *BundleConfig) XXX_Unmarshal(b []byte) error {
115 func (m *BundleConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
118 func (m *BundleConfig) XXX_Merge(src proto.Message) {
121 func (m *BundleConfig) XXX_Size() int {
124 func (m *BundleConfig) XXX_DiscardUnknown() {
130 func (m *BundleConfig) GetBundletool() *Bundletool {
137 func (m *BundleConfig) GetOptimizations() *Optimizations {
144 func (m *BundleConfig) GetCompression() *Compression {
151 func (m *BundleConfig) GetMasterResources() *MasterResources {
158 func (m *BundleConfig) GetApexConfig() *ApexConfig {
165 func (m *BundleConfig) GetUnsignedEmbeddedApkConfig() []*UnsignedEmbeddedApkConfig {
172 func (m *BundleConfig) GetAssetModulesConfig() *AssetModulesConfig {
179 func (m *BundleConfig) GetType() BundleConfig_BundleType {