Home
last modified time | relevance | path

Searched defs:InstantMetadata (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go425InstantMetadata *InstantMetadata `protobuf:"bytes,3,opt,name=instant_metadata,json=instantMetadata… member
487 type InstantMetadata struct { struct
489 …nt bool `protobuf:"varint,1,opt,name=is_instant,json=isInstant,proto3" json:"is_instant,omitempty"`
491 …ery_type,json=deliveryType,proto3,enum=android.bundle.DeliveryType" json:"delivery_type,omitempty"`
493 …d,json=onDemandDeprecated,proto3" json:"on_demand_deprecated,omitempty"` // Deprecated: Do not use.
494 XXX_NoUnkeyedLiteral struct{} `json:"-"`
495 XXX_unrecognized []byte `json:"-"`
496 XXX_sizecache int32 `json:"-"`
499 func (m *InstantMetadata) Reset() { *m = InstantMetadata{} }
500 func (m *InstantMetadata) String() string { return proto.CompactTextString(m) }
[all …]
Dcommands.proto105 message InstantMetadata { message