Skip to content

Commit

Permalink
remove udpa from java namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Snow Pettersen <[email protected]>
  • Loading branch information
snowp committed Jul 19, 2021
1 parent 216ef14 commit 14a8e63
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 84 deletions.
31 changes: 15 additions & 16 deletions go/xds/core/v3/extension.pb.go

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

73 changes: 36 additions & 37 deletions go/xds/type/matcher/v3/matcher.pb.go

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

9 changes: 4 additions & 5 deletions go/xds/type/matcher/v3/regex.pb.go

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

44 changes: 22 additions & 22 deletions go/xds/type/matcher/v3/string.pb.go

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

2 changes: 1 addition & 1 deletion xds/core/v3/extension.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package xds.core.v3;

option java_outer_classname = "ExtensionProto";
option java_multiple_files = true;
option java_package = "com.github.udpa.xds.core.v3";
option java_package = "com.github.xds.core.v3";

import "validate/validate.proto";
import "google/protobuf/any.proto";
Expand Down
2 changes: 1 addition & 1 deletion xds/type/matcher/v3/matcher.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "xds/type/matcher/v3/string.proto";

import "validate/validate.proto";

option java_package = "com.github.udpa.xds.type.matcher.v3";
option java_package = "com.github.xds.type.matcher.v3";
option java_outer_classname = "MatcherProto";
option java_multiple_files = true;

Expand Down
2 changes: 1 addition & 1 deletion xds/type/matcher/v3/regex.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "google/protobuf/wrappers.proto";

import "validate/validate.proto";

option java_package = "com.github.udpa.xds.type.matcher.v3";
option java_package = "com.github.xds.type.matcher.v3";
option java_outer_classname = "RegexProto";
option java_multiple_files = true;

Expand Down
2 changes: 1 addition & 1 deletion xds/type/matcher/v3/string.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "xds/type/matcher/v3/regex.proto";

import "validate/validate.proto";

option java_package = "com.github.udpa.xds.type.matcher.v3";
option java_package = "com.github.xds.type.matcher.v3";
option java_outer_classname = "StringProto";
option java_multiple_files = true;

Expand Down

0 comments on commit 14a8e63

Please sign in to comment.