Skip to content

Commit

Permalink
improved naming (profile_records came from log_records)
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jun 20, 2023
1 parent 05ecb3c commit 1ebf7eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ message ExportProfilesServiceResponse {
}

message ExportProfilesPartialSuccess {
// The number of rejected profile records.
// The number of rejected profiles.
//
// A `rejected_<signal>` field holding a `0` value indicates that the
// request was fully accepted.
int64 rejected_profile_records = 1;
int64 rejected_profiles = 1;

// A developer-facing human-readable message in English. It should be used
// either to explain why the server rejected parts of the data during a partial
Expand Down

0 comments on commit 1ebf7eb

Please sign in to comment.