Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276062965
This commit is contained in:
parent
4195b2f2db
commit
6b43240cf2
|
|
@ -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].
|
||||
|
|
|
|||
Loading…
Reference in New Issue