Remove inappropriate resource_reference annotations for UpdateWorkflowTemplateRequest.template.

PiperOrigin-RevId: 285802643
This commit is contained in:
Google APIs 2019-12-16 10:42:02 -08:00 committed by Copybara-Service
parent e5c4d3a2b5
commit 27d0e0f202
2 changed files with 2 additions and 8 deletions

View File

@ -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
];
}

View File

@ -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
];
}