Skip to content

Commit 71cf73b

Browse files
authored
chore: Update API to include searchLGlobalEntriesProto (#102)
1 parent cc5a80b commit 71cf73b

File tree

10 files changed

+771
-96
lines changed

10 files changed

+771
-96
lines changed

codegen/proto/neptune_pb/ingest/v1/common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ message Step {
2222
// ForkPoint is used to mark the parent and its last inherited state during Forking.
2323
message ForkPoint {
2424
// Optional. Parent project qualified name. If not set, it will default to the context project.
25-
string parent_project = 1;
25+
optional string parent_project = 1;
2626
// Required. The id of the parent run within the parent project.
2727
string parent_run_id = 2;
2828
// Fork Step, which is the last step that a new run will inherit from its parent.

codegen/redocly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ apis:
1313
filter-in:
1414
property: operationId
1515
value: [
16+
searchGlobalLeaderboardEntriesProto,
1617
getAttributesWithPathsFilterProto,
1718
getMultipleFloatSeriesValuesProto,
1819
getSeriesValuesProto,

0 commit comments

Comments
 (0)