fix: Remove incorrect resource annotation from non-string field
PiperOrigin-RevId: 321311407
This commit is contained in:
parent
cc68fa0b20
commit
b375ae2941
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue