Skip to content

Commit

Permalink
comments indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramky-Infoblox committed Nov 14, 2024
1 parent 1aad213 commit f82aeee
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 85 deletions.
163 changes: 82 additions & 81 deletions query/collection_operators.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions query/collection_operators.proto
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ message Pagination {
// The service may impose maximum value.
// If omitted the service may impose a default value.
int32 limit = 3;
//The bool value enables/disables the record count.
//The default setting disables the record count.
bool is_total_size = 4;
// The bool value enables/disables the record count.
// The default setting disables the record count.
bool is_total_size_needed = 4;
}

// PageInfo represents both server-driven and client-driven pagination response.
Expand All @@ -223,7 +223,7 @@ message PageInfo {
// The service may optionally include the offset of the next page of resources.
// A null value indicates no more pages.
int32 offset = 3;
//Resultset record count.
// total_size indicates the total records present.
int64 total_size = 4;
}

Expand Down

0 comments on commit f82aeee

Please sign in to comment.