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.