Skip to main content

Class: ServiceDescriptorProto

google.protobuf.ServiceDescriptorProto

Describes a service.

Properties

method

method: $Properties[]

ServiceDescriptorProto method.


name

name: string

ServiceDescriptorProto name.


options

Optional options: null | $Properties

ServiceDescriptorProto options.

Methods

toJSON

toJSON(): Object

Converts this ServiceDescriptorProto to JSON.

Returns

Object

JSON object


create

create(properties?): ServiceDescriptorProto & $Shape

Creates a new ServiceDescriptorProto instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

ServiceDescriptorProto & $Shape

ServiceDescriptorProto instance

create(properties?): ServiceDescriptorProto

Parameters

NameType
properties?$Properties

Returns

ServiceDescriptorProto


decode

decode(reader, length?): ServiceDescriptorProto & $Shape

Decodes a ServiceDescriptorProto message from the specified reader or buffer.

Parameters

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

Returns

ServiceDescriptorProto & $Shape

ServiceDescriptorProto

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ServiceDescriptorProto & $Shape

Decodes a ServiceDescriptorProto message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ServiceDescriptorProto & $Shape

ServiceDescriptorProto

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 ServiceDescriptorProto message. Does not implicitly google.protobuf.ServiceDescriptorProto.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): ServiceDescriptorProto

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ServiceDescriptorProto

ServiceDescriptorProto


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageServiceDescriptorProtoServiceDescriptorProto
options?IConversionOptionsConversion options

Returns

Object

Plain object