Skip to content

Commit 5879f0e

Browse files
author
Luke Sneeringer
authored
fix: Fix AIP-131 proto syntax. (#21)
1 parent 7bf748f commit 5879f0e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

aip/general/0131/get.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
syntax = "proto3";
1616

17-
import "google/api/http.proto";
17+
import "google/api/annotations.proto";
18+
import "google/api/client.proto";
19+
import "google/api/field_behavior.proto";
1820
import "google/api/resource.proto";
1921

2022
service Library {
@@ -29,6 +31,7 @@ service Library {
2931

3032
// Request message to get a single book.
3133
message GetBookRequest {
34+
// The name of the book to retrieve.
3235
string name = 1 [
3336
(google.api.field_behavior) = REQUIRED,
3437
(google.api.resource_reference) = {

0 commit comments

Comments
 (0)