diff --git a/proto-google-common-protos/src/main/java/com/google/type/Color.java b/proto-google-common-protos/src/main/java/com/google/type/Color.java index 086fc45e..f57fa1ac 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/Color.java +++ b/proto-google-common-protos/src/main/java/com/google/type/Color.java @@ -33,6 +33,9 @@ * that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, * DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color * space. + * Note: when color equality needs to be decided, implementations, unless + * documented otherwise, will treat two colors to be equal if all their red, + * green, blue and alpha values each differ by at most 1e-5. * Example (Java): * import com.google.type.Color; * // ... @@ -562,6 +565,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, * DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color * space. + * Note: when color equality needs to be decided, implementations, unless + * documented otherwise, will treat two colors to be equal if all their red, + * green, blue and alpha values each differ by at most 1e-5. * Example (Java): * import com.google.type.Color; * // ... diff --git a/proto-google-common-protos/src/main/java/com/google/type/Date.java b/proto-google-common-protos/src/main/java/com/google/type/Date.java index 9e304988..0ede3866 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/Date.java +++ b/proto-google-common-protos/src/main/java/com/google/type/Date.java @@ -22,13 +22,15 @@ * * *
- * Represents a whole or partial calendar date, e.g. a birthday. The time of day
- * and time zone are either specified elsewhere or are not significant. The date
- * is relative to the Proleptic Gregorian Calendar. This can represent:
- * * A full date, with non-zero year, month and day values
- * * A month and day value, with a zero year, e.g. an anniversary
+ * Represents a whole or partial calendar date, such as a birthday. The time of
+ * day and time zone are either specified elsewhere or are insignificant. The
+ * date is relative to the Gregorian Calendar. This can represent one of the
+ * following:
+ * * A full date, with non-zero year, month, and day values
+ * * A month and day value, with a zero year, such as an anniversary
  * * A year on its own, with zero month and day values
- * * A year and month value, with a zero day, e.g. a credit card expiration date
+ * * A year and month value, with a zero day, such as a credit card expiration
+ * date
  * Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and `google.protobuf.Timestamp`.
  * 
* @@ -127,7 +129,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
+   * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
    * a year.
    * 
