Skip to content

Commit

Permalink
remove unnecessary third_party proto files
Browse files Browse the repository at this point in the history
bump third_part proto files to same revision
  • Loading branch information
Gregory Ganley committed Feb 5, 2021
1 parent dbe68d4 commit 26825b0
Show file tree
Hide file tree
Showing 7 changed files with 1,015 additions and 1,373 deletions.
1,681 changes: 836 additions & 845 deletions examples/internal/proto/examplepb/a_bit_of_everything.pb.go

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions examples/internal/proto/examplepb/a_bit_of_everything.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ option go_package = "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal
package grpc.gateway.examples.internal.proto.examplepb;

import "google/api/annotations.proto";
import "google/api/client.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/protobuf/field_mask.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/duration.proto";
Expand Down Expand Up @@ -388,11 +386,6 @@ message UpdateV2Request {
//
// See: https://google.aip.dev/123
message Book {
option (google.api.resource) = {
type: "library.googleapis.com/Book"
pattern: "publishers/{publisher}/books/{book}"
};

// The resource name of the book.
//
// Format: `publishers/{publisher}/books/{book}`
Expand Down Expand Up @@ -486,7 +479,6 @@ service ABitOfEverythingService {
patch: "/v1/{book.name=publishers/*/books/*}"
body: "book"
};
option (google.api.method_signature) = "book,update_mask";
}
rpc Lookup(grpc.gateway.examples.internal.proto.sub2.IdMessage) returns (ABitOfEverything) {
option (google.api.http) = {
Expand Down
3 changes: 2 additions & 1 deletion third_party/googleapis/README.grpc-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ Google APIs

Project: Google APIs
URL: https://github.com/google/googleapis
Revision: 3544ab16c3342d790b00764251e348705991ea4b
Revision: ca1372c6d7bcb199638ebfdb40d2b2660bab7b88
License: Apache License 2.0


Imported Files
---------------

- google/api/annotations.proto
- google/api/field_behavior.proto
- google/api/http.proto
- google/api/httpbody.proto

Expand Down
99 changes: 0 additions & 99 deletions third_party/googleapis/google/api/client.proto

This file was deleted.

Loading

0 comments on commit 26825b0

Please sign in to comment.