UNPKG

@confluentinc/schemaregistry

Version:
112 lines (111 loc) 3.56 kB
"use strict"; // Copyright 2021-2024 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. Object.defineProperty(exports, "__esModule", { value: true }); exports.MonthSchema = exports.Month = exports.file_google_type_month = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file google/type/month.proto. */ exports.file_google_type_month = (0, codegenv1_1.fileDesc)("Chdnb29nbGUvdHlwZS9tb250aC5wcm90bxILZ29vZ2xlLnR5cGUqsAEKBU1vbnRoEhUKEU1PTlRIX1VOU1BFQ0lGSUVEEAASCwoHSkFOVUFSWRABEgwKCEZFQlJVQVJZEAISCQoFTUFSQ0gQAxIJCgVBUFJJTBAEEgcKA01BWRAFEggKBEpVTkUQBhIICgRKVUxZEAcSCgoGQVVHVVNUEAgSDQoJU0VQVEVNQkVSEAkSCwoHT0NUT0JFUhAKEgwKCE5PVkVNQkVSEAsSDAoIREVDRU1CRVIQDEJdCg9jb20uZ29vZ2xlLnR5cGVCCk1vbnRoUHJvdG9QAVo2Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL21vbnRoO21vbnRoogIDR1RQYgZwcm90bzM"); /** * Represents a month in the Gregorian calendar. * * @generated from enum google.type.Month */ var Month; (function (Month) { /** * The unspecified month. * * @generated from enum value: MONTH_UNSPECIFIED = 0; */ Month[Month["MONTH_UNSPECIFIED"] = 0] = "MONTH_UNSPECIFIED"; /** * The month of January. * * @generated from enum value: JANUARY = 1; */ Month[Month["JANUARY"] = 1] = "JANUARY"; /** * The month of February. * * @generated from enum value: FEBRUARY = 2; */ Month[Month["FEBRUARY"] = 2] = "FEBRUARY"; /** * The month of March. * * @generated from enum value: MARCH = 3; */ Month[Month["MARCH"] = 3] = "MARCH"; /** * The month of April. * * @generated from enum value: APRIL = 4; */ Month[Month["APRIL"] = 4] = "APRIL"; /** * The month of May. * * @generated from enum value: MAY = 5; */ Month[Month["MAY"] = 5] = "MAY"; /** * The month of June. * * @generated from enum value: JUNE = 6; */ Month[Month["JUNE"] = 6] = "JUNE"; /** * The month of July. * * @generated from enum value: JULY = 7; */ Month[Month["JULY"] = 7] = "JULY"; /** * The month of August. * * @generated from enum value: AUGUST = 8; */ Month[Month["AUGUST"] = 8] = "AUGUST"; /** * The month of September. * * @generated from enum value: SEPTEMBER = 9; */ Month[Month["SEPTEMBER"] = 9] = "SEPTEMBER"; /** * The month of October. * * @generated from enum value: OCTOBER = 10; */ Month[Month["OCTOBER"] = 10] = "OCTOBER"; /** * The month of November. * * @generated from enum value: NOVEMBER = 11; */ Month[Month["NOVEMBER"] = 11] = "NOVEMBER"; /** * The month of December. * * @generated from enum value: DECEMBER = 12; */ Month[Month["DECEMBER"] = 12] = "DECEMBER"; })(Month || (exports.Month = Month = {})); /** * Describes the enum google.type.Month. */ exports.MonthSchema = (0, codegenv1_1.enumDesc)(exports.file_google_type_month, 0);