* @@ -146,7 +148,7 @@ public int getYear() { * * *
-   * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
+   * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
    * month and day.
    * 
* @@ -165,8 +167,8 @@ public int getMonth() { * * *
-   * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
-   * if specifying a year by itself or a year and month where the day is not
+   * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
+   * to specify a year by itself or a year and month where the day isn't
    * significant.
    * 
* @@ -358,13 +360,15 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Represents a whole or partial calendar date, e.g. a birthday. The time of day
-   * and time zone are either specified elsewhere or are not significant. The date
-   * is relative to the Proleptic Gregorian Calendar. This can represent:
-   * * A full date, with non-zero year, month and day values
-   * * A month and day value, with a zero year, e.g. an anniversary
+   * Represents a whole or partial calendar date, such as a birthday. The time of
+   * day and time zone are either specified elsewhere or are insignificant. The
+   * date is relative to the Gregorian Calendar. This can represent one of the
+   * following:
+   * * A full date, with non-zero year, month, and day values
+   * * A month and day value, with a zero year, such as an anniversary
    * * A year on its own, with zero month and day values
-   * * A year and month value, with a zero day, e.g. a credit card expiration date
+   * * A year and month value, with a zero day, such as a credit card expiration
+   * date
    * Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and `google.protobuf.Timestamp`.
    * 
* @@ -529,7 +533,7 @@ public Builder mergeFrom( * * *
-     * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
+     * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
      * a year.
      * 
* @@ -545,7 +549,7 @@ public int getYear() { * * *
-     * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
+     * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
      * a year.
      * 
* @@ -564,7 +568,7 @@ public Builder setYear(int value) { * * *
-     * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
+     * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
      * a year.
      * 
* @@ -584,7 +588,7 @@ public Builder clearYear() { * * *
-     * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
+     * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
      * month and day.
      * 
* @@ -600,7 +604,7 @@ public int getMonth() { * * *
-     * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
+     * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
      * month and day.
      * 
* @@ -619,7 +623,7 @@ public Builder setMonth(int value) { * * *
-     * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
+     * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
      * month and day.
      * 
* @@ -639,8 +643,8 @@ public Builder clearMonth() { * * *
-     * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
-     * if specifying a year by itself or a year and month where the day is not
+     * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
+     * to specify a year by itself or a year and month where the day isn't
      * significant.
      * 
* @@ -656,8 +660,8 @@ public int getDay() { * * *
-     * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
-     * if specifying a year by itself or a year and month where the day is not
+     * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
+     * to specify a year by itself or a year and month where the day isn't
      * significant.
      * 
* @@ -676,8 +680,8 @@ public Builder setDay(int value) { * * *
-     * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
-     * if specifying a year by itself or a year and month where the day is not
+     * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
+     * to specify a year by itself or a year and month where the day isn't
      * significant.
      * 
* diff --git a/proto-google-common-protos/src/main/java/com/google/type/DateOrBuilder.java b/proto-google-common-protos/src/main/java/com/google/type/DateOrBuilder.java index 572064a7..d3b2a3cb 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/DateOrBuilder.java +++ b/proto-google-common-protos/src/main/java/com/google/type/DateOrBuilder.java @@ -27,7 +27,7 @@ public interface DateOrBuilder * * *
-   * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
+   * Year of the date. Must be from 1 to 9999, or 0 to specify a date without
    * a year.
    * 
* @@ -41,7 +41,7 @@ public interface DateOrBuilder * * *
-   * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
+   * Month of a year. Must be from 1 to 12, or 0 to specify a year without a
    * month and day.
    * 
* @@ -55,8 +55,8 @@ public interface DateOrBuilder * * *
-   * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
-   * if specifying a year by itself or a year and month where the day is not
+   * Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
+   * to specify a year by itself or a year and month where the day isn't
    * significant.
    * 
* diff --git a/proto-google-common-protos/src/main/java/com/google/type/DayOfWeek.java b/proto-google-common-protos/src/main/java/com/google/type/DayOfWeek.java index 6bc307b2..a85fb321 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/DayOfWeek.java +++ b/proto-google-common-protos/src/main/java/com/google/type/DayOfWeek.java @@ -22,7 +22,7 @@ * * *
- * Represents a day of week.
+ * Represents a day of the week.
  * 
* * Protobuf enum {@code google.type.DayOfWeek} @@ -32,7 +32,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The unspecified day-of-week.
+   * The day of the week is unspecified.
    * 
* * DAY_OF_WEEK_UNSPECIFIED = 0; @@ -42,7 +42,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Monday.
+   * Monday
    * 
* * MONDAY = 1; @@ -52,7 +52,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Tuesday.
+   * Tuesday
    * 
* * TUESDAY = 2; @@ -62,7 +62,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Wednesday.
+   * Wednesday
    * 
* * WEDNESDAY = 3; @@ -72,7 +72,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Thursday.
+   * Thursday
    * 
* * THURSDAY = 4; @@ -82,7 +82,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Friday.
+   * Friday
    * 
* * FRIDAY = 5; @@ -92,7 +92,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Saturday.
+   * Saturday
    * 
* * SATURDAY = 6; @@ -102,7 +102,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Sunday.
+   * Sunday
    * 
* * SUNDAY = 7; @@ -115,7 +115,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The unspecified day-of-week.
+   * The day of the week is unspecified.
    * 
* * DAY_OF_WEEK_UNSPECIFIED = 0; @@ -125,7 +125,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Monday.
+   * Monday
    * 
* * MONDAY = 1; @@ -135,7 +135,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Tuesday.
+   * Tuesday
    * 
* * TUESDAY = 2; @@ -145,7 +145,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Wednesday.
+   * Wednesday
    * 
* * WEDNESDAY = 3; @@ -155,7 +155,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Thursday.
+   * Thursday
    * 
* * THURSDAY = 4; @@ -165,7 +165,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Friday.
+   * Friday
    * 
* * FRIDAY = 5; @@ -175,7 +175,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Saturday.
+   * Saturday
    * 
* * SATURDAY = 6; @@ -185,7 +185,7 @@ public enum DayOfWeek implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The day-of-week of Sunday.
+   * Sunday
    * 
* * SUNDAY = 7; diff --git a/proto-google-common-protos/src/main/java/com/google/type/Expr.java b/proto-google-common-protos/src/main/java/com/google/type/Expr.java index 9c3c0228..71a4b09b 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/Expr.java +++ b/proto-google-common-protos/src/main/java/com/google/type/Expr.java @@ -22,10 +22,28 @@ * * *
- * Represents an expression text. Example:
- *     title: "User account presence"
- *     description: "Determines whether the request has a user account"
- *     expression: "size(request.user) > 0"
+ * Represents a textual expression in the Common Expression Language (CEL)
+ * syntax. CEL is a C-like expression language. The syntax and semantics of CEL
+ * are documented at https://github.com/google/cel-spec.
+ * Example (Comparison):
+ *     title: "Summary size limit"
+ *     description: "Determines if a summary is less than 100 chars"
+ *     expression: "document.summary.size() < 100"
+ * Example (Equality):
+ *     title: "Requestor is owner"
+ *     description: "Determines if requestor is the document owner"
+ *     expression: "document.owner == request.auth.claims.email"
+ * Example (Logic):
+ *     title: "Public documents"
+ *     description: "Determine whether the document should be publicly visible"
+ *     expression: "document.type != 'private' && document.type != 'internal'"
+ * Example (Data Manipulation):
+ *     title: "Notification string"
+ *     description: "Create a notification string with a timestamp."
+ *     expression: "'New message received at ' + string(document.create_time)"
+ * The exact variables and functions that may be referenced within an expression
+ * are determined by the service that evaluates it. See the service
+ * documentation for additional information.
  * 
* * Protobuf type {@code google.type.Expr} @@ -141,10 +159,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Textual representation of an expression in
-   * Common Expression Language syntax.
-   * The application context of the containing message determines which
-   * well-known feature set of CEL is supported.
+   * Textual representation of an expression in Common Expression Language
+   * syntax.
    * 
* * string expression = 1; @@ -167,10 +183,8 @@ public java.lang.String getExpression() { * * *
-   * Textual representation of an expression in
-   * Common Expression Language syntax.
-   * The application context of the containing message determines which
-   * well-known feature set of CEL is supported.
+   * Textual representation of an expression in Common Expression Language
+   * syntax.
    * 
* * string expression = 1; @@ -196,7 +210,7 @@ public com.google.protobuf.ByteString getExpressionBytes() { * * *
-   * An optional title for the expression, i.e. a short string describing
+   * Optional. Title for the expression, i.e. a short string describing
    * its purpose. This can be used e.g. in UIs which allow to enter the
    * expression.
    * 
@@ -221,7 +235,7 @@ public java.lang.String getTitle() { * * *
-   * An optional title for the expression, i.e. a short string describing
+   * Optional. Title for the expression, i.e. a short string describing
    * its purpose. This can be used e.g. in UIs which allow to enter the
    * expression.
    * 
@@ -249,7 +263,7 @@ public com.google.protobuf.ByteString getTitleBytes() { * * *
-   * An optional description of the expression. This is a longer text which
+   * Optional. Description of the expression. This is a longer text which
    * describes the expression, e.g. when hovered over it in a UI.
    * 
* @@ -273,7 +287,7 @@ public java.lang.String getDescription() { * * *
-   * An optional description of the expression. This is a longer text which
+   * Optional. Description of the expression. This is a longer text which
    * describes the expression, e.g. when hovered over it in a UI.
    * 
* @@ -300,7 +314,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-   * An optional string indicating the location of the expression for error
+   * Optional. String indicating the location of the expression for error
    * reporting, e.g. a file name and a position in the file.
    * 
* @@ -324,7 +338,7 @@ public java.lang.String getLocation() { * * *
-   * An optional string indicating the location of the expression for error
+   * Optional. String indicating the location of the expression for error
    * reporting, e.g. a file name and a position in the file.
    * 
* @@ -533,10 +547,28 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Represents an expression text. Example:
-   *     title: "User account presence"
-   *     description: "Determines whether the request has a user account"
-   *     expression: "size(request.user) > 0"
+   * Represents a textual expression in the Common Expression Language (CEL)
+   * syntax. CEL is a C-like expression language. The syntax and semantics of CEL
+   * are documented at https://github.com/google/cel-spec.
+   * Example (Comparison):
+   *     title: "Summary size limit"
+   *     description: "Determines if a summary is less than 100 chars"
+   *     expression: "document.summary.size() < 100"
+   * Example (Equality):
+   *     title: "Requestor is owner"
+   *     description: "Determines if requestor is the document owner"
+   *     expression: "document.owner == request.auth.claims.email"
+   * Example (Logic):
+   *     title: "Public documents"
+   *     description: "Determine whether the document should be publicly visible"
+   *     expression: "document.type != 'private' && document.type != 'internal'"
+   * Example (Data Manipulation):
+   *     title: "Notification string"
+   *     description: "Create a notification string with a timestamp."
+   *     expression: "'New message received at ' + string(document.create_time)"
+   * The exact variables and functions that may be referenced within an expression
+   * are determined by the service that evaluates it. See the service
+   * documentation for additional information.
    * 
* * Protobuf type {@code google.type.Expr} @@ -710,10 +742,8 @@ public Builder mergeFrom( * * *
-     * Textual representation of an expression in
-     * Common Expression Language syntax.
-     * The application context of the containing message determines which
-     * well-known feature set of CEL is supported.
+     * Textual representation of an expression in Common Expression Language
+     * syntax.
      * 
* * string expression = 1; @@ -735,10 +765,8 @@ public java.lang.String getExpression() { * * *
-     * Textual representation of an expression in
-     * Common Expression Language syntax.
-     * The application context of the containing message determines which
-     * well-known feature set of CEL is supported.
+     * Textual representation of an expression in Common Expression Language
+     * syntax.
      * 
* * string expression = 1; @@ -760,10 +788,8 @@ public com.google.protobuf.ByteString getExpressionBytes() { * * *
-     * Textual representation of an expression in
-     * Common Expression Language syntax.
-     * The application context of the containing message determines which
-     * well-known feature set of CEL is supported.
+     * Textual representation of an expression in Common Expression Language
+     * syntax.
      * 
* * string expression = 1; @@ -784,10 +810,8 @@ public Builder setExpression(java.lang.String value) { * * *
-     * Textual representation of an expression in
-     * Common Expression Language syntax.
-     * The application context of the containing message determines which
-     * well-known feature set of CEL is supported.
+     * Textual representation of an expression in Common Expression Language
+     * syntax.
      * 
* * string expression = 1; @@ -804,10 +828,8 @@ public Builder clearExpression() { * * *
-     * Textual representation of an expression in
-     * Common Expression Language syntax.
-     * The application context of the containing message determines which
-     * well-known feature set of CEL is supported.
+     * Textual representation of an expression in Common Expression Language
+     * syntax.
      * 
* * string expression = 1; @@ -831,7 +853,7 @@ public Builder setExpressionBytes(com.google.protobuf.ByteString value) { * * *
-     * An optional title for the expression, i.e. a short string describing
+     * Optional. Title for the expression, i.e. a short string describing
      * its purpose. This can be used e.g. in UIs which allow to enter the
      * expression.
      * 
@@ -855,7 +877,7 @@ public java.lang.String getTitle() { * * *
-     * An optional title for the expression, i.e. a short string describing
+     * Optional. Title for the expression, i.e. a short string describing
      * its purpose. This can be used e.g. in UIs which allow to enter the
      * expression.
      * 
@@ -879,7 +901,7 @@ public com.google.protobuf.ByteString getTitleBytes() { * * *
-     * An optional title for the expression, i.e. a short string describing
+     * Optional. Title for the expression, i.e. a short string describing
      * its purpose. This can be used e.g. in UIs which allow to enter the
      * expression.
      * 
@@ -902,7 +924,7 @@ public Builder setTitle(java.lang.String value) { * * *
-     * An optional title for the expression, i.e. a short string describing
+     * Optional. Title for the expression, i.e. a short string describing
      * its purpose. This can be used e.g. in UIs which allow to enter the
      * expression.
      * 
@@ -921,7 +943,7 @@ public Builder clearTitle() { * * *
-     * An optional title for the expression, i.e. a short string describing
+     * Optional. Title for the expression, i.e. a short string describing
      * its purpose. This can be used e.g. in UIs which allow to enter the
      * expression.
      * 
@@ -947,7 +969,7 @@ public Builder setTitleBytes(com.google.protobuf.ByteString value) { * * *
-     * An optional description of the expression. This is a longer text which
+     * Optional. Description of the expression. This is a longer text which
      * describes the expression, e.g. when hovered over it in a UI.
      * 
* @@ -970,7 +992,7 @@ public java.lang.String getDescription() { * * *
-     * An optional description of the expression. This is a longer text which
+     * Optional. Description of the expression. This is a longer text which
      * describes the expression, e.g. when hovered over it in a UI.
      * 
* @@ -993,7 +1015,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-     * An optional description of the expression. This is a longer text which
+     * Optional. Description of the expression. This is a longer text which
      * describes the expression, e.g. when hovered over it in a UI.
      * 
* @@ -1015,7 +1037,7 @@ public Builder setDescription(java.lang.String value) { * * *
-     * An optional description of the expression. This is a longer text which
+     * Optional. Description of the expression. This is a longer text which
      * describes the expression, e.g. when hovered over it in a UI.
      * 
* @@ -1033,7 +1055,7 @@ public Builder clearDescription() { * * *
-     * An optional description of the expression. This is a longer text which
+     * Optional. Description of the expression. This is a longer text which
      * describes the expression, e.g. when hovered over it in a UI.
      * 
* @@ -1058,7 +1080,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { * * *
-     * An optional string indicating the location of the expression for error
+     * Optional. String indicating the location of the expression for error
      * reporting, e.g. a file name and a position in the file.
      * 
* @@ -1081,7 +1103,7 @@ public java.lang.String getLocation() { * * *
-     * An optional string indicating the location of the expression for error
+     * Optional. String indicating the location of the expression for error
      * reporting, e.g. a file name and a position in the file.
      * 
* @@ -1104,7 +1126,7 @@ public com.google.protobuf.ByteString getLocationBytes() { * * *
-     * An optional string indicating the location of the expression for error
+     * Optional. String indicating the location of the expression for error
      * reporting, e.g. a file name and a position in the file.
      * 
* @@ -1126,7 +1148,7 @@ public Builder setLocation(java.lang.String value) { * * *
-     * An optional string indicating the location of the expression for error
+     * Optional. String indicating the location of the expression for error
      * reporting, e.g. a file name and a position in the file.
      * 
* @@ -1144,7 +1166,7 @@ public Builder clearLocation() { * * *
-     * An optional string indicating the location of the expression for error
+     * Optional. String indicating the location of the expression for error
      * reporting, e.g. a file name and a position in the file.
      * 
* diff --git a/proto-google-common-protos/src/main/java/com/google/type/ExprOrBuilder.java b/proto-google-common-protos/src/main/java/com/google/type/ExprOrBuilder.java index b3e8ab87..5d442ca0 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/ExprOrBuilder.java +++ b/proto-google-common-protos/src/main/java/com/google/type/ExprOrBuilder.java @@ -27,10 +27,8 @@ public interface ExprOrBuilder * * *
-   * Textual representation of an expression in
-   * Common Expression Language syntax.
-   * The application context of the containing message determines which
-   * well-known feature set of CEL is supported.
+   * Textual representation of an expression in Common Expression Language
+   * syntax.
    * 
* * string expression = 1; @@ -42,10 +40,8 @@ public interface ExprOrBuilder * * *
-   * Textual representation of an expression in
-   * Common Expression Language syntax.
-   * The application context of the containing message determines which
-   * well-known feature set of CEL is supported.
+   * Textual representation of an expression in Common Expression Language
+   * syntax.
    * 
* * string expression = 1; @@ -58,7 +54,7 @@ public interface ExprOrBuilder * * *
-   * An optional title for the expression, i.e. a short string describing
+   * Optional. Title for the expression, i.e. a short string describing
    * its purpose. This can be used e.g. in UIs which allow to enter the
    * expression.
    * 
@@ -72,7 +68,7 @@ public interface ExprOrBuilder * * *
-   * An optional title for the expression, i.e. a short string describing
+   * Optional. Title for the expression, i.e. a short string describing
    * its purpose. This can be used e.g. in UIs which allow to enter the
    * expression.
    * 
@@ -87,7 +83,7 @@ public interface ExprOrBuilder * * *
-   * An optional description of the expression. This is a longer text which
+   * Optional. Description of the expression. This is a longer text which
    * describes the expression, e.g. when hovered over it in a UI.
    * 
* @@ -100,7 +96,7 @@ public interface ExprOrBuilder * * *
-   * An optional description of the expression. This is a longer text which
+   * Optional. Description of the expression. This is a longer text which
    * describes the expression, e.g. when hovered over it in a UI.
    * 
* @@ -114,7 +110,7 @@ public interface ExprOrBuilder * * *
-   * An optional string indicating the location of the expression for error
+   * Optional. String indicating the location of the expression for error
    * reporting, e.g. a file name and a position in the file.
    * 
* @@ -127,7 +123,7 @@ public interface ExprOrBuilder * * *
-   * An optional string indicating the location of the expression for error
+   * Optional. String indicating the location of the expression for error
    * reporting, e.g. a file name and a position in the file.
    * 
* diff --git a/proto-google-common-protos/src/main/java/com/google/type/Fraction.java b/proto-google-common-protos/src/main/java/com/google/type/Fraction.java index fe51083d..4fe59d53 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/Fraction.java +++ b/proto-google-common-protos/src/main/java/com/google/type/Fraction.java @@ -115,7 +115,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The portion of the denominator in the faction, e.g. 2 in 2/3.
+   * The numerator in the fraction, e.g. 2 in 2/3.
    * 
* * int64 numerator = 1; @@ -474,7 +474,7 @@ public Builder mergeFrom( * * *
-     * The portion of the denominator in the faction, e.g. 2 in 2/3.
+     * The numerator in the fraction, e.g. 2 in 2/3.
      * 
* * int64 numerator = 1; @@ -489,7 +489,7 @@ public long getNumerator() { * * *
-     * The portion of the denominator in the faction, e.g. 2 in 2/3.
+     * The numerator in the fraction, e.g. 2 in 2/3.
      * 
* * int64 numerator = 1; @@ -507,7 +507,7 @@ public Builder setNumerator(long value) { * * *
-     * The portion of the denominator in the faction, e.g. 2 in 2/3.
+     * The numerator in the fraction, e.g. 2 in 2/3.
      * 
* * int64 numerator = 1; diff --git a/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java b/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java index 9ae6811f..57c5d51a 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java +++ b/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java @@ -27,7 +27,7 @@ public interface FractionOrBuilder * * *
-   * The portion of the denominator in the faction, e.g. 2 in 2/3.
+   * The numerator in the fraction, e.g. 2 in 2/3.
    * 
* * int64 numerator = 1; diff --git a/proto-google-common-protos/src/main/java/com/google/type/LatLng.java b/proto-google-common-protos/src/main/java/com/google/type/LatLng.java index 79b2fd96..8e892637 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/LatLng.java +++ b/proto-google-common-protos/src/main/java/com/google/type/LatLng.java @@ -22,8 +22,8 @@ * * *
- * An object representing a latitude/longitude pair. This is expressed as a pair
- * of doubles representing degrees latitude and degrees longitude. Unless
+ * An object that represents a latitude/longitude pair. This is expressed as a
+ * pair of doubles to represent degrees latitude and degrees longitude. Unless
  * specified otherwise, this must conform to the
  * <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
  * standard</a>. Values must be within normalized ranges.
@@ -327,8 +327,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * An object representing a latitude/longitude pair. This is expressed as a pair
-   * of doubles representing degrees latitude and degrees longitude. Unless
+   * An object that represents a latitude/longitude pair. This is expressed as a
+   * pair of doubles to represent degrees latitude and degrees longitude. Unless
    * specified otherwise, this must conform to the
    * <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
    * standard</a>. Values must be within normalized ranges.
diff --git a/proto-google-common-protos/src/main/java/com/google/type/Money.java b/proto-google-common-protos/src/main/java/com/google/type/Money.java
index 0567fc49..ce7edffb 100644
--- a/proto-google-common-protos/src/main/java/com/google/type/Money.java
+++ b/proto-google-common-protos/src/main/java/com/google/type/Money.java
@@ -124,7 +124,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * The 3-letter currency code defined in ISO 4217.
+   * The three-letter currency code defined in ISO 4217.
    * 
* * string currency_code = 1; @@ -147,7 +147,7 @@ public java.lang.String getCurrencyCode() { * * *
-   * The 3-letter currency code defined in ISO 4217.
+   * The three-letter currency code defined in ISO 4217.
    * 
* * string currency_code = 1; @@ -553,7 +553,7 @@ public Builder mergeFrom( * * *
-     * The 3-letter currency code defined in ISO 4217.
+     * The three-letter currency code defined in ISO 4217.
      * 
* * string currency_code = 1; @@ -575,7 +575,7 @@ public java.lang.String getCurrencyCode() { * * *
-     * The 3-letter currency code defined in ISO 4217.
+     * The three-letter currency code defined in ISO 4217.
      * 
* * string currency_code = 1; @@ -597,7 +597,7 @@ public com.google.protobuf.ByteString getCurrencyCodeBytes() { * * *
-     * The 3-letter currency code defined in ISO 4217.
+     * The three-letter currency code defined in ISO 4217.
      * 
* * string currency_code = 1; @@ -618,7 +618,7 @@ public Builder setCurrencyCode(java.lang.String value) { * * *
-     * The 3-letter currency code defined in ISO 4217.
+     * The three-letter currency code defined in ISO 4217.
      * 
* * string currency_code = 1; @@ -635,7 +635,7 @@ public Builder clearCurrencyCode() { * * *
-     * The 3-letter currency code defined in ISO 4217.
+     * The three-letter currency code defined in ISO 4217.
      * 
* * string currency_code = 1; diff --git a/proto-google-common-protos/src/main/java/com/google/type/MoneyOrBuilder.java b/proto-google-common-protos/src/main/java/com/google/type/MoneyOrBuilder.java index 8210856c..4495acb9 100644 --- a/proto-google-common-protos/src/main/java/com/google/type/MoneyOrBuilder.java +++ b/proto-google-common-protos/src/main/java/com/google/type/MoneyOrBuilder.java @@ -27,7 +27,7 @@ public interface MoneyOrBuilder * * *
-   * The 3-letter currency code defined in ISO 4217.
+   * The three-letter currency code defined in ISO 4217.
    * 
* * string currency_code = 1; @@ -39,7 +39,7 @@ public interface MoneyOrBuilder * * *
-   * The 3-letter currency code defined in ISO 4217.
+   * The three-letter currency code defined in ISO 4217.
    * 
* * string currency_code = 1; diff --git a/synth.metadata b/synth.metadata index d344687e..7082b72a 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,8 +11,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "3dbeac0d54125b123c8dfd39c774b37473c36944", - "internalRef": "333159182" + "sha": "29b789912908e71d60551022a0521206794b501c", + "internalRef": "338275151" } }, {