tencent cloud

All product documents
Tencent Cloud Observability Platform
Client.load
Last updated: 2025-03-11 20:04:58
Client.load
Last updated: 2025-03-11 20:04:58
Client.load is used to load pb files.
load(importPaths: string[], ...filenames: string[]): void

Parameters

Parameter
Type
Description
importPaths
string[]
Used to search for dependency paths referenced in import statements of proto source files; if no import path is provided, the current directory is assumed to be the only import path.
...filenames
string[]
The list of pb file names, supports calling with a single file name.

Return

Type
Description
void
No content returned.

Samples

Load a file from the root directory of the protocol file.
import grpc from 'pts/grpc';

const client = new grpc.Client();

// Load the addsvc.proto file from the root directory of the protocol file.
client.load([], 'addsvc.proto');
Load multiple files from a directory of the protocol file:
import grpc from 'pts/grpc';

const client = new grpc.Client();

// Load the addsvc.proto and example.proto files from the dirName directory of the protocol file.
client.load(['dirName'], 'addsvc.proto', 'example.proto');

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support