Skip to content

Commit

Permalink
s/CollectionResource/CollectionEntry/g
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <[email protected]>
  • Loading branch information
htuch committed Jun 23, 2020
1 parent 54ff491 commit 237ba5d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "udpa/core/v1/resource_locator.proto";

import "validate/validate.proto";

option java_outer_classname = "CollectionResourceProto";
option java_outer_classname = "CollectionEntryProto";
option java_multiple_files = true;
option java_package = "com.github.udpa.udpa.core.v1";

Expand All @@ -20,10 +20,10 @@ option (udpa.annotations.file_status).work_in_progress = true;
// regular Resource messages of type:
//
// message <T>Collection {
// repeated CollectionResource resources = 1;
// repeated CollectionEntry resources = 1;
// }
//
message CollectionResource {
message CollectionEntry {
// Inlined resource entry.
message InlineEntry {
// Optional name to describe the inlined resource. Resource names must
Expand All @@ -47,6 +47,6 @@ message CollectionResource {
ResourceLocator locator = 1;

// The resource is inlined in the list collection.
InlineEntry entry = 2;
InlineEntry inline_entry = 2;
}
}

0 comments on commit 237ba5d

Please sign in to comment.