Class: SourceCodeInfo
google.protobuf.SourceCodeInfo
Represents a SourceCodeInfo.
Implements
Constructors
constructor
• new SourceCodeInfo(properties?
): SourceCodeInfo
Constructs a new SourceCodeInfo.
Parameters
Name | Type | Description |
---|---|---|
properties? | ISourceCodeInfo | Properties to set |
Returns
Properties
location
• location: ILocation
[]
SourceCodeInfo location.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this SourceCodeInfo to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): SourceCodeInfo
Creates a new SourceCodeInfo instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | ISourceCodeInfo | Properties to set |
Returns
SourceCodeInfo instance
decode
▸ decode(reader
, length?
): SourceCodeInfo
Decodes a SourceCodeInfo message from the specified reader or buffer.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
SourceCodeInfo
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): SourceCodeInfo
Decodes a SourceCodeInfo message from the specified reader or buffer, length delimited.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
SourceCodeInfo
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 SourceCodeInfo message. Does not implicitly google.protobuf.SourceCodeInfo.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | ISourceCodeInfo | SourceCodeInfo message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message
, writer?
): Writer
Encodes the specified SourceCodeInfo message, length delimited. Does not implicitly google.protobuf.SourceCodeInfo.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | ISourceCodeInfo | SourceCodeInfo message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object
): SourceCodeInfo
Creates a SourceCodeInfo message from a plain object. Also converts values to their respective internal types.
Parameters
Name | Type | Description |
---|---|---|
object | Object | Plain object |
Returns
SourceCodeInfo
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?
): string
Gets the default type url for SourceCodeInfo
Parameters
Name | Type | Description |
---|---|---|
typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") |
Returns
string
The default type url
toObject
▸ toObject(message
, options?
): Object
Creates a plain object from a SourceCodeInfo message. Also converts values to other types if specified.
Parameters
Name | Type | Description |
---|---|---|
message | SourceCodeInfo | SourceCodeInfo |
options? | IConversionOptions | Conversion options |