Skip to main content

Class: Annotation

protobuf.GeneratedCodeInfo.Annotation

Represents an Annotation.

Properties

begin

begin: number

Identifies the starting offset in bytes in the generated code that relates to the identified object.


end

end: number

Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin).


path

path: number[]

Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.


semantic

semantic: Semantic

Annotation semantic.


sourceFile

sourceFile: string

Identifies the filesystem path to the original source .proto.

Methods

toJSON

toJSON(): Object

Converts this Annotation to JSON.

Returns

Object

JSON object


create

create(properties?): Annotation & $Properties

Creates a new Annotation instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

Annotation & $Properties

Annotation instance

create(properties?): Annotation

Parameters

NameType
properties?$Properties

Returns

Annotation


decode

decode(reader, length?): Annotation & $Properties

Decodes an Annotation message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

Annotation & $Properties

Annotation

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Annotation & $Properties

Decodes an Annotation message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Annotation & $Properties

Annotation

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified Annotation message. Does not implicitly google.protobuf.GeneratedCodeInfo.Annotation.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesAnnotation message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified Annotation message, length delimited. Does not implicitly google.protobuf.GeneratedCodeInfo.Annotation.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesAnnotation message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): Annotation

Creates an Annotation message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

Annotation

Annotation


toObject

toObject(message, options?): Object

Creates a plain object from an Annotation message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageAnnotationAnnotation
options?IConversionOptionsConversion options

Returns

Object

Plain object