From b375ae2941150f950b8561bbfcd8fc8908d30599 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 15 Jul 2020 00:31:17 -0700 Subject: [PATCH] fix: Remove incorrect resource annotation from non-string field PiperOrigin-RevId: 321311407 --- google/cloud/functions/v1/functions.proto | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/google/cloud/functions/v1/functions.proto b/google/cloud/functions/v1/functions.proto index 97f40254..aa3dd5de 100644 --- a/google/cloud/functions/v1/functions.proto +++ b/google/cloud/functions/v1/functions.proto @@ -464,10 +464,7 @@ message CreateFunctionRequest { message UpdateFunctionRequest { // Required. New version of the function. CloudFunction function = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "cloudfunctions.googleapis.com/CloudFunction" - } + (google.api.field_behavior) = REQUIRED ]; // Required list of fields to be updated in this request.