Skip to content

Commit

Permalink
Rename record_key_range to blob_range in the ledger public and intern…
Browse files Browse the repository at this point in the history
…al APIs.

PiperOrigin-RevId: 685804686
  • Loading branch information
rakshita-tandon authored and copybara-github committed Oct 14, 2024
1 parent 1564846 commit d808a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcp/protos/confidentialcompute/ledger.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ message AuthorizeAccessRequest {
// Use BlobMetadata.encrypted_symmetric_key instead.
bytes encrypted_symmetric_key = 5 [deprecated = true];

// Optional. The range of records to authorize access to in batches.
// Optional. The range of blobs to authorize access to in batches.
// If there is only a single blob, this field can be left unset.
Range record_key_range = 12;
Range blob_range = 12;

message Range {
// Beginning of the range, inclusive.
Expand Down

0 comments on commit d808a2e

Please sign in to comment.