Skip to main content

Class: Annotation

protobuf.GeneratedCodeInfo.Annotation

Represents an Annotation.

Implements

Constructors

constructor

new Annotation(properties?): Annotation

Constructs a new Annotation.

Parameters

NameTypeDescription
properties?IAnnotationProperties to set

Returns

Annotation

Properties

begin

begin: number

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

Implementation of

IAnnotation.begin


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).

Implementation of

IAnnotation.end


path

path: number[]

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

Implementation of

IAnnotation.path


semantic

semantic: Semantic

Annotation semantic.

Implementation of

IAnnotation.semantic


sourceFile

sourceFile: string

Identifies the filesystem path to the original source .proto.

Implementation of

IAnnotation.sourceFile

Methods

toJSON

toJSON(): Object

Converts this Annotation to JSON.

Returns

Object

JSON object


create

create(properties?): Annotation

Creates a new Annotation instance using the specified properties.

Parameters

NameTypeDescription
properties?IAnnotationProperties to set

Returns

Annotation

Annotation instance


decode

decode(reader, length?): Annotation

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

Annotation

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Annotation

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Annotation

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
messageIAnnotationAnnotation 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
messageIAnnotationAnnotation 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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for Annotation

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


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