<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/type/month.proto
namespace GPBMetadata\Google\Type;
class Month
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
'
�
google/type/month.protogoogle.type*�
Month
MONTH_UNSPECIFIED
JANUARY
FEBRUARY
MARCH
APRIL
MAY
JUNE
JULY
AUGUST
SEPTEMBER
OCTOBER
NOVEMBER
DECEMBERB]
com.google.typeB
MonthProtoPZ6google.golang.org/genproto/googleapis/type/month;month�GTPbproto3'
, true);
static::$is_initialized = true;
}
}
|