Files
softplayer-js-proto/dist/api/test/v1/test_v1_pb.js

36 lines
1.7 KiB
JavaScript

// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
// @generated from file test/v1/test_v1.proto (package test.v1, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
/**
* Describes the file test/v1/test_v1.proto.
*/
export const file_test_v1_test_v1 = /*@__PURE__*/ fileDesc("ChV0ZXN0L3YxL3Rlc3RfdjEucHJvdG8SB3Rlc3QudjEiDQoLUGluZ1JlcXVlc3QiDgoMUGluZ1Jlc3BvbnNlIg0KC1BvbmdSZXF1ZXN0Ig4KDFBvbmdSZXNwb25zZTJ7CgtUZXN0U2VydmljZRI1CgRQaW5nEhQudGVzdC52MS5QaW5nUmVxdWVzdBoVLnRlc3QudjEuUGluZ1Jlc3BvbnNlIgASNQoEUG9uZxIULnRlc3QudjEuUG9uZ1JlcXVlc3QaFS50ZXN0LnYxLlBvbmdSZXNwb25zZSIAQkVaQ2dpdGVhLmJhZGhvdXNlcGxhbnRzLm5ldC9zb2Z0cGxheWVyL3NvZnRwbGF5ZXItZ28tcHJvdG8vcGtnL3Rlc3QvdjFiBnByb3RvMw");
/**
* Describes the message test.v1.PingRequest.
* Use `create(PingRequestSchema)` to create a new message.
*/
export const PingRequestSchema = /*@__PURE__*/ messageDesc(file_test_v1_test_v1, 0);
/**
* Describes the message test.v1.PingResponse.
* Use `create(PingResponseSchema)` to create a new message.
*/
export const PingResponseSchema = /*@__PURE__*/ messageDesc(file_test_v1_test_v1, 1);
/**
* Describes the message test.v1.PongRequest.
* Use `create(PongRequestSchema)` to create a new message.
*/
export const PongRequestSchema = /*@__PURE__*/ messageDesc(file_test_v1_test_v1, 2);
/**
* Describes the message test.v1.PongResponse.
* Use `create(PongResponseSchema)` to create a new message.
*/
export const PongResponseSchema = /*@__PURE__*/ messageDesc(file_test_v1_test_v1, 3);
/**
* *
* Service for handling environments
*
* @generated from service test.v1.TestService
*/
export const TestService = /*@__PURE__*/ serviceDesc(file_test_v1_test_v1, 0);