Skip to content

Commit 34b291b

Browse files
committed
modify proto
Signed-off-by: Tina Wu <j6vupz97@gmail.com>
1 parent 974e9f9 commit 34b291b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

proto/go_client/serve.pb.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/kuberay_api.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@
20342034
},
20352035
"nextPageToken": {
20362036
"type": "string",
2037-
"description": "The token to list the next page of RayServices.\n\nIf there are no more clusters, this field will be empty.",
2037+
"description": "The token to list the next page of RayServices.\nIf there is no more service, this field will be empty.",
20382038
"readOnly": true
20392039
}
20402040
}

proto/serve.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ message ListAllRayServicesResponse {
135135
// The total number of RayServices for the given query.
136136
int32 total_size = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
137137
// The token to list the next page of RayServices.
138+
// If there is no more service, this field will be empty.
138139
string next_page_token = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
139140
}
140141

proto/swagger/serve.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
},
557557
"nextPageToken": {
558558
"type": "string",
559-
"description": "The token to list the next page of RayServices.\n\nIf there are no more clusters, this field will be empty.",
559+
"description": "The token to list the next page of RayServices.\nIf there is no more service, this field will be empty.",
560560
"readOnly": true
561561
}
562562
}

0 commit comments

Comments
 (0)