Synchronize new proto/yaml changes.

PiperOrigin-RevId: 276062965
This commit is contained in:
Google APIs 2019-10-22 07:49:37 -07:00 committed by Copybara-Service
parent 4195b2f2db
commit 6b43240cf2
1 changed files with 6 additions and 1 deletions

View File

@ -177,7 +177,12 @@ message ListJobsResponse {
message GetJobRequest {
// Required. The job name. For example:
// `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`.
string name = 1 [(google.api.field_behavior) = REQUIRED];
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
type: "cloudscheduler.googleapis.com/Job"
}
];
}
// Request message for [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob].