Skip to content

Commit

Permalink
chore(proto): update googleapis and minor fixup proto
Browse files Browse the repository at this point in the history
  • Loading branch information
liufuyang authored and dependabot[bot] committed Oct 17, 2023
1 parent b386d97 commit a714c28
Show file tree
Hide file tree
Showing 9 changed files with 869 additions and 855 deletions.
4 changes: 1 addition & 3 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ deps:
owner: einride
repository: googleapis
commit: 0f781e7c2b454728ac7d71b8bffdffb0
digest: shake256:ed1d0731c85a6cbc8dca5dd5e3c1152bee9a41233d69d4cca4f6f4f84d937b7d8ed8140f449a8150d75ab353b4f1eaeede61e2a1e754d2a1440f86be0d0ef8a6
- remote: buf.build
owner: googleapis
repository: googleapis
commit: cc916c31859748a68fd229a3c8d7a2e8
digest: shake256:469b049d0eb04203d5272062636c078decefc96fec69739159c25d85349c50c34c7706918a8b216c5c27f76939df48452148cff8c5c3ae77fa6ba5c25c1b8bf8
commit: 28151c0d0a1641bf938a7672c500e01d
3 changes: 3 additions & 0 deletions proto/einride/iam/example/v1/freight_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@ message DeleteShipperRequest {
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference).type = "iam-example.einride.tech/Shipper"
];

// Set force as true to perform a cascading delete.
bool force = 2 [(google.api.field_behavior) = OPTIONAL];
}

// Request message for FreightService.GetSite.
Expand Down
2 changes: 1 addition & 1 deletion proto/einride/iam/example/v1/shipment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message Shipment {
};

// The resource name of the shipment.
string name = 1;
string name = 1 [(google.api.field_behavior) = IDENTIFIER];

// The creation timestamp of the shipment.
google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
Expand Down
2 changes: 1 addition & 1 deletion proto/einride/iam/example/v1/shipper.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message Shipper {
plural: "shippers"
};
// The resource name of the shipper.
string name = 1;
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
// The creation timestamp of the shipper.
google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
// The last update timestamp of the shipper.
Expand Down
2 changes: 1 addition & 1 deletion proto/einride/iam/example/v1/site.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ message Site {
plural: "sites"
};
// The resource name of the site.
string name = 1;
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
// The creation timestamp of the site.
google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
// The last update timestamp of the site.
Expand Down
1,379 changes: 695 additions & 684 deletions proto/gen/einride/iam/example/v1/freight_service.pb.go

Large diffs are not rendered by default.

175 changes: 88 additions & 87 deletions proto/gen/einride/iam/example/v1/shipment.pb.go

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions proto/gen/einride/iam/example/v1/shipper.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 41 additions & 40 deletions proto/gen/einride/iam/example/v1/site.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a714c28

Please sign in to comment.