Skip to content

Commit

Permalink
Update FieldOptions includes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 372596989
  • Loading branch information
pfrstg authored and copybara-github committed May 7, 2021
1 parent 2ea3023 commit c88f1d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions smu/dataset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
syntax = "proto3";


// import "google/protobuf/descriptor.proto";
import "google/protobuf/descriptor.proto";


///////////// Custom options
// The dataset is released in two forms
Expand All @@ -52,7 +53,7 @@ enum AvailabilityEnum {
COMPLETE = 3;
}

extend proto2.FieldOptions {
extend google.protobuf.FieldOptions {
optional AvailabilityEnum availability = 336921174;
}

Expand Down
Empty file modified smu/run.sh
100644 → 100755
Empty file.

0 comments on commit c88f1d4

Please sign in to comment.