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

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

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 }, 7 },
8 "https://www.googleapis.com/auth/userinfo.email": { 8 "https://www.googleapis.com/auth/userinfo.email": {
9 "description": "View your email address" 9 "description": "View your email address"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "", 14 "basePath": "",
15 "baseUrl": "https://dataflow.googleapis.com/", 15 "baseUrl": "https://dataflow.googleapis.com/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "description": "Google Dataflow API.", 17 "description": "Google Dataflow API.",
18 "discoveryVersion": "v1", 18 "discoveryVersion": "v1",
19 "documentationLink": "https://cloud.google.com/dataflow", 19 "documentationLink": "https://cloud.google.com/dataflow",
20 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/z_qEBVG4geak7DrKYhi9NJcxQa4\"", 20 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/6VZTtaR6IvNSRMngfuFqoyS-PQg\"",
21 "icons": { 21 "icons": {
22 "x16": "http://www.google.com/images/icons/product/search-16.gif", 22 "x16": "http://www.google.com/images/icons/product/search-16.gif",
23 "x32": "http://www.google.com/images/icons/product/search-32.gif" 23 "x32": "http://www.google.com/images/icons/product/search-32.gif"
24 }, 24 },
25 "id": "dataflow:v1b3", 25 "id": "dataflow:v1b3",
26 "kind": "discovery#restDescription", 26 "kind": "discovery#restDescription",
27 "name": "dataflow", 27 "name": "dataflow",
28 "ownerDomain": "google.com", 28 "ownerDomain": "google.com",
29 "ownerName": "Google", 29 "ownerName": "Google",
30 "parameters": { 30 "parameters": {
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "https://www.googleapis.com/auth/userinf o.email" 480 "https://www.googleapis.com/auth/userinf o.email"
481 ] 481 ]
482 } 482 }
483 } 483 }
484 } 484 }
485 } 485 }
486 } 486 }
487 } 487 }
488 } 488 }
489 }, 489 },
490 "revision": "20160123", 490 "revision": "20160309",
491 "rootUrl": "https://dataflow.googleapis.com/", 491 "rootUrl": "https://dataflow.googleapis.com/",
492 "schemas": { 492 "schemas": {
493 "Job": { 493 "Job": {
494 "description": "Defines a job to be run by the Dataflow service.", 494 "description": "Defines a job to be run by the Dataflow service.",
495 "id": "Job", 495 "id": "Job",
496 "properties": { 496 "properties": {
497 "id": { 497 "id": {
498 "description": "The unique ID of this job. This field is set by the Dataflow service when the Job is created, and is immutable for the life of the Job.", 498 "description": "The unique ID of this job. This field is set by the Dataflow service when the Job is created, and is immutable for the life of the Job.",
499 "type": "string" 499 "type": "string"
500 }, 500 },
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "additionalProperties": { 753 "additionalProperties": {
754 "description": "Properties of the object. Contains field @ype with type URL.", 754 "description": "Properties of the object. Contains field @ype with type URL.",
755 "type": "any" 755 "type": "any"
756 }, 756 },
757 "description": "Extra arguments for this worker pool.", 757 "description": "Extra arguments for this worker pool.",
758 "type": "object" 758 "type": "object"
759 }, 759 },
760 "network": { 760 "network": {
761 "description": "Network to which VMs will be assigned. If em pty or unspecified, the service will use the network \"default\".", 761 "description": "Network to which VMs will be assigned. If em pty or unspecified, the service will use the network \"default\".",
762 "type": "string" 762 "type": "string"
763 },
764 "subnetwork": {
765 "description": "Subnetwork to which VMs will be assigned, if desired. Expected to be of the form \"zones/ZONE/subnetworks/SUBNETWORK\".",
766 "type": "string"
767 },
768 "workerHarnessContainerImage": {
769 "description": "Docker container image that executes Dataflo w worker harness, residing in Google Container Registry. Required.",
770 "type": "string"
763 } 771 }
764 }, 772 },
765 "type": "object" 773 "type": "object"
766 }, 774 },
767 "Package": { 775 "Package": {
768 "description": "Packages that need to be installed in order for a wo rker to run the steps of the Dataflow job which will be assigned to its worker p ool. This is the mechanism by which the SDK causes code to be loaded onto the wo rkers. For example, the Dataflow Java SDK might use this to install jars contain ing the user's code and all of the various dependencies (libraries, data files, etc) required in order for that code to run.", 776 "description": "Packages that need to be installed in order for a wo rker to run the steps of the Dataflow job which will be assigned to its worker p ool. This is the mechanism by which the SDK causes code to be loaded onto the wo rkers. For example, the Dataflow Java SDK might use this to install jars contain ing the user's code and all of the various dependencies (libraries, data files, etc) required in order for that code to run.",
769 "id": "Package", 777 "id": "Package",
770 "properties": { 778 "properties": {
771 "name": { 779 "name": {
772 "description": "The name of the package.", 780 "description": "The name of the package.",
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 "type": "integer" 2107 "type": "integer"
2100 }, 2108 },
2101 "workerHarnessPort": { 2109 "workerHarnessPort": {
2102 "description": "The TCP port used by the worker to communica te with the Dataflow worker harness.", 2110 "description": "The TCP port used by the worker to communica te with the Dataflow worker harness.",
2103 "format": "int32", 2111 "format": "int32",
2104 "type": "integer" 2112 "type": "integer"
2105 }, 2113 },
2106 "streamingComputationTopology": { 2114 "streamingComputationTopology": {
2107 "$ref": "TopologyConfig", 2115 "$ref": "TopologyConfig",
2108 "description": "The global topology of the streaming Dataflo w job." 2116 "description": "The global topology of the streaming Dataflo w job."
2117 },
2118 "drain": {
2119 "description": "The user has requested drain.",
2120 "type": "boolean"
2109 } 2121 }
2110 }, 2122 },
2111 "type": "object" 2123 "type": "object"
2112 }, 2124 },
2113 "TopologyConfig": { 2125 "TopologyConfig": {
2114 "description": "Global topology of the streaming Dataflow job, inclu ding all computations and their sharded locations.", 2126 "description": "Global topology of the streaming Dataflow job, inclu ding all computations and their sharded locations.",
2115 "id": "TopologyConfig", 2127 "id": "TopologyConfig",
2116 "properties": { 2128 "properties": {
2117 "computations": { 2129 "computations": {
2118 "description": "The computations associated with a streaming Dataflow job.", 2130 "description": "The computations associated with a streaming Dataflow job.",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
2600 "type": "string" 2612 "type": "string"
2601 } 2613 }
2602 }, 2614 },
2603 "type": "object" 2615 "type": "object"
2604 } 2616 }
2605 }, 2617 },
2606 "servicePath": "", 2618 "servicePath": "",
2607 "title": "Google Dataflow API", 2619 "title": "Google Dataflow API",
2608 "version": "v1b3" 2620 "version": "v1b3"
2609 } 2621 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/clouduseraccounts__beta.json ('k') | discovery/googleapis_beta/dataproc__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698