diff --git a/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequest.java b/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequest.java index 03087d58..6f972417 100644 --- a/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequest.java +++ b/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequest.java @@ -430,7 +430,8 @@ public com.google.protobuf.ByteString getUserAgentBytes() { * *
    * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-   * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+   * request. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string remote_ip = 7; @@ -454,7 +455,8 @@ public java.lang.String getRemoteIp() { * *
    * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-   * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+   * request. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string remote_ip = 7; @@ -481,7 +483,8 @@ public com.google.protobuf.ByteString getRemoteIpBytes() { * *
    * The IP address (IPv4 or IPv6) of the origin server that the request was
-   * sent to.
+   * sent to. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string server_ip = 13; @@ -505,7 +508,8 @@ public java.lang.String getServerIp() { * *
    * The IP address (IPv4 or IPv6) of the origin server that the request was
-   * sent to.
+   * sent to. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string server_ip = 13; @@ -1809,7 +1813,8 @@ public Builder setUserAgentBytes(com.google.protobuf.ByteString value) { * *
      * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-     * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+     * request. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string remote_ip = 7; @@ -1832,7 +1837,8 @@ public java.lang.String getRemoteIp() { * *
      * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-     * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+     * request. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string remote_ip = 7; @@ -1855,7 +1861,8 @@ public com.google.protobuf.ByteString getRemoteIpBytes() { * *
      * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-     * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+     * request. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string remote_ip = 7; @@ -1877,7 +1884,8 @@ public Builder setRemoteIp(java.lang.String value) { * *
      * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-     * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+     * request. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string remote_ip = 7; @@ -1895,7 +1903,8 @@ public Builder clearRemoteIp() { * *
      * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-     * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+     * request. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string remote_ip = 7; @@ -1920,7 +1929,8 @@ public Builder setRemoteIpBytes(com.google.protobuf.ByteString value) { * *
      * The IP address (IPv4 or IPv6) of the origin server that the request was
-     * sent to.
+     * sent to. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string server_ip = 13; @@ -1943,7 +1953,8 @@ public java.lang.String getServerIp() { * *
      * The IP address (IPv4 or IPv6) of the origin server that the request was
-     * sent to.
+     * sent to. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string server_ip = 13; @@ -1966,7 +1977,8 @@ public com.google.protobuf.ByteString getServerIpBytes() { * *
      * The IP address (IPv4 or IPv6) of the origin server that the request was
-     * sent to.
+     * sent to. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string server_ip = 13; @@ -1988,7 +2000,8 @@ public Builder setServerIp(java.lang.String value) { * *
      * The IP address (IPv4 or IPv6) of the origin server that the request was
-     * sent to.
+     * sent to. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string server_ip = 13; @@ -2006,7 +2019,8 @@ public Builder clearServerIp() { * *
      * The IP address (IPv4 or IPv6) of the origin server that the request was
-     * sent to.
+     * sent to. This field can include port information. Examples:
+     * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
      * 
* * string server_ip = 13; diff --git a/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestOrBuilder.java b/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestOrBuilder.java index 7b2fbc35..3cce91ad 100644 --- a/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestOrBuilder.java +++ b/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestOrBuilder.java @@ -153,7 +153,8 @@ public interface HttpRequestOrBuilder * *
    * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-   * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+   * request. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string remote_ip = 7; @@ -166,7 +167,8 @@ public interface HttpRequestOrBuilder * *
    * The IP address (IPv4 or IPv6) of the client that issued the HTTP
-   * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
+   * request. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string remote_ip = 7; @@ -180,7 +182,8 @@ public interface HttpRequestOrBuilder * *
    * The IP address (IPv4 or IPv6) of the origin server that the request was
-   * sent to.
+   * sent to. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string server_ip = 13; @@ -193,7 +196,8 @@ public interface HttpRequestOrBuilder * *
    * The IP address (IPv4 or IPv6) of the origin server that the request was
-   * sent to.
+   * sent to. This field can include port information. Examples:
+   * `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
    * 
* * string server_ip = 13; diff --git a/synth.metadata b/synth.metadata index a6d30fde..ad221536 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,8 +11,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "28e0d72b1e74a9c7e46349db53ef006540bcbdfb", - "internalRef": "338547917" + "sha": "be0bdf86cd31aa7c1a7b30a9a2e9f2fd53ee3d91", + "internalRef": "342353190" } }, {