@argus-labs/proto
Version:
Generated TypeScript protobuf definitions for Argus Labs World Engine
49 lines (41 loc) • 1.62 kB
text/typescript
// @generated by protoc-gen-es v2.2.3 with parameter "target=ts"
// @generated from file micro/v1/ping.proto (package micro.v1, syntax proto3)
/* eslint-disable */
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
import type { ServiceAddress } from "./service_pb";
import { file_micro_v1_service } from "./service_pb";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file micro/v1/ping.proto.
*/
export const file_micro_v1_ping: GenFile = /*@__PURE__*/
fileDesc("ChNtaWNyby92MS9waW5nLnByb3RvEghtaWNyby52MSIGCgRQaW5nIjkKBFBvbmcSMQoPc2VydmljZV9hZGRyZXNzGAEgASgLMhgubWljcm8udjEuU2VydmljZUFkZHJlc3NCPFo6Z2l0aHViLmNvbS9hcmd1cy1sYWJzL2dvLWVjcy9wcm90by9nZW4vZ28vbWljcm8vdjE7bWljcm92MWIGcHJvdG8z", [file_micro_v1_service]);
/**
* @generated from message micro.v1.Ping
*/
export type Ping = Message<"micro.v1.Ping"> & {
};
/**
* Describes the message micro.v1.Ping.
* Use `create(PingSchema)` to create a new message.
*/
export const PingSchema: GenMessage<Ping> = /*@__PURE__*/
messageDesc(file_micro_v1_ping, 0);
/**
* @generated from message micro.v1.Pong
*/
export type Pong = Message<"micro.v1.Pong"> & {
/**
* Using ServiceAddress instead of separate fields
*
* @generated from field: micro.v1.ServiceAddress service_address = 1;
*/
serviceAddress?: ServiceAddress;
};
/**
* Describes the message micro.v1.Pong.
* Use `create(PongSchema)` to create a new message.
*/
export const PongSchema: GenMessage<Pong> = /*@__PURE__*/
messageDesc(file_micro_v1_ping, 1);