22
22
*
23
23
*
24
24
* <pre>
25
- * Represents a whole or partial calendar date, e.g. a birthday. The time of day
26
- * and time zone are either specified elsewhere or are not significant. The date
27
- * is relative to the Proleptic Gregorian Calendar. This can represent:
28
- * * A full date, with non-zero year, month and day values
29
- * * A month and day value, with a zero year, e.g. an anniversary
25
+ * Represents a whole or partial calendar date, such as a birthday. The time of
26
+ * day and time zone are either specified elsewhere or are insignificant. The
27
+ * date is relative to the Gregorian Calendar. This can represent one of the
28
+ * following:
29
+ * * A full date, with non-zero year, month, and day values
30
+ * * A month and day value, with a zero year, such as an anniversary
30
31
* * A year on its own, with zero month and day values
31
- * * A year and month value, with a zero day, e.g. a credit card expiration date
32
+ * * A year and month value, with a zero day, such as a credit card expiration
33
+ * date
32
34
* Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and `google.protobuf.Timestamp`.
33
35
* </pre>
34
36
*
@@ -127,7 +129,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
127
129
*
128
130
*
129
131
* <pre>
130
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
132
+ * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
131
133
* a year.
132
134
* </pre>
133
135
*
@@ -146,7 +148,7 @@ public int getYear() {
146
148
*
147
149
*
148
150
* <pre>
149
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
151
+ * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
150
152
* month and day.
151
153
* </pre>
152
154
*
@@ -165,8 +167,8 @@ public int getMonth() {
165
167
*
166
168
*
167
169
* <pre>
168
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
169
- * if specifying a year by itself or a year and month where the day is not
170
+ * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
171
+ * to specify a year by itself or a year and month where the day isn't
170
172
* significant.
171
173
* </pre>
172
174
*
@@ -358,13 +360,15 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
358
360
*
359
361
*
360
362
* <pre>
361
- * Represents a whole or partial calendar date, e.g. a birthday. The time of day
362
- * and time zone are either specified elsewhere or are not significant. The date
363
- * is relative to the Proleptic Gregorian Calendar. This can represent:
364
- * * A full date, with non-zero year, month and day values
365
- * * A month and day value, with a zero year, e.g. an anniversary
363
+ * Represents a whole or partial calendar date, such as a birthday. The time of
364
+ * day and time zone are either specified elsewhere or are insignificant. The
365
+ * date is relative to the Gregorian Calendar. This can represent one of the
366
+ * following:
367
+ * * A full date, with non-zero year, month, and day values
368
+ * * A month and day value, with a zero year, such as an anniversary
366
369
* * A year on its own, with zero month and day values
367
- * * A year and month value, with a zero day, e.g. a credit card expiration date
370
+ * * A year and month value, with a zero day, such as a credit card expiration
371
+ * date
368
372
* Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and `google.protobuf.Timestamp`.
369
373
* </pre>
370
374
*
@@ -529,7 +533,7 @@ public Builder mergeFrom(
529
533
*
530
534
*
531
535
* <pre>
532
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
536
+ * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
533
537
* a year.
534
538
* </pre>
535
539
*
@@ -545,7 +549,7 @@ public int getYear() {
545
549
*
546
550
*
547
551
* <pre>
548
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
552
+ * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
549
553
* a year.
550
554
* </pre>
551
555
*
@@ -564,7 +568,7 @@ public Builder setYear(int value) {
564
568
*
565
569
*
566
570
* <pre>
567
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
571
+ * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
568
572
* a year.
569
573
* </pre>
570
574
*
@@ -584,7 +588,7 @@ public Builder clearYear() {
584
588
*
585
589
*
586
590
* <pre>
587
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
591
+ * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
588
592
* month and day.
589
593
* </pre>
590
594
*
@@ -600,7 +604,7 @@ public int getMonth() {
600
604
*
601
605
*
602
606
* <pre>
603
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
607
+ * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
604
608
* month and day.
605
609
* </pre>
606
610
*
@@ -619,7 +623,7 @@ public Builder setMonth(int value) {
619
623
*
620
624
*
621
625
* <pre>
622
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
626
+ * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
623
627
* month and day.
624
628
* </pre>
625
629
*
@@ -639,8 +643,8 @@ public Builder clearMonth() {
639
643
*
640
644
*
641
645
* <pre>
642
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
643
- * if specifying a year by itself or a year and month where the day is not
646
+ * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
647
+ * to specify a year by itself or a year and month where the day isn't
644
648
* significant.
645
649
* </pre>
646
650
*
@@ -656,8 +660,8 @@ public int getDay() {
656
660
*
657
661
*
658
662
* <pre>
659
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
660
- * if specifying a year by itself or a year and month where the day is not
663
+ * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
664
+ * to specify a year by itself or a year and month where the day isn't
661
665
* significant.
662
666
* </pre>
663
667
*
@@ -676,8 +680,8 @@ public Builder setDay(int value) {
676
680
*
677
681
*
678
682
* <pre>
679
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
680
- * if specifying a year by itself or a year and month where the day is not
683
+ * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
684
+ * to specify a year by itself or a year and month where the day isn't
681
685
* significant.
682
686
* </pre>
683
687
*
0 commit comments