File tree Expand file tree Collapse file tree
xds/src/main/proto/centraldogma/xds/group/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,21 +46,15 @@ service XdsGroupService {
4646message CreateGroupRequest {
4747 string group_id = 1 [(google.api.field_behavior ) = REQUIRED ];
4848 Group group = 2 [(google.api.field_behavior ) = REQUIRED ];
49-
50- // The commit summary for this change. If not specified, a default message is used.
51- string summary = 3 [(google.api.field_behavior ) = OPTIONAL ];
5249}
5350
5451message DeleteGroupRequest {
5552 // Format: groups/{group}
5653 string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
5754
58- // The commit summary for this change. If not specified, a default message is used.
59- string summary = 2 [(google.api.field_behavior ) = OPTIONAL ];
60-
6155 // If set to true, any xds Resources from this group will also be deleted.
6256 // (Otherwise, the request will only work if the group has no xDS resources.)
63- // bool force = 3 ;
57+ // bool force = 2 ;
6458}
6559
6660message Group {
You can’t perform that action at this time.
0 commit comments