Skip to content

Commit be0bdf8

Browse files
Google APIscopybara-github
authored andcommitted
feat: Makes remaining LogBucket and LogViews methods public
PiperOrigin-RevId: 342353190
1 parent eb60ffa commit be0bdf8

4 files changed

Lines changed: 432 additions & 27 deletions

File tree

google/logging/type/http_request.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ message HttpRequest {
5757
string user_agent = 6;
5858

5959
// The IP address (IPv4 or IPv6) of the client that issued the HTTP
60-
// request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
60+
// request. This field can include port information. Examples:
61+
// `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
6162
string remote_ip = 7;
6263

6364
// The IP address (IPv4 or IPv6) of the origin server that the request was
64-
// sent to.
65+
// sent to. This field can include port information. Examples:
66+
// `"192.168.1.1"`, `"10.0.0.1:80"`, `"FE80::0202:B3FF:FE1E:8329"`.
6567
string server_ip = 13;
6668

6769
// The referer URL of the request, as defined in

google/logging/v2/logging.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ authentication:
6464
https://www.googleapis.com/auth/cloud-platform.read-only,
6565
https://www.googleapis.com/auth/logging.admin,
6666
https://www.googleapis.com/auth/logging.read
67+
- selector: google.logging.v2.ConfigServiceV2.GetView
68+
oauth:
69+
canonical_scopes: |-
70+
https://www.googleapis.com/auth/cloud-platform,
71+
https://www.googleapis.com/auth/cloud-platform.read-only,
72+
https://www.googleapis.com/auth/logging.admin,
73+
https://www.googleapis.com/auth/logging.read
6774
- selector: google.logging.v2.ConfigServiceV2.ListBuckets
6875
oauth:
6976
canonical_scopes: |-
@@ -85,6 +92,13 @@ authentication:
8592
https://www.googleapis.com/auth/cloud-platform.read-only,
8693
https://www.googleapis.com/auth/logging.admin,
8794
https://www.googleapis.com/auth/logging.read
95+
- selector: google.logging.v2.ConfigServiceV2.ListViews
96+
oauth:
97+
canonical_scopes: |-
98+
https://www.googleapis.com/auth/cloud-platform,
99+
https://www.googleapis.com/auth/cloud-platform.read-only,
100+
https://www.googleapis.com/auth/logging.admin,
101+
https://www.googleapis.com/auth/logging.read
88102
- selector: 'google.logging.v2.LoggingServiceV2.*'
89103
oauth:
90104
canonical_scopes: |-

0 commit comments

Comments
 (0)