From 170eb749b4d8b0150ec74b9544bb739941b3f55c Mon Sep 17 00:00:00 2001 From: Steven Ware Jones Date: Mon, 6 Nov 2023 08:08:15 -0800 Subject: [PATCH] update field number --- .../wfa/measurement/api/v2alpha/requisitions_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/proto/wfa/measurement/api/v2alpha/requisitions_service.proto b/src/main/proto/wfa/measurement/api/v2alpha/requisitions_service.proto index be09e4f9a..f4fa143b5 100644 --- a/src/main/proto/wfa/measurement/api/v2alpha/requisitions_service.proto +++ b/src/main/proto/wfa/measurement/api/v2alpha/requisitions_service.proto @@ -155,7 +155,7 @@ message FulfillDirectRequisitionRequest { // Resource name of the `Certificate` belonging to the `DataProvider` that // can be used to verify the result. If unspecified, the // `data_provider_certificate` from the `Requisition` will be used. - string certificate = 4 + string certificate = 5 [(google.api.resource_reference).type = "halo.wfanet.org/Certificate"]; }