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

Side by Side Diff: discovery/googleapis/deploymentmanager__v2.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
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/cloud-platform.read-only": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "View your data across Google Cloud Platform services" 9 "description": "View your data across Google Cloud Platform services"
10 }, 10 },
11 "https://www.googleapis.com/auth/ndev.cloudman": { 11 "https://www.googleapis.com/auth/ndev.cloudman": {
12 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information" 12 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information"
13 }, 13 },
14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": { 14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": {
15 "description": "View your Google Cloud Platform management r esources and deployment status information" 15 "description": "View your Google Cloud Platform management r esources and deployment status information"
16 } 16 }
17 } 17 }
18 } 18 }
19 }, 19 },
20 "basePath": "/deploymentmanager/v2/projects/", 20 "basePath": "/deploymentmanager/v2/projects/",
21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/projects/", 21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/projects/",
22 "batchPath": "batch", 22 "batchPath": "batch",
23 "canonicalName": "Deployment Manager", 23 "canonicalName": "Deployment Manager",
24 "description": "Declares, configures, and deploys complex solutions on Googl e Cloud Platform.", 24 "description": "Declares, configures, and deploys complex solutions on Googl e Cloud Platform.",
25 "discoveryVersion": "v1", 25 "discoveryVersion": "v1",
26 "documentationLink": "https://cloud.google.com/deployment-manager/", 26 "documentationLink": "https://cloud.google.com/deployment-manager/",
27 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/3CBszyTZKSK2PiuKc_lvGQJmwJg\"", 27 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/zAoD3c2ULQD4CrM0UHM-SVOsDxw\"",
28 "icons": { 28 "icons": {
29 "x16": "http://www.google.com/images/icons/product/search-16.gif", 29 "x16": "http://www.google.com/images/icons/product/search-16.gif",
30 "x32": "http://www.google.com/images/icons/product/search-32.gif" 30 "x32": "http://www.google.com/images/icons/product/search-32.gif"
31 }, 31 },
32 "id": "deploymentmanager:v2", 32 "id": "deploymentmanager:v2",
33 "kind": "discovery#restDescription", 33 "kind": "discovery#restDescription",
34 "name": "deploymentmanager", 34 "name": "deploymentmanager",
35 "ownerDomain": "google.com", 35 "ownerDomain": "google.com",
36 "ownerName": "Google", 36 "ownerName": "Google",
37 "parameters": { 37 "parameters": {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 }, 222 },
223 "list": { 223 "list": {
224 "description": "Lists all deployments for a given project.", 224 "description": "Lists all deployments for a given project.",
225 "httpMethod": "GET", 225 "httpMethod": "GET",
226 "id": "deploymentmanager.deployments.list", 226 "id": "deploymentmanager.deployments.list",
227 "parameterOrder": [ 227 "parameterOrder": [
228 "project" 228 "project"
229 ], 229 ],
230 "parameters": { 230 "parameters": {
231 "filter": { 231 "filter": {
232 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: W hen filtering in the Beta API, you can also filter on nested fields. For example , you could filter on instances that have set the scheduling.automaticRestart fi eld to true. Use filtering on nested fields to take advantage of labels to organ ize and search for results based on label values.\n\nThe Beta API also supports filtering on multiple expressions by providing each separate expression within p arentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-centr al1-f). Multiple expressions are treated as AND expressions, meaning that resour ces must match all expressions to pass the filters.", 232 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nYou can filter on nested fields . For example, you could filter on instances that have set the scheduling.automa ticRestart field to true. Use filtering on nested fields to take advantage of la bels to organize and search for results based on label values.\n\nTo filter on m ultiple expressions, provide each separate expression within parentheses. For ex ample, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple e xpressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.",
233 "location": "query", 233 "location": "query",
234 "type": "string" 234 "type": "string"
235 }, 235 },
236 "maxResults": { 236 "maxResults": {
237 "default": "500", 237 "default": "500",
238 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.", 238 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.",
239 "format": "uint32", 239 "format": "uint32",
240 "location": "query", 240 "location": "query",
241 "maximum": "500", 241 "maximum": "500",
242 "minimum": "0", 242 "minimum": "0",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 ], 499 ],
500 "parameters": { 500 "parameters": {
501 "deployment": { 501 "deployment": {
502 "description": "The name of the deployment for this request.", 502 "description": "The name of the deployment for this request.",
503 "location": "path", 503 "location": "path",
504 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", 504 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
505 "required": true, 505 "required": true,
506 "type": "string" 506 "type": "string"
507 }, 507 },
508 "filter": { 508 "filter": {
509 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: W hen filtering in the Beta API, you can also filter on nested fields. For example , you could filter on instances that have set the scheduling.automaticRestart fi eld to true. Use filtering on nested fields to take advantage of labels to organ ize and search for results based on label values.\n\nThe Beta API also supports filtering on multiple expressions by providing each separate expression within p arentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-centr al1-f). Multiple expressions are treated as AND expressions, meaning that resour ces must match all expressions to pass the filters.", 509 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nYou can filter on nested fields . For example, you could filter on instances that have set the scheduling.automa ticRestart field to true. Use filtering on nested fields to take advantage of la bels to organize and search for results based on label values.\n\nTo filter on m ultiple expressions, provide each separate expression within parentheses. For ex ample, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple e xpressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.",
510 "location": "query", 510 "location": "query",
511 "type": "string" 511 "type": "string"
512 }, 512 },
513 "maxResults": { 513 "maxResults": {
514 "default": "500", 514 "default": "500",
515 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.", 515 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.",
516 "format": "uint32", 516 "format": "uint32",
517 "location": "query", 517 "location": "query",
518 "maximum": "500", 518 "maximum": "500",
519 "minimum": "0", 519 "minimum": "0",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 }, 583 },
584 "list": { 584 "list": {
585 "description": "Lists all operations for a project.", 585 "description": "Lists all operations for a project.",
586 "httpMethod": "GET", 586 "httpMethod": "GET",
587 "id": "deploymentmanager.operations.list", 587 "id": "deploymentmanager.operations.list",
588 "parameterOrder": [ 588 "parameterOrder": [
589 "project" 589 "project"
590 ], 590 ],
591 "parameters": { 591 "parameters": {
592 "filter": { 592 "filter": {
593 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: W hen filtering in the Beta API, you can also filter on nested fields. For example , you could filter on instances that have set the scheduling.automaticRestart fi eld to true. Use filtering on nested fields to take advantage of labels to organ ize and search for results based on label values.\n\nThe Beta API also supports filtering on multiple expressions by providing each separate expression within p arentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-centr al1-f). Multiple expressions are treated as AND expressions, meaning that resour ces must match all expressions to pass the filters.", 593 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nYou can filter on nested fields . For example, you could filter on instances that have set the scheduling.automa ticRestart field to true. Use filtering on nested fields to take advantage of la bels to organize and search for results based on label values.\n\nTo filter on m ultiple expressions, provide each separate expression within parentheses. For ex ample, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple e xpressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.",
594 "location": "query", 594 "location": "query",
595 "type": "string" 595 "type": "string"
596 }, 596 },
597 "maxResults": { 597 "maxResults": {
598 "default": "500", 598 "default": "500",
599 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.", 599 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.",
600 "format": "uint32", 600 "format": "uint32",
601 "location": "query", 601 "location": "query",
602 "maximum": "500", 602 "maximum": "500",
603 "minimum": "0", 603 "minimum": "0",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 ], 683 ],
684 "parameters": { 684 "parameters": {
685 "deployment": { 685 "deployment": {
686 "description": "The name of the deployment for this request.", 686 "description": "The name of the deployment for this request.",
687 "location": "path", 687 "location": "path",
688 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", 688 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
689 "required": true, 689 "required": true,
690 "type": "string" 690 "type": "string"
691 }, 691 },
692 "filter": { 692 "filter": {
693 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: W hen filtering in the Beta API, you can also filter on nested fields. For example , you could filter on instances that have set the scheduling.automaticRestart fi eld to true. Use filtering on nested fields to take advantage of labels to organ ize and search for results based on label values.\n\nThe Beta API also supports filtering on multiple expressions by providing each separate expression within p arentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-centr al1-f). Multiple expressions are treated as AND expressions, meaning that resour ces must match all expressions to pass the filters.", 693 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nYou can filter on nested fields . For example, you could filter on instances that have set the scheduling.automa ticRestart field to true. Use filtering on nested fields to take advantage of la bels to organize and search for results based on label values.\n\nTo filter on m ultiple expressions, provide each separate expression within parentheses. For ex ample, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple e xpressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.",
694 "location": "query", 694 "location": "query",
695 "type": "string" 695 "type": "string"
696 }, 696 },
697 "maxResults": { 697 "maxResults": {
698 "default": "500", 698 "default": "500",
699 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.", 699 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.",
700 "format": "uint32", 700 "format": "uint32",
701 "location": "query", 701 "location": "query",
702 "maximum": "500", 702 "maximum": "500",
703 "minimum": "0", 703 "minimum": "0",
(...skipping 29 matching lines...) Expand all
733 "methods": { 733 "methods": {
734 "list": { 734 "list": {
735 "description": "Lists all resource types for Deployment Mana ger.", 735 "description": "Lists all resource types for Deployment Mana ger.",
736 "httpMethod": "GET", 736 "httpMethod": "GET",
737 "id": "deploymentmanager.types.list", 737 "id": "deploymentmanager.types.list",
738 "parameterOrder": [ 738 "parameterOrder": [
739 "project" 739 "project"
740 ], 740 ],
741 "parameters": { 741 "parameters": {
742 "filter": { 742 "filter": {
743 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: W hen filtering in the Beta API, you can also filter on nested fields. For example , you could filter on instances that have set the scheduling.automaticRestart fi eld to true. Use filtering on nested fields to take advantage of labels to organ ize and search for results based on label values.\n\nThe Beta API also supports filtering on multiple expressions by providing each separate expression within p arentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-centr al1-f). Multiple expressions are treated as AND expressions, meaning that resour ces must match all expressions to pass the filters.", 743 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The liter al value must be valid for the type of field you are filtering by (string, numbe r, boolean). For string fields, the literal value is interpreted as a regular ex pression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, y ou would use filter=name ne example-instance.\n\nYou can filter on nested fields . For example, you could filter on instances that have set the scheduling.automa ticRestart field to true. Use filtering on nested fields to take advantage of la bels to organize and search for results based on label values.\n\nTo filter on m ultiple expressions, provide each separate expression within parentheses. For ex ample, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple e xpressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.",
744 "location": "query", 744 "location": "query",
745 "type": "string" 745 "type": "string"
746 }, 746 },
747 "maxResults": { 747 "maxResults": {
748 "default": "500", 748 "default": "500",
749 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.", 749 "description": "The maximum number of results per pa ge that should be returned. If the number of available results is larger than ma xResults, Compute Engine returns a nextPageToken that can be used to get the nex t page of results in subsequent list requests.",
750 "format": "uint32", 750 "format": "uint32",
751 "location": "query", 751 "location": "query",
752 "maximum": "500", 752 "maximum": "500",
753 "minimum": "0", 753 "minimum": "0",
(...skipping 19 matching lines...) Expand all
773 "scopes": [ 773 "scopes": [
774 "https://www.googleapis.com/auth/cloud-platform", 774 "https://www.googleapis.com/auth/cloud-platform",
775 "https://www.googleapis.com/auth/cloud-platform.read-onl y", 775 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
776 "https://www.googleapis.com/auth/ndev.cloudman", 776 "https://www.googleapis.com/auth/ndev.cloudman",
777 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 777 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
778 ] 778 ]
779 } 779 }
780 } 780 }
781 } 781 }
782 }, 782 },
783 "revision": "20160608", 783 "revision": "20160624",
784 "rootUrl": "https://www.googleapis.com/", 784 "rootUrl": "https://www.googleapis.com/",
785 "schemas": { 785 "schemas": {
786 "ConfigFile": { 786 "ConfigFile": {
787 "description": "", 787 "description": "",
788 "id": "ConfigFile", 788 "id": "ConfigFile",
789 "properties": { 789 "properties": {
790 "content": { 790 "content": {
791 "description": "The contents of the file.", 791 "description": "The contents of the file.",
792 "type": "string" 792 "type": "string"
793 } 793 }
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 "type": "array" 1435 "type": "array"
1436 } 1436 }
1437 }, 1437 },
1438 "type": "object" 1438 "type": "object"
1439 } 1439 }
1440 }, 1440 },
1441 "servicePath": "deploymentmanager/v2/projects/", 1441 "servicePath": "deploymentmanager/v2/projects/",
1442 "title": "Google Cloud Deployment Manager API", 1442 "title": "Google Cloud Deployment Manager API",
1443 "version": "v2" 1443 "version": "v2"
1444 } 1444 }
OLDNEW
« no previous file with comments | « discovery/googleapis/compute__v1.json ('k') | discovery/googleapis/doubleclickbidmanager__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698