Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

docs: update generated logging type javadoc #87

Merged
merged 1 commit into from Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -430,7 +430,8 @@ public com.google.protobuf.ByteString getUserAgentBytes() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -454,7 +455,8 @@ public java.lang.String getRemoteIp() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -481,7 +483,8 @@ public com.google.protobuf.ByteString getRemoteIpBytes() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand All @@ -505,7 +508,8 @@ public java.lang.String getServerIp() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand Down Expand Up @@ -1809,7 +1813,8 @@ public Builder setUserAgentBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -1832,7 +1837,8 @@ public java.lang.String getRemoteIp() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -1855,7 +1861,8 @@ public com.google.protobuf.ByteString getRemoteIpBytes() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -1877,7 +1884,8 @@ public Builder setRemoteIp(java.lang.String value) {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -1895,7 +1903,8 @@ public Builder clearRemoteIp() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -1920,7 +1929,8 @@ public Builder setRemoteIpBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand All @@ -1943,7 +1953,8 @@ public java.lang.String getServerIp() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand All @@ -1966,7 +1977,8 @@ public com.google.protobuf.ByteString getServerIpBytes() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand All @@ -1988,7 +2000,8 @@ public Builder setServerIp(java.lang.String value) {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand All @@ -2006,7 +2019,8 @@ public Builder clearServerIp() {
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand Down
Expand Up @@ -153,7 +153,8 @@ public interface HttpRequestOrBuilder
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -166,7 +167,8 @@ public interface HttpRequestOrBuilder
*
* <pre>
* 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"`.
* </pre>
*
* <code>string remote_ip = 7;</code>
Expand All @@ -180,7 +182,8 @@ public interface HttpRequestOrBuilder
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand All @@ -193,7 +196,8 @@ public interface HttpRequestOrBuilder
*
* <pre>
* 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"`.
* </pre>
*
* <code>string server_ip = 13;</code>
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-common-protos.git",
"sha": "20addf75bf9af6cdaeaa125b15f9c4e2f12c9a9c"
"sha": "a984206e9f4a99762c1edd786edecda5d5483aef"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "28e0d72b1e74a9c7e46349db53ef006540bcbdfb",
"internalRef": "338547917"
"sha": "be0bdf86cd31aa7c1a7b30a9a2e9f2fd53ee3d91",
"internalRef": "342353190"
}
},
{
Expand Down