|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
fun build(): FileReference! |
|
fun buildPartial(): FileReference! |
|
fun clear(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
fun clearPath(): Builder! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
fun clearType(): Builder! |
|
fun clone(): Builder! |
|
fun getDefaultInstanceForType(): FileReference! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): Descriptor! |
|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
fun getPath(): String! |
|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
fun getPathBytes(): ByteString! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
fun getType(): Type! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
fun getTypeValue(): Int |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: FileReference!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
fun setPath(value: String!): Builder! |
|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
fun setPathBytes(value: ByteString!): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
fun setType(value: Type!): Builder! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
fun setTypeValue(value: Int): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |