Skip to content

Commit e84c305

Browse files
committed
AI comment
1 parent dd1d751 commit e84c305

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

xds/src/main/proto/centraldogma/xds/group/v1/xds_group.proto

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,15 @@ service XdsGroupService {
4646
message 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

5451
message 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

6660
message Group {

0 commit comments

Comments
 (0)