mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-15 12:50:26 +02:00
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 271392882
This commit is contained in:
parent
97aaf5649b
commit
27fdfa787f
3 changed files with 13 additions and 13 deletions
|
|
@ -311,7 +311,7 @@ message ListQueuesRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "locations.googleapis.com/Location"
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -388,7 +388,7 @@ message CreateQueueRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "locations.googleapis.com/Location"
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -470,7 +470,7 @@ message ListTasksRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -560,7 +560,7 @@ message CreateTaskRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@ message ListQueuesRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "locations.googleapis.com/Location"
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -473,7 +473,7 @@ message CreateQueueRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "locations.googleapis.com/Location"
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -555,7 +555,7 @@ message ListTasksRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -645,7 +645,7 @@ message CreateTaskRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -719,7 +719,7 @@ message LeaseTasksRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -311,7 +311,7 @@ message ListQueuesRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "locations.googleapis.com/Location"
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -388,7 +388,7 @@ message CreateQueueRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "locations.googleapis.com/Location"
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -470,7 +470,7 @@ message ListTasksRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -560,7 +560,7 @@ message CreateTaskRequest {
|
|||
string parent = 1 [
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(google.api.resource_reference) = {
|
||||
child_type: "cloudtasks.googleapis.com/Queue"
|
||||
child_type: "cloudtasks.googleapis.com/Task"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue