Lines Matching defs:ModuleMetadata
301 …ModuleMetadata *ModuleMetadata `protobuf:"bytes,1,opt,name=module_metadata,json=moduleMetadata,pro… member
352 type ModuleMetadata struct { struct
353 state protoimpl.MessageState
354 sizeCache protoimpl.SizeCache
355 unknownFields protoimpl.UnknownFields
358 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
360 …ery_type,json=deliveryType,proto3,enum=android.bundle.DeliveryType" json:"delivery_type,omitempty"`
362 …nt bool `protobuf:"varint,3,opt,name=is_instant,json=isInstant,proto3" json:"is_instant,omitempty"`
365 …pendencies []string `protobuf:"bytes,4,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
368 …argeting *ModuleTargeting `protobuf:"bytes,5,opt,name=targeting,proto3" json:"targeting,omitempty"`
372 …pt,name=on_demand_deprecated,json=onDemandDeprecated,proto3" json:"on_demand_deprecated,omitempty"`
375 func (x *ModuleMetadata) Reset() {
384 func (x *ModuleMetadata) String() string {
388 func (*ModuleMetadata) ProtoMessage() {}
390 func (x *ModuleMetadata) ProtoReflect() protoreflect.Message {
403 func (*ModuleMetadata) Descriptor() ([]byte, []int) {
407 func (x *ModuleMetadata) GetName() string {
414 func (x *ModuleMetadata) GetDeliveryType() DeliveryType {
421 func (x *ModuleMetadata) GetIsInstant() bool {
428 func (x *ModuleMetadata) GetDependencies() []string {
435 func (x *ModuleMetadata) GetTargeting() *ModuleTargeting {
443 func (x *ModuleMetadata) GetOnDemandDeprecated() bool {