Searched defs:InstantMetadata (Results 1 – 2 of 2) sorted by relevance
| /build/soong/cmd/extract_apks/bundle_proto/ |
| D | commands.pb.go | 518 …InstantMetadata *InstantMetadata `protobuf:"bytes,3,opt,name=instant_metadata,json=instantMetadata… member 586 type InstantMetadata struct { struct 587 state protoimpl.MessageState 588 sizeCache protoimpl.SizeCache 589 unknownFields protoimpl.UnknownFields 592 …nt bool `protobuf:"varint,1,opt,name=is_instant,json=isInstant,proto3" json:"is_instant,omitempty"` 594 …ery_type,json=deliveryType,proto3,enum=android.bundle.DeliveryType" json:"delivery_type,omitempty"` 598 …pt,name=on_demand_deprecated,json=onDemandDeprecated,proto3" json:"on_demand_deprecated,omitempty"` 601 func (x *InstantMetadata) Reset() { 610 func (x *InstantMetadata) String() string { [all …]
|
| D | commands.proto | 105 message InstantMetadata { message
|