fix: Remove incorrect resource annotation from non-string field

PiperOrigin-RevId: 321311407
This commit is contained in:
Google APIs 2020-07-15 00:31:17 -07:00 committed by Copybara-Service
parent cc68fa0b20
commit b375ae2941
1 changed files with 1 additions and 4 deletions

View File

@ -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.