Skip to content

Commit f529392

Browse files
chore: generate libraries at Sat Mar 28 03:08:17 UTC 2026
1 parent 5d41b19 commit f529392

47 files changed

Lines changed: 872 additions & 741 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java-common-protos/proto-google-common-protos/src/main/java/com/google/type/Color.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@
2525
*
2626
* <pre>
2727
* Represents a color in the RGBA color space. This representation is designed
28-
* for simplicity of conversion to/from color representations in various
28+
* for simplicity of conversion to and from color representations in various
2929
* languages over compactness. For example, the fields of this representation
3030
* can be trivially provided to the constructor of `java.awt.Color` in Java; it
3131
* can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
3232
* method in iOS; and, with just a little work, it can be easily formatted into
3333
* a CSS `rgba()` string in JavaScript.
3434
*
35-
* This reference page doesn't carry information about the absolute color
36-
* space
37-
* that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB,
38-
* DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color
35+
* This reference page doesn't have information about the absolute color
36+
* space that should be used to interpret the RGB value—for example, sRGB,
37+
* Adobe RGB,
38+
* DCI-P3, and BT.2020. By default, applications should assume the sRGB color
3939
* space.
4040
*
41-
* When color equality needs to be decided, implementations, unless
42-
* documented otherwise, treat two colors as equal if all their red,
43-
* green, blue, and alpha values each differ by at most 1e-5.
41+
* When color equality needs to be decided, implementations, unless documented
42+
* otherwise, treat two colors as equal if all their red, green, blue, and alpha
43+
* values each differ by at most `1e-5`.
4444
*
4545
* Example (Java):
4646
*
@@ -523,22 +523,22 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.Builder
523523
*
524524
* <pre>
525525
* Represents a color in the RGBA color space. This representation is designed
526-
* for simplicity of conversion to/from color representations in various
526+
* for simplicity of conversion to and from color representations in various
527527
* languages over compactness. For example, the fields of this representation
528528
* can be trivially provided to the constructor of `java.awt.Color` in Java; it
529529
* can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
530530
* method in iOS; and, with just a little work, it can be easily formatted into
531531
* a CSS `rgba()` string in JavaScript.
532532
*
533-
* This reference page doesn't carry information about the absolute color
534-
* space
535-
* that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB,
536-
* DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color
533+
* This reference page doesn't have information about the absolute color
534+
* space that should be used to interpret the RGB value—for example, sRGB,
535+
* Adobe RGB,
536+
* DCI-P3, and BT.2020. By default, applications should assume the sRGB color
537537
* space.
538538
*
539-
* When color equality needs to be decided, implementations, unless
540-
* documented otherwise, treat two colors as equal if all their red,
541-
* green, blue, and alpha values each differ by at most 1e-5.
539+
* When color equality needs to be decided, implementations, unless documented
540+
* otherwise, treat two colors as equal if all their red, green, blue, and alpha
541+
* values each differ by at most `1e-5`.
542542
*
543543
* Example (Java):
544544
*

java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ColorProto.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
5959
+ "\003red\030\001 \001(\002\022\r\n"
6060
+ "\005green\030\002 \001(\002\022\014\n"
6161
+ "\004blue\030\003 \001(\002\022*\n"
62-
+ "\005alpha\030\004 \001(\0132\033.google.protobuf.FloatValueB`\n"
62+
+ "\005alpha\030\004 \001(\0132\033.google.protobuf.FloatValueB]\n"
6363
+ "\017com.google.typeB\n"
6464
+ "ColorProtoP\001Z6google.golang.org/genproto/googleapis/ty"
65-
+ "pe/color;color\370\001\001\242\002\003GTPb\006proto3"
65+
+ "pe/color;color\242\002\003GTPb\006proto3"
6666
};
6767
descriptor =
6868
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-common-protos/proto-google-common-protos/src/main/java/com/google/type/Date.java

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@
2929
* date is relative to the Gregorian Calendar. This can represent one of the
3030
* following:
3131
*
32-
* * A full date, with non-zero year, month, and day values
33-
* * A month and day value, with a zero year, such as an anniversary
34-
* * A year on its own, with zero month and day values
35-
* * A year and month value, with a zero day, such as a credit card expiration
36-
* date
32+
* * A full date, with non-zero year, month, and day values.
33+
* * A month and day, with a zero year (for example, an anniversary).
34+
* * A year on its own, with a zero month and a zero day.
35+
* * A year and month, with a zero day (for example, a credit card expiration
36+
* date).
3737
*
38-
* Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
39-
* `google.protobuf.Timestamp`.
38+
* Related types:
39+
*
40+
* * [google.type.TimeOfDay][google.type.TimeOfDay]
41+
* * [google.type.DateTime][google.type.DateTime]
42+
* * [google.protobuf.Timestamp][google.protobuf.Timestamp]
4043
* </pre>
4144
*
4245
* Protobuf type {@code google.type.Date}
@@ -323,14 +326,17 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.Builder
323326
* date is relative to the Gregorian Calendar. This can represent one of the
324327
* following:
325328
*
326-
* * A full date, with non-zero year, month, and day values
327-
* * A month and day value, with a zero year, such as an anniversary
328-
* * A year on its own, with zero month and day values
329-
* * A year and month value, with a zero day, such as a credit card expiration
330-
* date
329+
* * A full date, with non-zero year, month, and day values.
330+
* * A month and day, with a zero year (for example, an anniversary).
331+
* * A year on its own, with a zero month and a zero day.
332+
* * A year and month, with a zero day (for example, a credit card expiration
333+
* date).
334+
*
335+
* Related types:
331336
*
332-
* Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
333-
* `google.protobuf.Timestamp`.
337+
* * [google.type.TimeOfDay][google.type.TimeOfDay]
338+
* * [google.type.DateTime][google.type.DateTime]
339+
* * [google.protobuf.Timestamp][google.protobuf.Timestamp]
334340
* </pre>
335341
*
336342
* Protobuf type {@code google.type.Date}

java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateProto.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
5858
+ "\004Date\022\014\n"
5959
+ "\004year\030\001 \001(\005\022\r\n"
6060
+ "\005month\030\002 \001(\005\022\013\n"
61-
+ "\003day\030\003 \001(\005B]\n"
61+
+ "\003day\030\003 \001(\005BZ\n"
6262
+ "\017com.google.typeB\tDateProtoP\001Z4google.golang.org/genproto/googleapis/t"
63-
+ "ype/date;date\370\001\001\242\002\003GTPb\006proto3"
63+
+ "ype/date;date\242\002\003GTPb\006proto3"
6464
};
6565
descriptor =
6666
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

0 commit comments

Comments
 (0)