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
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
ServiceDescriptorProto & $Shape
ServiceDescriptorProto instance
▸ create(properties?): ServiceDescriptorProto
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): ServiceDescriptorProto & $Shape
Decodes a ServiceDescriptorProto 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
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
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader 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
| Name | Type | Description |
|---|---|---|
message | $Properties | ServiceDescriptorProto message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
message | $Properties | ServiceDescriptorProto message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
ServiceDescriptorProto
toObject
▸ toObject(message, options?): Object
Creates a plain object from a ServiceDescriptorProto message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | ServiceDescriptorProto | ServiceDescriptorProto |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object