Remove inappropriate resource_reference annotations for UpdateWorkflowTemplateRequest.template.
PiperOrigin-RevId: 285802643
This commit is contained in:
parent
e5c4d3a2b5
commit
27d0e0f202
|
|
@ -709,10 +709,7 @@ message UpdateWorkflowTemplateRequest {
|
|||
//
|
||||
// The `template.version` field must match the current version.
|
||||
WorkflowTemplate template = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
type: "dataproc.googleapis.com/WorkflowTemplate"
|
||||
}
|
||||
(google.api.field_behavior) = REQUIRED
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -722,10 +722,7 @@ message UpdateWorkflowTemplateRequest {
|
|||
//
|
||||
// The `template.version` field must match the current version.
|
||||
WorkflowTemplate template = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
type: "dataproc.googleapis.com/WorkflowTemplate"
|
||||
}
|
||||
(google.api.field_behavior) = REQUIRED
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue