|
18 | 18 | - name: google.cloud.aiplatform.v1beta1.ModelService |
19 | 19 | - name: google.cloud.aiplatform.v1beta1.PipelineService |
20 | 20 | - name: google.cloud.aiplatform.v1beta1.PredictionService |
| 21 | +- name: google.cloud.aiplatform.v1beta1.ScheduleService |
21 | 22 | - name: google.cloud.aiplatform.v1beta1.SpecialistPoolService |
22 | 23 | - name: google.cloud.aiplatform.v1beta1.TensorboardService |
23 | 24 | - name: google.cloud.aiplatform.v1beta1.VizierService |
@@ -128,6 +129,11 @@ documentation: |
128 | 129 | permission-aware UIs and command-line tools, not for authorization |
129 | 130 | checking. This operation may "fail open" without warning. |
130 | 131 |
|
| 132 | + - selector: google.longrunning.Operations.ListOperations |
| 133 | + description: |- |
| 134 | + Lists operations that match the specified filter in the request. If |
| 135 | + the server doesn't support this method, it returns `UNIMPLEMENTED`. |
| 136 | +
|
131 | 137 | backend: |
132 | 138 | rules: |
133 | 139 | - selector: 'google.cloud.aiplatform.v1beta1.DatasetService.*' |
@@ -162,6 +168,8 @@ backend: |
162 | 168 | deadline: 60.0 |
163 | 169 | - selector: 'google.cloud.aiplatform.v1beta1.PredictionService.*' |
164 | 170 | deadline: 600.0 |
| 171 | + - selector: 'google.cloud.aiplatform.v1beta1.ScheduleService.*' |
| 172 | + deadline: 60.0 |
165 | 173 | - selector: 'google.cloud.aiplatform.v1beta1.SpecialistPoolService.*' |
166 | 174 | deadline: 60.0 |
167 | 175 | - selector: 'google.cloud.aiplatform.v1beta1.TensorboardService.*' |
@@ -609,6 +617,10 @@ authentication: |
609 | 617 | oauth: |
610 | 618 | canonical_scopes: |- |
611 | 619 | https://www.googleapis.com/auth/cloud-platform |
| 620 | + - selector: 'google.cloud.aiplatform.v1beta1.ScheduleService.*' |
| 621 | + oauth: |
| 622 | + canonical_scopes: |- |
| 623 | + https://www.googleapis.com/auth/cloud-platform |
612 | 624 | - selector: 'google.cloud.aiplatform.v1beta1.SpecialistPoolService.*' |
613 | 625 | oauth: |
614 | 626 | canonical_scopes: |- |
|
0 commit comments