Lines Matching defs:AssetModuleMetadata

372AssetModuleMetadata *AssetModuleMetadata `protobuf:"bytes,1,opt,name=asset_module_metadata,json=as…  member
419 type AssetModuleMetadata struct { struct
421 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
423 …ery_type,json=deliveryType,proto3,enum=android.bundle.DeliveryType" json:"delivery_type,omitempty"`
425 …:"bytes,3,opt,name=instant_metadata,json=instantMetadata,proto3" json:"instant_metadata,omitempty"`
427 …d,json=onDemandDeprecated,proto3" json:"on_demand_deprecated,omitempty"` // Deprecated: Do not use.
428 XXX_NoUnkeyedLiteral struct{} `json:"-"`
429 XXX_unrecognized []byte `json:"-"`
430 XXX_sizecache int32 `json:"-"`
433 func (m *AssetModuleMetadata) Reset() { *m = AssetModuleMetadata{} }
434 func (m *AssetModuleMetadata) String() string { return proto.CompactTextString(m) }
435 func (*AssetModuleMetadata) ProtoMessage() {}
436 func (*AssetModuleMetadata) Descriptor() ([]byte, []int) {
440 func (m *AssetModuleMetadata) XXX_Unmarshal(b []byte) error {
443 func (m *AssetModuleMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
446 func (m *AssetModuleMetadata) XXX_Merge(src proto.Message) {
449 func (m *AssetModuleMetadata) XXX_Size() int {
452 func (m *AssetModuleMetadata) XXX_DiscardUnknown() {
458 func (m *AssetModuleMetadata) GetName() string {
465 func (m *AssetModuleMetadata) GetDeliveryType() DeliveryType {
472 func (m *AssetModuleMetadata) GetInstantMetadata() *InstantMetadata {
480 func (m *AssetModuleMetadata) GetOnDemandDeprecated() bool {