We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf748f commit 5879f0eCopy full SHA for 5879f0e
1 file changed
aip/general/0131/get.proto
@@ -14,7 +14,9 @@
14
15
syntax = "proto3";
16
17
-import "google/api/http.proto";
+import "google/api/annotations.proto";
18
+import "google/api/client.proto";
19
+import "google/api/field_behavior.proto";
20
import "google/api/resource.proto";
21
22
service Library {
@@ -29,6 +31,7 @@ service Library {
29
31
30
32
// Request message to get a single book.
33
message GetBookRequest {
34
+ // The name of the book to retrieve.
35
string name = 1 [
36
(google.api.field_behavior) = REQUIRED,
37
(google.api.resource_reference) = {
0 commit comments