@gitpod/sdk
Version:
Public TypeScript SDK for Ona.
48 lines (47 loc) • 2.47 kB
JavaScript
;
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
// @generated from file gitpod/v1/count.proto (package gitpod.v1, syntax proto3)
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountResponseRelationSchema = exports.CountResponseRelation = exports.CountResponseSchema = exports.CountRequestSchema = exports.file_gitpod_v1_count = void 0;
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
/**
* Describes the file gitpod/v1/count.proto.
*/
exports.file_gitpod_v1_count = (0, codegenv2_1.fileDesc)("ChVnaXRwb2QvdjEvY291bnQucHJvdG8SCWdpdHBvZC52MSIfCgxDb3VudFJlcXVlc3QSDwoHaW5jbHVkZRgBIAEoCCJSCg1Db3VudFJlc3BvbnNlEg0KBXZhbHVlGAEgASgFEjIKCHJlbGF0aW9uGAIgASgOMiAuZ2l0cG9kLnYxLkNvdW50UmVzcG9uc2VSZWxhdGlvbiqBAQoVQ291bnRSZXNwb25zZVJlbGF0aW9uEicKI0NPVU5UX1JFU1BPTlNFX1JFTEFUSU9OX1VOU1BFQ0lGSUVEEAASHgoaQ09VTlRfUkVTUE9OU0VfUkVMQVRJT05fRVEQARIfChtDT1VOVF9SRVNQT05TRV9SRUxBVElPTl9HVEUQAkInWiVnaXRodWIuY29tL2dpdHBvZC1pby9naXRwb2Qtc2RrLWdvL3YxYgZwcm90bzM");
/**
* Describes the message gitpod.v1.CountRequest.
* Use `create(CountRequestSchema)` to create a new message.
*/
exports.CountRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_gitpod_v1_count, 0);
/**
* Describes the message gitpod.v1.CountResponse.
* Use `create(CountResponseSchema)` to create a new message.
*/
exports.CountResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_gitpod_v1_count, 1);
/**
* @generated from enum gitpod.v1.CountResponseRelation
*/
var CountResponseRelation;
(function (CountResponseRelation) {
/**
* @generated from enum value: COUNT_RESPONSE_RELATION_UNSPECIFIED = 0;
*/
CountResponseRelation[CountResponseRelation["UNSPECIFIED"] = 0] = "UNSPECIFIED";
/**
* The count is equal to the number of matching records.
*
* @generated from enum value: COUNT_RESPONSE_RELATION_EQ = 1;
*/
CountResponseRelation[CountResponseRelation["EQ"] = 1] = "EQ";
/**
* The actual number of matching records is greater than or equal to the value.
*
* @generated from enum value: COUNT_RESPONSE_RELATION_GTE = 2;
*/
CountResponseRelation[CountResponseRelation["GTE"] = 2] = "GTE";
})(CountResponseRelation || (exports.CountResponseRelation = CountResponseRelation = {}));
/**
* Describes the enum gitpod.v1.CountResponseRelation.
*/
exports.CountResponseRelationSchema = (0, codegenv2_1.enumDesc)(exports.file_gitpod_v1_count, 0);