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

Side by Side Diff: discovery/googleapis/deploymentmanager__v2.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
« no previous file with comments | « discovery/googleapis/dataproc__v1.json ('k') | discovery/googleapis/dfareporting__v1.3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google Cloud Platform.", 24 "description": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google 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": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/cV3LW8Gmmk27SrA3CO5zY7f6Svg\"", 27 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/6KjhYLxHpAd8Uw6w8O1zvPFCpmM\"",
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 whose name is not equal to example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions meaning that resources 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\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions, 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 whose name is not equal to example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions meaning that resources 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\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions, 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 whose name is not equal to example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions meaning that resources 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\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions, 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 whose name is not equal to example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions meaning that resources 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\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions, 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 whose name is not equal to example-instance, y ou would use filter=name ne example-instance.\n\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions meaning that resources 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\nCompute Engine Beta API Only: I f you use filtering in the Beta API, you can also filter on nested fields. For e xample, you could filter on instances that have set the scheduling.automaticRest art field to true. In particular, use filtering on nested fields to take advanta ge of instance labels to organize and filter results based on label values.\n\nT he Beta API also supports filtering on multiple expressions by providing each se parate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expres sions, 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": "20160125", 783 "revision": "20160301",
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 15 matching lines...) Expand all
809 }, 809 },
810 "id": { 810 "id": {
811 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.", 811 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.",
812 "format": "uint64", 812 "format": "uint64",
813 "type": "string" 813 "type": "string"
814 }, 814 },
815 "insertTime": { 815 "insertTime": {
816 "description": "[Output Only] Timestamp when the deployment was created, in RFC3339 text format .", 816 "description": "[Output Only] Timestamp when the deployment was created, in RFC3339 text format .",
817 "type": "string" 817 "type": "string"
818 }, 818 },
819 "labels": {
820 "description": "Map of labels; provided by the client when t he resource is created or updated. Specifically: Label keys must be between 1 an d 63 characters long and must conform to the following regular expression: [a-z] ([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?",
821 "items": {
822 "$ref": "DeploymentLabelEntry"
823 },
824 "type": "array"
825 },
819 "manifest": { 826 "manifest": {
820 "description": "[Output Only] URL of the manifest representi ng the last manifest that was successfully deployed.", 827 "description": "[Output Only] URL of the manifest representi ng the last manifest that was successfully deployed.",
821 "type": "string" 828 "type": "string"
822 }, 829 },
823 "name": { 830 "name": {
824 "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character m ust be a lowercase letter, and all following characters must be a dash, lowercas e letter, or digit, except the last character, which cannot be a dash.", 831 "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character m ust be a lowercase letter, and all following characters must be a dash, lowercas e letter, or digit, except the last character, which cannot be a dash.",
825 "type": "string" 832 "type": "string"
826 }, 833 },
827 "operation": { 834 "operation": {
828 "$ref": "Operation", 835 "$ref": "Operation",
829 "description": "[Output Only] The Operation that most recent ly ran, or is currently running, on this deployment." 836 "description": "[Output Only] The Operation that most recent ly ran, or is currently running, on this deployment."
830 }, 837 },
831 "target": { 838 "target": {
832 "$ref": "TargetConfiguration", 839 "$ref": "TargetConfiguration",
833 "description": "[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates." 840 "description": "[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates."
834 }, 841 },
835 "update": { 842 "update": {
836 "$ref": "DeploymentUpdate", 843 "$ref": "DeploymentUpdate",
837 "description": "[Output Only] If Deployment Manager is curre ntly updating or previewing an update to this deployment, the updated configurat ion appears here." 844 "description": "[Output Only] If Deployment Manager is curre ntly updating or previewing an update to this deployment, the updated configurat ion appears here."
838 } 845 }
839 }, 846 },
840 "type": "object" 847 "type": "object"
841 }, 848 },
849 "DeploymentLabelEntry": {
850 "id": "DeploymentLabelEntry",
851 "properties": {
852 "key": {
853 "type": "string"
854 },
855 "value": {
856 "type": "string"
857 }
858 },
859 "type": "object"
860 },
842 "DeploymentUpdate": { 861 "DeploymentUpdate": {
843 "description": "", 862 "description": "",
844 "id": "DeploymentUpdate", 863 "id": "DeploymentUpdate",
845 "properties": { 864 "properties": {
865 "labels": {
866 "description": "[Output Only] Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must b e between 1 and 63 characters long and must conform to the following regular exp ression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 charac ters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])? )?",
867 "items": {
868 "$ref": "DeploymentUpdateLabelEntry"
869 },
870 "type": "array"
871 },
846 "manifest": { 872 "manifest": {
847 "description": "[Output Only] URL of the manifest representi ng the update configuration of this deployment.", 873 "description": "[Output Only] URL of the manifest representi ng the update configuration of this deployment.",
848 "type": "string" 874 "type": "string"
849 } 875 }
850 }, 876 },
851 "type": "object" 877 "type": "object"
852 }, 878 },
879 "DeploymentUpdateLabelEntry": {
880 "id": "DeploymentUpdateLabelEntry",
881 "properties": {
882 "key": {
883 "type": "string"
884 },
885 "value": {
886 "type": "string"
887 }
888 },
889 "type": "object"
890 },
853 "DeploymentsCancelPreviewRequest": { 891 "DeploymentsCancelPreviewRequest": {
854 "description": "", 892 "description": "",
855 "id": "DeploymentsCancelPreviewRequest", 893 "id": "DeploymentsCancelPreviewRequest",
856 "properties": { 894 "properties": {
857 "fingerprint": { 895 "fingerprint": {
858 "description": "Specifies a fingerprint for cancelPreview() requests. A fingerprint is a randomly generated value that must be provided in c ancelPreview() requests to perform optimistic locking. This ensures optimistic c oncurrency so that the deployment does not have conflicting requests (e.g. if so meone attempts to make a new update request while another user attempts to cance l a preview, this would prevent one of the requests).\n\nThe fingerprint is init ially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a get() request on th e deployment.", 896 "description": "Specifies a fingerprint for cancelPreview() requests. A fingerprint is a randomly generated value that must be provided in c ancelPreview() requests to perform optimistic locking. This ensures optimistic c oncurrency so that the deployment does not have conflicting requests (e.g. if so meone attempts to make a new update request while another user attempts to cance l a preview, this would prevent one of the requests).\n\nThe fingerprint is init ially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a get() request on th e deployment.",
859 "format": "byte", 897 "format": "byte",
860 "type": "string" 898 "type": "string"
861 } 899 }
862 }, 900 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "properties": { 1031 "properties": {
994 "errors": { 1032 "errors": {
995 "description": "[Output Only] The array of errors en countered while processing this operation.", 1033 "description": "[Output Only] The array of errors en countered while processing this operation.",
996 "items": { 1034 "items": {
997 "properties": { 1035 "properties": {
998 "code": { 1036 "code": {
999 "description": "[Output Only] The error type identifier for this error.", 1037 "description": "[Output Only] The error type identifier for this error.",
1000 "type": "string" 1038 "type": "string"
1001 }, 1039 },
1002 "location": { 1040 "location": {
1003 "description": "[Output Only] Indicates the field in the request which caused the error. This property is optional.", 1041 "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.",
1004 "type": "string" 1042 "type": "string"
1005 }, 1043 },
1006 "message": { 1044 "message": {
1007 "description": "[Output Only] An optiona l, human-readable error message.", 1045 "description": "[Output Only] An optiona l, human-readable error message.",
1008 "type": "string" 1046 "type": "string"
1009 } 1047 }
1010 }, 1048 },
1011 "type": "object" 1049 "type": "object"
1012 }, 1050 },
1013 "type": "array" 1051 "type": "array"
(...skipping 14 matching lines...) Expand all
1028 "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", 1066 "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
1029 "format": "uint64", 1067 "format": "uint64",
1030 "type": "string" 1068 "type": "string"
1031 }, 1069 },
1032 "insertTime": { 1070 "insertTime": {
1033 "description": "[Output Only] The time that this operation w as requested. This value is in RFC3339 text format.", 1071 "description": "[Output Only] The time that this operation w as requested. This value is in RFC3339 text format.",
1034 "type": "string" 1072 "type": "string"
1035 }, 1073 },
1036 "kind": { 1074 "kind": {
1037 "default": "deploymentmanager#operation", 1075 "default": "deploymentmanager#operation",
1038 "description": "[Output Only] Type of the resource. Always c ompute#operation for Operation resources.", 1076 "description": "[Output Only] Type of the resource. Always c ompute#operation for operation resources.",
1039 "type": "string" 1077 "type": "string"
1040 }, 1078 },
1041 "name": { 1079 "name": {
1042 "description": "[Output Only] Name of the resource.", 1080 "description": "[Output Only] Name of the resource.",
1043 "type": "string" 1081 "type": "string"
1044 }, 1082 },
1045 "operationType": { 1083 "operationType": {
1046 "description": "[Output Only] The type of operation, such as insert, update, or delete, and so on.", 1084 "description": "[Output Only] The type of operation, such as insert, update, or delete, and so on.",
1047 "type": "string" 1085 "type": "string"
1048 }, 1086 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 "properties": { 1128 "properties": {
1091 "code": { 1129 "code": {
1092 "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", 1130 "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
1093 "type": "string" 1131 "type": "string"
1094 }, 1132 },
1095 "data": { 1133 "data": {
1096 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }", 1134 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
1097 "items": { 1135 "items": {
1098 "properties": { 1136 "properties": {
1099 "key": { 1137 "key": {
1100 "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnin gs where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warni ng about invalid network settings (for example, if an instance attempts to perfo rm IP forwarding but is not enabled for IP forwarding).", 1138 "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnin gs where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warnin g about invalid network settings (for example, if an instance attempts to perfor m IP forwarding but is not enabled for IP forwarding).",
1101 "type": "string" 1139 "type": "string"
1102 }, 1140 },
1103 "value": { 1141 "value": {
1104 "description": "[Output Only] A warn ing data value corresponding to the key.", 1142 "description": "[Output Only] A warn ing data value corresponding to the key.",
1105 "type": "string" 1143 "type": "string"
1106 } 1144 }
1107 }, 1145 },
1108 "type": "object" 1146 "type": "object"
1109 }, 1147 },
1110 "type": "array" 1148 "type": "array"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 "properties": { 1232 "properties": {
1195 "code": { 1233 "code": {
1196 "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", 1234 "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
1197 "type": "string" 1235 "type": "string"
1198 }, 1236 },
1199 "data": { 1237 "data": {
1200 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }", 1238 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
1201 "items": { 1239 "items": {
1202 "properties": { 1240 "properties": {
1203 "key": { 1241 "key": {
1204 "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnin gs where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warni ng about invalid network settings (for example, if an instance attempts to perfo rm IP forwarding but is not enabled for IP forwarding).", 1242 "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnin gs where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warnin g about invalid network settings (for example, if an instance attempts to perfor m IP forwarding but is not enabled for IP forwarding).",
1205 "type": "string" 1243 "type": "string"
1206 }, 1244 },
1207 "value": { 1245 "value": {
1208 "description": "[Output Only] A warn ing data value corresponding to the key.", 1246 "description": "[Output Only] A warn ing data value corresponding to the key.",
1209 "type": "string" 1247 "type": "string"
1210 } 1248 }
1211 }, 1249 },
1212 "type": "object" 1250 "type": "object"
1213 }, 1251 },
1214 "type": "array" 1252 "type": "array"
(...skipping 19 matching lines...) Expand all
1234 "properties": { 1272 "properties": {
1235 "errors": { 1273 "errors": {
1236 "description": "[Output Only] The array of errors en countered while processing this operation.", 1274 "description": "[Output Only] The array of errors en countered while processing this operation.",
1237 "items": { 1275 "items": {
1238 "properties": { 1276 "properties": {
1239 "code": { 1277 "code": {
1240 "description": "[Output Only] The error type identifier for this error.", 1278 "description": "[Output Only] The error type identifier for this error.",
1241 "type": "string" 1279 "type": "string"
1242 }, 1280 },
1243 "location": { 1281 "location": {
1244 "description": "[Output Only] Indicates the field in the request which caused the error. This property is optional.", 1282 "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.",
1245 "type": "string" 1283 "type": "string"
1246 }, 1284 },
1247 "message": { 1285 "message": {
1248 "description": "[Output Only] An optiona l, human-readable error message.", 1286 "description": "[Output Only] An optiona l, human-readable error message.",
1249 "type": "string" 1287 "type": "string"
1250 } 1288 }
1251 }, 1289 },
1252 "type": "object" 1290 "type": "object"
1253 }, 1291 },
1254 "type": "array" 1292 "type": "array"
(...skipping 27 matching lines...) Expand all
1282 "properties": { 1320 "properties": {
1283 "code": { 1321 "code": {
1284 "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", 1322 "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
1285 "type": "string" 1323 "type": "string"
1286 }, 1324 },
1287 "data": { 1325 "data": {
1288 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }", 1326 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
1289 "items": { 1327 "items": {
1290 "properties": { 1328 "properties": {
1291 "key": { 1329 "key": {
1292 "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnin gs where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warni ng about invalid network settings (for example, if an instance attempts to perfo rm IP forwarding but is not enabled for IP forwarding).", 1330 "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnin gs where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warnin g about invalid network settings (for example, if an instance attempts to perfor m IP forwarding but is not enabled for IP forwarding).",
1293 "type": "string" 1331 "type": "string"
1294 }, 1332 },
1295 "value": { 1333 "value": {
1296 "description": "[Output Only] A warn ing data value corresponding to the key.", 1334 "description": "[Output Only] A warn ing data value corresponding to the key.",
1297 "type": "string" 1335 "type": "string"
1298 } 1336 }
1299 }, 1337 },
1300 "type": "object" 1338 "type": "object"
1301 }, 1339 },
1302 "type": "array" 1340 "type": "array"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 "type": "array" 1427 "type": "array"
1390 } 1428 }
1391 }, 1429 },
1392 "type": "object" 1430 "type": "object"
1393 } 1431 }
1394 }, 1432 },
1395 "servicePath": "deploymentmanager/v2/projects/", 1433 "servicePath": "deploymentmanager/v2/projects/",
1396 "title": "Google Cloud Deployment Manager API", 1434 "title": "Google Cloud Deployment Manager API",
1397 "version": "v2" 1435 "version": "v2"
1398 } 1436 }
OLDNEW
« no previous file with comments | « discovery/googleapis/dataproc__v1.json ('k') | discovery/googleapis/dfareporting__v1.3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698