Skip to content

Commit

Permalink
Drop get resource digest selector
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Nov 25, 2024
1 parent 141fe38 commit c29a01f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions buf/registry/plugin/v1beta1/resource_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ message GetResourcesRequest {
(buf.validate.field).repeated.min_items = 1,
(buf.validate.field).repeated.max_items = 250
];
// The DigestType to use for Digests returned on Commits.
//
// If this DigestType is not available, an error is returned.
// Note that certain DigestTypes may be deprecated over time.
//
// If not set, the latest DigestType is used, currently P1.
DigestType digest_type = 2 [(buf.validate.field).enum.defined_only = true];
}

message GetResourcesResponse {
Expand Down

0 comments on commit c29a01f

Please sign in to comment.