Skip to content

Commit 6e9d69c

Browse files
chore: update protos
1 parent 4b1178f commit 6e9d69c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/GrpcTranscoding/protos/google/api/annotations.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, Google Inc.
1+
// Copyright 2024 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/GrpcTranscoding/protos/google/api/http.proto

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC.
1+
// Copyright 2024 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,7 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
1514

1615
syntax = "proto3";
1716

@@ -211,15 +210,18 @@ message Http {
211210
// 1. Leaf request fields (recursive expansion nested messages in the request
212211
// message) are classified into three categories:
213212
// - Fields referred by the path template. They are passed via the URL path.
214-
// - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They are passed via the HTTP
213+
// - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
214+
// are passed via the HTTP
215215
// request body.
216216
// - All other fields are passed via the URL query parameters, and the
217217
// parameter name is the field path in the request message. A repeated
218218
// field can be represented as multiple query parameters under the same
219219
// name.
220-
// 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL query parameter, all fields
220+
// 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
221+
// query parameter, all fields
221222
// are passed via URL path and HTTP request body.
222-
// 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP request body, all
223+
// 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
224+
// request body, all
223225
// fields are passed via URL path and URL query parameters.
224226
//
225227
// ### Path template syntax
@@ -314,7 +316,8 @@ message Http {
314316
message HttpRule {
315317
// Selects a method to which this rule applies.
316318
//
317-
// Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
319+
// Refer to [selector][google.api.DocumentationRule.selector] for syntax
320+
// details.
318321
string selector = 1;
319322

320323
// Determines the URL pattern is matched by this rules. This pattern can be

0 commit comments

Comments
 (0)