Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: discovery/googleapis_beta/autoscaler__v1beta2.json

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/compute": {
6 "description": "View and manage your Google Compute Engine r esources"
7 },
8 "https://www.googleapis.com/auth/compute.readonly": {
9 "description": "View your Google Compute Engine resources"
10 }
11 }
12 }
13 },
14 "basePath": "/autoscaler/v1beta2/",
15 "baseUrl": "https://www.googleapis.com/autoscaler/v1beta2/",
16 "batchPath": "batch",
17 "description": "The Google Compute Engine Autoscaler API provides autoscalin g for groups of Cloud VMs.",
18 "discoveryVersion": "v1",
19 "documentationLink": "http://developers.google.com/compute/docs/autoscaler",
20 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/0eE1-oXZzmJsWsHoXDgI_xuj0vA\"",
21 "icons": {
22 "x16": "http://www.google.com/images/icons/product/search-16.gif",
23 "x32": "http://www.google.com/images/icons/product/search-32.gif"
24 },
25 "id": "autoscaler:v1beta2",
26 "kind": "discovery#restDescription",
27 "labels": [
28 "limited_availability"
29 ],
30 "name": "autoscaler",
31 "ownerDomain": "google.com",
32 "ownerName": "Google",
33 "parameters": {
34 "alt": {
35 "default": "json",
36 "description": "Data format for the response.",
37 "enum": [
38 "json"
39 ],
40 "enumDescriptions": [
41 "Responses with Content-Type of application/json"
42 ],
43 "location": "query",
44 "type": "string"
45 },
46 "fields": {
47 "description": "Selector specifying which fields to include in a par tial response.",
48 "location": "query",
49 "type": "string"
50 },
51 "key": {
52 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
53 "location": "query",
54 "type": "string"
55 },
56 "oauth_token": {
57 "description": "OAuth 2.0 token for the current user.",
58 "location": "query",
59 "type": "string"
60 },
61 "prettyPrint": {
62 "default": "true",
63 "description": "Returns response with indentations and line breaks." ,
64 "location": "query",
65 "type": "boolean"
66 },
67 "quotaUser": {
68 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters. Overrides userIp if both are provided.",
69 "location": "query",
70 "type": "string"
71 },
72 "userIp": {
73 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
74 "location": "query",
75 "type": "string"
76 }
77 },
78 "protocol": "rest",
79 "resources": {
80 "autoscalers": {
81 "methods": {
82 "delete": {
83 "description": "Deletes the specified Autoscaler resource.",
84 "httpMethod": "DELETE",
85 "id": "autoscaler.autoscalers.delete",
86 "parameterOrder": [
87 "project",
88 "zone",
89 "autoscaler"
90 ],
91 "parameters": {
92 "autoscaler": {
93 "description": "Name of the Autoscaler resource.",
94 "location": "path",
95 "required": true,
96 "type": "string"
97 },
98 "project": {
99 "description": "Project ID of Autoscaler resource.",
100 "location": "path",
101 "required": true,
102 "type": "string"
103 },
104 "zone": {
105 "description": "Zone name of Autoscaler resource.",
106 "location": "path",
107 "required": true,
108 "type": "string"
109 }
110 },
111 "path": "projects/{project}/zones/{zone}/autoscalers/{autosc aler}",
112 "response": {
113 "$ref": "Operation"
114 },
115 "scopes": [
116 "https://www.googleapis.com/auth/compute"
117 ]
118 },
119 "get": {
120 "description": "Gets the specified Autoscaler resource.",
121 "httpMethod": "GET",
122 "id": "autoscaler.autoscalers.get",
123 "parameterOrder": [
124 "project",
125 "zone",
126 "autoscaler"
127 ],
128 "parameters": {
129 "autoscaler": {
130 "description": "Name of the Autoscaler resource.",
131 "location": "path",
132 "required": true,
133 "type": "string"
134 },
135 "project": {
136 "description": "Project ID of Autoscaler resource.",
137 "location": "path",
138 "required": true,
139 "type": "string"
140 },
141 "zone": {
142 "description": "Zone name of Autoscaler resource.",
143 "location": "path",
144 "required": true,
145 "type": "string"
146 }
147 },
148 "path": "projects/{project}/zones/{zone}/autoscalers/{autosc aler}",
149 "response": {
150 "$ref": "Autoscaler"
151 },
152 "scopes": [
153 "https://www.googleapis.com/auth/compute",
154 "https://www.googleapis.com/auth/compute.readonly"
155 ]
156 },
157 "insert": {
158 "description": "Adds new Autoscaler resource.",
159 "httpMethod": "POST",
160 "id": "autoscaler.autoscalers.insert",
161 "parameterOrder": [
162 "project",
163 "zone"
164 ],
165 "parameters": {
166 "project": {
167 "description": "Project ID of Autoscaler resource.",
168 "location": "path",
169 "required": true,
170 "type": "string"
171 },
172 "zone": {
173 "description": "Zone name of Autoscaler resource.",
174 "location": "path",
175 "required": true,
176 "type": "string"
177 }
178 },
179 "path": "projects/{project}/zones/{zone}/autoscalers",
180 "request": {
181 "$ref": "Autoscaler"
182 },
183 "response": {
184 "$ref": "Operation"
185 },
186 "scopes": [
187 "https://www.googleapis.com/auth/compute"
188 ]
189 },
190 "list": {
191 "description": "Lists all Autoscaler resources in this zone. ",
192 "httpMethod": "GET",
193 "id": "autoscaler.autoscalers.list",
194 "parameterOrder": [
195 "project",
196 "zone"
197 ],
198 "parameters": {
199 "filter": {
200 "location": "query",
201 "type": "string"
202 },
203 "maxResults": {
204 "default": "500",
205 "format": "uint32",
206 "location": "query",
207 "maximum": "500",
208 "minimum": "0",
209 "type": "integer"
210 },
211 "pageToken": {
212 "location": "query",
213 "type": "string"
214 },
215 "project": {
216 "description": "Project ID of Autoscaler resource.",
217 "location": "path",
218 "required": true,
219 "type": "string"
220 },
221 "zone": {
222 "description": "Zone name of Autoscaler resource.",
223 "location": "path",
224 "required": true,
225 "type": "string"
226 }
227 },
228 "path": "projects/{project}/zones/{zone}/autoscalers",
229 "response": {
230 "$ref": "AutoscalerListResponse"
231 },
232 "scopes": [
233 "https://www.googleapis.com/auth/compute",
234 "https://www.googleapis.com/auth/compute.readonly"
235 ]
236 },
237 "patch": {
238 "description": "Update the entire content of the Autoscaler resource. This method supports patch semantics.",
239 "httpMethod": "PATCH",
240 "id": "autoscaler.autoscalers.patch",
241 "parameterOrder": [
242 "project",
243 "zone",
244 "autoscaler"
245 ],
246 "parameters": {
247 "autoscaler": {
248 "description": "Name of the Autoscaler resource.",
249 "location": "path",
250 "required": true,
251 "type": "string"
252 },
253 "project": {
254 "description": "Project ID of Autoscaler resource.",
255 "location": "path",
256 "required": true,
257 "type": "string"
258 },
259 "zone": {
260 "description": "Zone name of Autoscaler resource.",
261 "location": "path",
262 "required": true,
263 "type": "string"
264 }
265 },
266 "path": "projects/{project}/zones/{zone}/autoscalers/{autosc aler}",
267 "request": {
268 "$ref": "Autoscaler"
269 },
270 "response": {
271 "$ref": "Operation"
272 },
273 "scopes": [
274 "https://www.googleapis.com/auth/compute"
275 ]
276 },
277 "update": {
278 "description": "Update the entire content of the Autoscaler resource.",
279 "httpMethod": "PUT",
280 "id": "autoscaler.autoscalers.update",
281 "parameterOrder": [
282 "project",
283 "zone",
284 "autoscaler"
285 ],
286 "parameters": {
287 "autoscaler": {
288 "description": "Name of the Autoscaler resource.",
289 "location": "path",
290 "required": true,
291 "type": "string"
292 },
293 "project": {
294 "description": "Project ID of Autoscaler resource.",
295 "location": "path",
296 "required": true,
297 "type": "string"
298 },
299 "zone": {
300 "description": "Zone name of Autoscaler resource.",
301 "location": "path",
302 "required": true,
303 "type": "string"
304 }
305 },
306 "path": "projects/{project}/zones/{zone}/autoscalers/{autosc aler}",
307 "request": {
308 "$ref": "Autoscaler"
309 },
310 "response": {
311 "$ref": "Operation"
312 },
313 "scopes": [
314 "https://www.googleapis.com/auth/compute"
315 ]
316 }
317 }
318 },
319 "zoneOperations": {
320 "methods": {
321 "delete": {
322 "description": "Deletes the specified zone-specific operatio n resource.",
323 "httpMethod": "DELETE",
324 "id": "autoscaler.zoneOperations.delete",
325 "parameterOrder": [
326 "project",
327 "zone",
328 "operation"
329 ],
330 "parameters": {
331 "operation": {
332 "location": "path",
333 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
334 "required": true,
335 "type": "string"
336 },
337 "project": {
338 "location": "path",
339 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
340 "required": true,
341 "type": "string"
342 },
343 "zone": {
344 "location": "path",
345 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
346 "required": true,
347 "type": "string"
348 }
349 },
350 "path": "{project}/zones/{zone}/operations/{operation}",
351 "scopes": [
352 "https://www.googleapis.com/auth/compute"
353 ]
354 },
355 "get": {
356 "description": "Retrieves the specified zone-specific operat ion resource.",
357 "httpMethod": "GET",
358 "id": "autoscaler.zoneOperations.get",
359 "parameterOrder": [
360 "project",
361 "zone",
362 "operation"
363 ],
364 "parameters": {
365 "operation": {
366 "location": "path",
367 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
368 "required": true,
369 "type": "string"
370 },
371 "project": {
372 "location": "path",
373 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
374 "required": true,
375 "type": "string"
376 },
377 "zone": {
378 "location": "path",
379 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
380 "required": true,
381 "type": "string"
382 }
383 },
384 "path": "{project}/zones/{zone}/operations/{operation}",
385 "response": {
386 "$ref": "Operation"
387 },
388 "scopes": [
389 "https://www.googleapis.com/auth/compute",
390 "https://www.googleapis.com/auth/compute.readonly"
391 ]
392 },
393 "list": {
394 "description": "Retrieves the list of operation resources co ntained within the specified zone.",
395 "httpMethod": "GET",
396 "id": "autoscaler.zoneOperations.list",
397 "parameterOrder": [
398 "project",
399 "zone"
400 ],
401 "parameters": {
402 "filter": {
403 "location": "query",
404 "type": "string"
405 },
406 "maxResults": {
407 "default": "500",
408 "format": "uint32",
409 "location": "query",
410 "maximum": "500",
411 "minimum": "0",
412 "type": "integer"
413 },
414 "pageToken": {
415 "location": "query",
416 "type": "string"
417 },
418 "project": {
419 "location": "path",
420 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
421 "required": true,
422 "type": "string"
423 },
424 "zone": {
425 "location": "path",
426 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
427 "required": true,
428 "type": "string"
429 }
430 },
431 "path": "{project}/zones/{zone}/operations",
432 "response": {
433 "$ref": "OperationList"
434 },
435 "scopes": [
436 "https://www.googleapis.com/auth/compute",
437 "https://www.googleapis.com/auth/compute.readonly"
438 ]
439 }
440 }
441 },
442 "zones": {
443 "methods": {
444 "list": {
445 "description": "",
446 "httpMethod": "GET",
447 "id": "autoscaler.zones.list",
448 "parameters": {
449 "filter": {
450 "location": "query",
451 "type": "string"
452 },
453 "maxResults": {
454 "default": "500",
455 "format": "uint32",
456 "location": "query",
457 "maximum": "500",
458 "minimum": "0",
459 "type": "integer"
460 },
461 "pageToken": {
462 "location": "query",
463 "type": "string"
464 },
465 "project": {
466 "location": "query",
467 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
468 "type": "string"
469 }
470 },
471 "path": "zones",
472 "response": {
473 "$ref": "ZoneList"
474 },
475 "scopes": [
476 "https://www.googleapis.com/auth/compute",
477 "https://www.googleapis.com/auth/compute.readonly"
478 ]
479 }
480 }
481 }
482 },
483 "revision": "20160511",
484 "rootUrl": "https://www.googleapis.com/",
485 "schemas": {
486 "Autoscaler": {
487 "description": "Cloud Autoscaler resource.",
488 "id": "Autoscaler",
489 "properties": {
490 "autoscalingPolicy": {
491 "$ref": "AutoscalingPolicy",
492 "description": "Configuration parameters for autoscaling alg orithm."
493 },
494 "creationTimestamp": {
495 "description": "[Output Only] Creation timestamp in RFC3339 text format.",
496 "type": "string"
497 },
498 "description": {
499 "description": "An optional textual description of the resou rce provided by the client.",
500 "type": "string"
501 },
502 "id": {
503 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.",
504 "format": "uint64",
505 "type": "string"
506 },
507 "kind": {
508 "default": "compute#autoscaler",
509 "description": "Type of resource.",
510 "type": "string"
511 },
512 "name": {
513 "description": "Name of the Autoscaler resource. Must be uni que per project and zone.",
514 "type": "string"
515 },
516 "selfLink": {
517 "description": "[Output Only] A self-link to the Autoscaler configuration resource.",
518 "type": "string"
519 },
520 "target": {
521 "description": "URL to the entity which will be autoscaled. Currently the only supported value is ReplicaPool?s URL. Note: it is illegal to specify multiple Autoscalers for the same target.",
522 "type": "string"
523 }
524 },
525 "type": "object"
526 },
527 "AutoscalerListResponse": {
528 "id": "AutoscalerListResponse",
529 "properties": {
530 "items": {
531 "description": "Autoscaler resources.",
532 "items": {
533 "$ref": "Autoscaler"
534 },
535 "type": "array"
536 },
537 "kind": {
538 "default": "compute#autoscalerList",
539 "description": "Type of resource.",
540 "type": "string"
541 },
542 "nextPageToken": {
543 "description": "[Output only] A token used to continue a tru ncated list request.",
544 "type": "string"
545 }
546 },
547 "type": "object"
548 },
549 "AutoscalingPolicy": {
550 "description": "Cloud Autoscaler policy.",
551 "id": "AutoscalingPolicy",
552 "properties": {
553 "coolDownPeriodSec": {
554 "description": "The number of seconds that the Autoscaler sh ould wait between two succeeding changes to the number of virtual machines. You should define an interval that is at least as long as the initialization time of a virtual machine and the time it may take for replica pool to create the virtu al machine. The default is 60 seconds.",
555 "format": "int32",
556 "type": "integer"
557 },
558 "cpuUtilization": {
559 "$ref": "AutoscalingPolicyCpuUtilization",
560 "description": "Configuration parameters of CPU based autosc aling policy."
561 },
562 "customMetricUtilizations": {
563 "description": "Configuration parameters of autoscaling base d on custom metric.",
564 "items": {
565 "$ref": "AutoscalingPolicyCustomMetricUtilization"
566 },
567 "type": "array"
568 },
569 "loadBalancingUtilization": {
570 "$ref": "AutoscalingPolicyLoadBalancingUtilization",
571 "description": "Configuration parameters of autoscaling base d on load balancer."
572 },
573 "maxNumReplicas": {
574 "description": "The maximum number of replicas that the Auto scaler can scale up to.",
575 "format": "int32",
576 "type": "integer"
577 },
578 "minNumReplicas": {
579 "description": "The minimum number of replicas that the Auto scaler can scale down to.",
580 "format": "int32",
581 "type": "integer"
582 }
583 },
584 "type": "object"
585 },
586 "AutoscalingPolicyCpuUtilization": {
587 "description": "CPU utilization policy.",
588 "id": "AutoscalingPolicyCpuUtilization",
589 "properties": {
590 "utilizationTarget": {
591 "description": "The target utilization that the Autoscaler s hould maintain. It is represented as a fraction of used cores. For example: 6 co res used in 8-core VM are represented here as 0.75. Must be a float value betwee n (0, 1]. If not defined, the default is 0.8.",
592 "format": "double",
593 "type": "number"
594 }
595 },
596 "type": "object"
597 },
598 "AutoscalingPolicyCustomMetricUtilization": {
599 "description": "Custom utilization metric policy.",
600 "id": "AutoscalingPolicyCustomMetricUtilization",
601 "properties": {
602 "metric": {
603 "description": "Identifier of the metric. It should be a Clo ud Monitoring metric. The metric can not have negative values. The metric should be an utilization metric (increasing number of VMs handling requests x times sh ould reduce average value of the metric roughly x times). For example you could use: compute.googleapis.com/instance/network/received_bytes_count.",
604 "type": "string"
605 },
606 "utilizationTarget": {
607 "description": "Target value of the metric which Autoscaler should maintain. Must be a positive value.",
608 "format": "double",
609 "type": "number"
610 },
611 "utilizationTargetType": {
612 "description": "Defines type in which utilization_target is expressed.",
613 "type": "string"
614 }
615 },
616 "type": "object"
617 },
618 "AutoscalingPolicyLoadBalancingUtilization": {
619 "description": "Load balancing utilization policy.",
620 "id": "AutoscalingPolicyLoadBalancingUtilization",
621 "properties": {
622 "utilizationTarget": {
623 "description": "Fraction of backend capacity utilization (se t in HTTP load balancing configuration) that Autoscaler should maintain. Must be a positive float value. If not defined, the default is 0.8. For example if your maxRatePerInstance capacity (in HTTP Load Balancing configuration) is set at 10 and you would like to keep number of instances such that each instance receives 7 QPS on average, set this to 0.7.",
624 "format": "double",
625 "type": "number"
626 }
627 },
628 "type": "object"
629 },
630 "DeprecationStatus": {
631 "id": "DeprecationStatus",
632 "properties": {
633 "deleted": {
634 "type": "string"
635 },
636 "deprecated": {
637 "type": "string"
638 },
639 "obsolete": {
640 "type": "string"
641 },
642 "replacement": {
643 "type": "string"
644 },
645 "state": {
646 "type": "string"
647 }
648 },
649 "type": "object"
650 },
651 "Operation": {
652 "id": "Operation",
653 "properties": {
654 "clientOperationId": {
655 "type": "string"
656 },
657 "creationTimestamp": {
658 "type": "string"
659 },
660 "description": {
661 "type": "string"
662 },
663 "endTime": {
664 "type": "string"
665 },
666 "error": {
667 "properties": {
668 "errors": {
669 "items": {
670 "properties": {
671 "code": {
672 "type": "string"
673 },
674 "location": {
675 "type": "string"
676 },
677 "message": {
678 "type": "string"
679 }
680 },
681 "type": "object"
682 },
683 "type": "array"
684 }
685 },
686 "type": "object"
687 },
688 "httpErrorMessage": {
689 "type": "string"
690 },
691 "httpErrorStatusCode": {
692 "format": "int32",
693 "type": "integer"
694 },
695 "id": {
696 "format": "uint64",
697 "type": "string"
698 },
699 "insertTime": {
700 "type": "string"
701 },
702 "kind": {
703 "default": "autoscaler#operation",
704 "description": "[Output Only] Type of the resource. Always c ompute#operation for Operation resources.",
705 "type": "string"
706 },
707 "name": {
708 "type": "string"
709 },
710 "operationType": {
711 "type": "string"
712 },
713 "progress": {
714 "format": "int32",
715 "type": "integer"
716 },
717 "region": {
718 "type": "string"
719 },
720 "selfLink": {
721 "type": "string"
722 },
723 "startTime": {
724 "type": "string"
725 },
726 "status": {
727 "type": "string"
728 },
729 "statusMessage": {
730 "type": "string"
731 },
732 "targetId": {
733 "format": "uint64",
734 "type": "string"
735 },
736 "targetLink": {
737 "type": "string"
738 },
739 "user": {
740 "type": "string"
741 },
742 "warnings": {
743 "items": {
744 "properties": {
745 "code": {
746 "type": "string"
747 },
748 "data": {
749 "items": {
750 "properties": {
751 "key": {
752 "type": "string"
753 },
754 "value": {
755 "type": "string"
756 }
757 },
758 "type": "object"
759 },
760 "type": "array"
761 },
762 "message": {
763 "type": "string"
764 }
765 },
766 "type": "object"
767 },
768 "type": "array"
769 },
770 "zone": {
771 "type": "string"
772 }
773 },
774 "type": "object"
775 },
776 "OperationList": {
777 "id": "OperationList",
778 "properties": {
779 "id": {
780 "type": "string"
781 },
782 "items": {
783 "items": {
784 "$ref": "Operation"
785 },
786 "type": "array"
787 },
788 "kind": {
789 "default": "autoscaler#operationList",
790 "description": "[Output Only] Type of resource. Always compu te#operations for Operations resource.",
791 "type": "string"
792 },
793 "nextPageToken": {
794 "type": "string"
795 },
796 "selfLink": {
797 "type": "string"
798 }
799 },
800 "type": "object"
801 },
802 "Zone": {
803 "id": "Zone",
804 "properties": {
805 "creationTimestamp": {
806 "type": "string"
807 },
808 "deprecated": {
809 "$ref": "DeprecationStatus"
810 },
811 "description": {
812 "type": "string"
813 },
814 "id": {
815 "format": "uint64",
816 "type": "string"
817 },
818 "kind": {
819 "default": "autoscaler#zone",
820 "description": "[Output Only] Type of the resource. Always c ompute#zone for zones.",
821 "type": "string"
822 },
823 "name": {
824 "type": "string"
825 },
826 "region": {
827 "type": "string"
828 },
829 "selfLink": {
830 "type": "string"
831 },
832 "status": {
833 "type": "string"
834 }
835 },
836 "type": "object"
837 },
838 "ZoneList": {
839 "id": "ZoneList",
840 "properties": {
841 "id": {
842 "type": "string"
843 },
844 "items": {
845 "items": {
846 "$ref": "Zone"
847 },
848 "type": "array"
849 },
850 "kind": {
851 "default": "autoscaler#zoneList",
852 "description": "Type of resource.",
853 "type": "string"
854 },
855 "nextPageToken": {
856 "type": "string"
857 },
858 "selfLink": {
859 "description": "[Output Only] Server-defined URL for this re source.",
860 "type": "string"
861 }
862 },
863 "type": "object"
864 }
865 },
866 "servicePath": "autoscaler/v1beta2/",
867 "title": "Google Compute Engine Autoscaler API",
868 "version": "v1beta2"
869 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/appengine__v1beta5.json ('k') | discovery/googleapis_beta/clouderrorreporting__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698