booster / com.didiglobal.booster.aapt2 / Resources / AllowNew

AllowNew

class AllowNew : GeneratedMessageV3, AllowNewOrBuilder


    Whether a resource comes from a compile-time overlay and is explicitly allowed to not overlay an
    existing resource.
    
Protobuf type aapt.pb.AllowNew

Types

Builder


      Whether a resource comes from a compile-time overlay and is explicitly allowed to not overlay an
      existing resource.
      
Protobuf type aapt.pb.AllowNew

class Builder : Builder<Builder!>, AllowNewOrBuilder

Properties

COMMENT_FIELD_NUMBER

static val COMMENT_FIELD_NUMBER: Int

SOURCE_FIELD_NUMBER

static val SOURCE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getComment


      Any comment associated with the declaration.
      
string comment = 2;

fun getComment(): String!

getCommentBytes


      Any comment associated with the declaration.
      
string comment = 2;

fun getCommentBytes(): ByteString!

getDefaultInstance

static fun getDefaultInstance(): AllowNew!

getDefaultInstanceForType

fun getDefaultInstanceForType(): AllowNew!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<AllowNew!>!

getSerializedSize

fun getSerializedSize(): Int

getSource


      Where this was defined in source.
      
.aapt.pb.Source source = 1;

fun getSource(): Source!

getSourceOrBuilder


      Where this was defined in source.
      
.aapt.pb.Source source = 1;

fun getSourceOrBuilder(): SourceOrBuilder!

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasSource


      Where this was defined in source.
      
.aapt.pb.Source source = 1;

fun hasSource(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: AllowNew!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): AllowNew!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): AllowNew!

parseFrom

static fun parseFrom(data: ByteBuffer!): AllowNew!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): AllowNew!
static fun parseFrom(data: ByteString!): AllowNew!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): AllowNew!
static fun parseFrom(data: ByteArray!): AllowNew!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): AllowNew!
static fun parseFrom(input: InputStream!): AllowNew!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): AllowNew!
static fun parseFrom(input: CodedInputStream!): AllowNew!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): AllowNew!

parser

static fun parser(): Parser<AllowNew!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit