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

Side by Side Diff: discovery/googleapis_beta/deploymentmanager__v2beta2.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/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/v2beta2/projects/", 20 "basePath": "/deploymentmanager/v2beta2/projects/",
21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2beta2/projects/", 21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2beta2/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://developers.google.com/deployment-manager/", 26 "documentationLink": "https://developers.google.com/deployment-manager/",
27 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/kDPoIRH1Fo2Zsyk2-I_71-6-8Gs\"", 27 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/7dvEQ2HcIuoHDDD09ppjfAikoSg\"",
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:v2beta2", 32 "id": "deploymentmanager:v2beta2",
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 }, 181 },
182 "list": { 182 "list": {
183 "description": "Lists all deployments for a given project.", 183 "description": "Lists all deployments for a given project.",
184 "httpMethod": "GET", 184 "httpMethod": "GET",
185 "id": "deploymentmanager.deployments.list", 185 "id": "deploymentmanager.deployments.list",
186 "parameterOrder": [ 186 "parameterOrder": [
187 "project" 187 "project"
188 ], 188 ],
189 "parameters": { 189 "parameters": {
190 "filter": { 190 "filter": {
191 "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.", 191 "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.",
192 "location": "query", 192 "location": "query",
193 "type": "string" 193 "type": "string"
194 }, 194 },
195 "maxResults": { 195 "maxResults": {
196 "default": "500", 196 "default": "500",
197 "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.", 197 "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.",
198 "format": "uint32", 198 "format": "uint32",
199 "location": "query", 199 "location": "query",
200 "maximum": "500", 200 "maximum": "500",
201 "minimum": "0", 201 "minimum": "0",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 438 ],
439 "parameters": { 439 "parameters": {
440 "deployment": { 440 "deployment": {
441 "description": "The name of the deployment for this request.", 441 "description": "The name of the deployment for this request.",
442 "location": "path", 442 "location": "path",
443 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", 443 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
444 "required": true, 444 "required": true,
445 "type": "string" 445 "type": "string"
446 }, 446 },
447 "filter": { 447 "filter": {
448 "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.", 448 "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.",
449 "location": "query", 449 "location": "query",
450 "type": "string" 450 "type": "string"
451 }, 451 },
452 "maxResults": { 452 "maxResults": {
453 "default": "500", 453 "default": "500",
454 "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.", 454 "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.",
455 "format": "uint32", 455 "format": "uint32",
456 "location": "query", 456 "location": "query",
457 "maximum": "500", 457 "maximum": "500",
458 "minimum": "0", 458 "minimum": "0",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 }, 522 },
523 "list": { 523 "list": {
524 "description": "Lists all operations for a project.", 524 "description": "Lists all operations for a project.",
525 "httpMethod": "GET", 525 "httpMethod": "GET",
526 "id": "deploymentmanager.operations.list", 526 "id": "deploymentmanager.operations.list",
527 "parameterOrder": [ 527 "parameterOrder": [
528 "project" 528 "project"
529 ], 529 ],
530 "parameters": { 530 "parameters": {
531 "filter": { 531 "filter": {
532 "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.", 532 "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.",
533 "location": "query", 533 "location": "query",
534 "type": "string" 534 "type": "string"
535 }, 535 },
536 "maxResults": { 536 "maxResults": {
537 "default": "500", 537 "default": "500",
538 "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.", 538 "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.",
539 "format": "uint32", 539 "format": "uint32",
540 "location": "query", 540 "location": "query",
541 "maximum": "500", 541 "maximum": "500",
542 "minimum": "0", 542 "minimum": "0",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 ], 622 ],
623 "parameters": { 623 "parameters": {
624 "deployment": { 624 "deployment": {
625 "description": "The name of the deployment for this request.", 625 "description": "The name of the deployment for this request.",
626 "location": "path", 626 "location": "path",
627 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", 627 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
628 "required": true, 628 "required": true,
629 "type": "string" 629 "type": "string"
630 }, 630 },
631 "filter": { 631 "filter": {
632 "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.", 632 "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.",
633 "location": "query", 633 "location": "query",
634 "type": "string" 634 "type": "string"
635 }, 635 },
636 "maxResults": { 636 "maxResults": {
637 "default": "500", 637 "default": "500",
638 "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.", 638 "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.",
639 "format": "uint32", 639 "format": "uint32",
640 "location": "query", 640 "location": "query",
641 "maximum": "500", 641 "maximum": "500",
642 "minimum": "0", 642 "minimum": "0",
(...skipping 29 matching lines...) Expand all
672 "methods": { 672 "methods": {
673 "list": { 673 "list": {
674 "description": "Lists all resource types for Deployment Mana ger.", 674 "description": "Lists all resource types for Deployment Mana ger.",
675 "httpMethod": "GET", 675 "httpMethod": "GET",
676 "id": "deploymentmanager.types.list", 676 "id": "deploymentmanager.types.list",
677 "parameterOrder": [ 677 "parameterOrder": [
678 "project" 678 "project"
679 ], 679 ],
680 "parameters": { 680 "parameters": {
681 "filter": { 681 "filter": {
682 "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.", 682 "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.",
683 "location": "query", 683 "location": "query",
684 "type": "string" 684 "type": "string"
685 }, 685 },
686 "maxResults": { 686 "maxResults": {
687 "default": "500", 687 "default": "500",
688 "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.", 688 "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.",
689 "format": "uint32", 689 "format": "uint32",
690 "location": "query", 690 "location": "query",
691 "maximum": "500", 691 "maximum": "500",
692 "minimum": "0", 692 "minimum": "0",
(...skipping 19 matching lines...) Expand all
712 "scopes": [ 712 "scopes": [
713 "https://www.googleapis.com/auth/cloud-platform", 713 "https://www.googleapis.com/auth/cloud-platform",
714 "https://www.googleapis.com/auth/cloud-platform.read-onl y", 714 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
715 "https://www.googleapis.com/auth/ndev.cloudman", 715 "https://www.googleapis.com/auth/ndev.cloudman",
716 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 716 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
717 ] 717 ]
718 } 718 }
719 } 719 }
720 } 720 }
721 }, 721 },
722 "revision": "20160125", 722 "revision": "20160301",
723 "rootUrl": "https://www.googleapis.com/", 723 "rootUrl": "https://www.googleapis.com/",
724 "schemas": { 724 "schemas": {
725 "Deployment": { 725 "Deployment": {
726 "description": "", 726 "description": "",
727 "id": "Deployment", 727 "id": "Deployment",
728 "properties": { 728 "properties": {
729 "description": { 729 "description": {
730 "description": "An optional user-provided description of the deployment.", 730 "description": "An optional user-provided description of the deployment.",
731 "type": "string" 731 "type": "string"
732 }, 732 },
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 "properties": { 912 "properties": {
913 "errors": { 913 "errors": {
914 "description": "[Output Only] The array of errors en countered while processing this operation.", 914 "description": "[Output Only] The array of errors en countered while processing this operation.",
915 "items": { 915 "items": {
916 "properties": { 916 "properties": {
917 "code": { 917 "code": {
918 "description": "[Output Only] The error type identifier for this error.", 918 "description": "[Output Only] The error type identifier for this error.",
919 "type": "string" 919 "type": "string"
920 }, 920 },
921 "location": { 921 "location": {
922 "description": "[Output Only] Indicates the field in the request which caused the error. This property is optional.", 922 "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.",
923 "type": "string" 923 "type": "string"
924 }, 924 },
925 "message": { 925 "message": {
926 "description": "[Output Only] An optiona l, human-readable error message.", 926 "description": "[Output Only] An optiona l, human-readable error message.",
927 "type": "string" 927 "type": "string"
928 } 928 }
929 }, 929 },
930 "type": "object" 930 "type": "object"
931 }, 931 },
932 "type": "array" 932 "type": "array"
(...skipping 14 matching lines...) Expand all
947 "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", 947 "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
948 "format": "uint64", 948 "format": "uint64",
949 "type": "string" 949 "type": "string"
950 }, 950 },
951 "insertTime": { 951 "insertTime": {
952 "description": "[Output Only] The time that this operation w as requested. This value is in RFC3339 text format.", 952 "description": "[Output Only] The time that this operation w as requested. This value is in RFC3339 text format.",
953 "type": "string" 953 "type": "string"
954 }, 954 },
955 "kind": { 955 "kind": {
956 "default": "deploymentmanager#operation", 956 "default": "deploymentmanager#operation",
957 "description": "[Output Only] Type of the resource. Always c ompute#operation for Operation resources.", 957 "description": "[Output Only] Type of the resource. Always c ompute#operation for operation resources.",
958 "type": "string" 958 "type": "string"
959 }, 959 },
960 "name": { 960 "name": {
961 "description": "[Output Only] Name of the resource.", 961 "description": "[Output Only] Name of the resource.",
962 "type": "string" 962 "type": "string"
963 }, 963 },
964 "operationType": { 964 "operationType": {
965 "description": "[Output Only] The type of operation, such as insert, update, or delete, and so on.", 965 "description": "[Output Only] The type of operation, such as insert, update, or delete, and so on.",
966 "type": "string" 966 "type": "string"
967 }, 967 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 "properties": { 1009 "properties": {
1010 "code": { 1010 "code": {
1011 "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.", 1011 "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.",
1012 "type": "string" 1012 "type": "string"
1013 }, 1013 },
1014 "data": { 1014 "data": {
1015 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }", 1015 "description": "[Output Only] Metadata about thi s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
1016 "items": { 1016 "items": {
1017 "properties": { 1017 "properties": {
1018 "key": { 1018 "key": {
1019 "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).", 1019 "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).",
1020 "type": "string" 1020 "type": "string"
1021 }, 1021 },
1022 "value": { 1022 "value": {
1023 "description": "[Output Only] A warn ing data value corresponding to the key.", 1023 "description": "[Output Only] A warn ing data value corresponding to the key.",
1024 "type": "string" 1024 "type": "string"
1025 } 1025 }
1026 }, 1026 },
1027 "type": "object" 1027 "type": "object"
1028 }, 1028 },
1029 "type": "array" 1029 "type": "array"
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 "type": "array" 1220 "type": "array"
1221 } 1221 }
1222 }, 1222 },
1223 "type": "object" 1223 "type": "object"
1224 } 1224 }
1225 }, 1225 },
1226 "servicePath": "deploymentmanager/v2beta2/projects/", 1226 "servicePath": "deploymentmanager/v2beta2/projects/",
1227 "title": "Google Cloud Deployment Manager API", 1227 "title": "Google Cloud Deployment Manager API",
1228 "version": "v2beta2" 1228 "version": "v2beta2"
1229 } 1229 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/deploymentmanager__v2beta1.json ('k') | discovery/googleapis_beta/genomics__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698