Skip to content

Commit 22cb242

Browse files
lucy66hwgithub-actions[bot]
authored andcommitted
Protobuf schema change detected
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e0e12d commit 22cb242

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

protos/generated/services/default_service.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ option java_multiple_files = true;
1212
option java_outer_classname = "CommonProto";
1313
option java_package = "org.opensearch.protobufs";
1414

15+
service DefaultService {
16+
rpc Bulk(BulkRequest) returns (BulkResponse);
17+
18+
rpc Search(SearchRequest) returns (SearchResponse);
19+
}
20+
1521
message BulkRequest {
1622
repeated BulkRequestBody bulk_request_body = 1;
1723

0 commit comments

Comments
 (0)