Skip to content

Commit

Permalink
Add google.protobuf.FieldMask to TestAllTypes (#311)
Browse files Browse the repository at this point in the history
Add google.protobuf.FieldMask to TestAllTypes

Signed-off-by: Justin King <jcking@google.com>
  • Loading branch information
jcking authored Sep 18, 2023
1 parent e39891b commit be1415f
Show file tree
Hide file tree
Showing 6 changed files with 4,868 additions and 4,826 deletions.
2 changes: 2 additions & 0 deletions proto/test/v1/proto2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ proto_library(
deps = [
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:struct_proto",
"@com_google_protobuf//:timestamp_proto",
"@com_google_protobuf//:wrappers_proto",
Expand All @@ -32,6 +33,7 @@ go_proto_library(
deps = [
"@org_golang_google_protobuf//types/known/anypb:go_default_library",
"@org_golang_google_protobuf//types/known/durationpb:go_default_library",
"@org_golang_google_protobuf//types/known/fieldmaskpb:go_default_library",
"@org_golang_google_protobuf//types/known/structpb:go_default_library",
"@org_golang_google_protobuf//types/known/timestamppb:go_default_library",
"@org_golang_google_protobuf//types/known/wrapperspb:go_default_library",
Expand Down
2 changes: 2 additions & 0 deletions proto/test/v1/proto2/test_all_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package google.api.expr.test.v1.proto2;

import "google/protobuf/any.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/field_mask.proto";
import "google/protobuf/struct.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/wrappers.proto";
Expand Down Expand Up @@ -65,6 +66,7 @@ message TestAllTypes {
optional google.protobuf.ListValue list_value = 114;
optional google.protobuf.NullValue null_value = 115;
optional google.protobuf.NullValue optional_null_value = 116;
optional google.protobuf.FieldMask field_mask = 117;

// Nested messages
oneof nested_type {
Expand Down
Loading

0 comments on commit be1415f

Please sign in to comment.