|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
fun build(): Span! |
|
fun buildPartial(): Span! |
|
fun clear(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
The first character position this span applies to, in UTF-16 offset.
uint32 first_char = 2;
fun clearFirstChar(): Builder! |
|
The last character position this span applies to, in UTF-16 offset.
uint32 last_char = 3;
fun clearLastChar(): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
fun clearTag(): Builder! |
|
fun clone(): Builder! |
|
fun getDefaultInstanceForType(): Span! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): Descriptor! |
|
The first character position this span applies to, in UTF-16 offset.
uint32 first_char = 2;
fun getFirstChar(): Int |
|
The last character position this span applies to, in UTF-16 offset.
uint32 last_char = 3;
fun getLastChar(): Int |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
fun getTag(): String! |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
fun getTagBytes(): ByteString! |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: Span!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
The first character position this span applies to, in UTF-16 offset.
uint32 first_char = 2;
fun setFirstChar(value: Int): Builder! |
|
The last character position this span applies to, in UTF-16 offset.
uint32 last_char = 3;
fun setLastChar(value: Int): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
fun setTag(value: String!): Builder! |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
fun setTagBytes(value: ByteString!): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |