OLD | NEW |
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": "\"tbys6C40o18GZwyMen5GMkdK-3s/Dg3jkuWJLyfsWpZiK_LBaeIV21s\"", | 27 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/BZOTaOSd6CDPT3kBLAME2ENtrqQ\"", |
28 "icons": { | 28 "icons": { |
29 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 29 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
30 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 30 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 "project" | 275 "project" |
276 ], | 276 ], |
277 "parameters": { | 277 "parameters": { |
278 "filter": { | 278 "filter": { |
279 "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.", | 279 "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.", |
280 "location": "query", | 280 "location": "query", |
281 "type": "string" | 281 "type": "string" |
282 }, | 282 }, |
283 "maxResults": { | 283 "maxResults": { |
284 "default": "500", | 284 "default": "500", |
285 "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.", | 285 "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. Acceptable values are 0 to 500, i
nclusive. (Default: 500)", |
286 "format": "uint32", | 286 "format": "uint32", |
287 "location": "query", | 287 "location": "query", |
288 "maximum": "500", | |
289 "minimum": "0", | 288 "minimum": "0", |
290 "type": "integer" | 289 "type": "integer" |
291 }, | 290 }, |
292 "orderBy": { | 291 "orderBy": { |
293 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", | 292 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", |
294 "location": "query", | 293 "location": "query", |
295 "type": "string" | 294 "type": "string" |
296 }, | 295 }, |
297 "pageToken": { | 296 "pageToken": { |
298 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", | 297 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 "required": true, | 628 "required": true, |
630 "type": "string" | 629 "type": "string" |
631 }, | 630 }, |
632 "filter": { | 631 "filter": { |
633 "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.", | 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\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.", |
634 "location": "query", | 633 "location": "query", |
635 "type": "string" | 634 "type": "string" |
636 }, | 635 }, |
637 "maxResults": { | 636 "maxResults": { |
638 "default": "500", | 637 "default": "500", |
639 "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. Acceptable values are 0 to 500, i
nclusive. (Default: 500)", |
640 "format": "uint32", | 639 "format": "uint32", |
641 "location": "query", | 640 "location": "query", |
642 "maximum": "500", | |
643 "minimum": "0", | 641 "minimum": "0", |
644 "type": "integer" | 642 "type": "integer" |
645 }, | 643 }, |
646 "orderBy": { | 644 "orderBy": { |
647 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", | 645 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", |
648 "location": "query", | 646 "location": "query", |
649 "type": "string" | 647 "type": "string" |
650 }, | 648 }, |
651 "pageToken": { | 649 "pageToken": { |
652 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", | 650 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 "project" | 716 "project" |
719 ], | 717 ], |
720 "parameters": { | 718 "parameters": { |
721 "filter": { | 719 "filter": { |
722 "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.", | 720 "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.", |
723 "location": "query", | 721 "location": "query", |
724 "type": "string" | 722 "type": "string" |
725 }, | 723 }, |
726 "maxResults": { | 724 "maxResults": { |
727 "default": "500", | 725 "default": "500", |
728 "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.", | 726 "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. Acceptable values are 0 to 500, i
nclusive. (Default: 500)", |
729 "format": "uint32", | 727 "format": "uint32", |
730 "location": "query", | 728 "location": "query", |
731 "maximum": "500", | |
732 "minimum": "0", | 729 "minimum": "0", |
733 "type": "integer" | 730 "type": "integer" |
734 }, | 731 }, |
735 "orderBy": { | 732 "orderBy": { |
736 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", | 733 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", |
737 "location": "query", | 734 "location": "query", |
738 "type": "string" | 735 "type": "string" |
739 }, | 736 }, |
740 "pageToken": { | 737 "pageToken": { |
741 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", | 738 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 "required": true, | 820 "required": true, |
824 "type": "string" | 821 "type": "string" |
825 }, | 822 }, |
826 "filter": { | 823 "filter": { |
827 "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.", | 824 "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.", |
828 "location": "query", | 825 "location": "query", |
829 "type": "string" | 826 "type": "string" |
830 }, | 827 }, |
831 "maxResults": { | 828 "maxResults": { |
832 "default": "500", | 829 "default": "500", |
833 "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.", | 830 "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. Acceptable values are 0 to 500, i
nclusive. (Default: 500)", |
834 "format": "uint32", | 831 "format": "uint32", |
835 "location": "query", | 832 "location": "query", |
836 "maximum": "500", | |
837 "minimum": "0", | 833 "minimum": "0", |
838 "type": "integer" | 834 "type": "integer" |
839 }, | 835 }, |
840 "orderBy": { | 836 "orderBy": { |
841 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", | 837 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", |
842 "location": "query", | 838 "location": "query", |
843 "type": "string" | 839 "type": "string" |
844 }, | 840 }, |
845 "pageToken": { | 841 "pageToken": { |
846 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", | 842 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 "project" | 874 "project" |
879 ], | 875 ], |
880 "parameters": { | 876 "parameters": { |
881 "filter": { | 877 "filter": { |
882 "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.", | 878 "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.", |
883 "location": "query", | 879 "location": "query", |
884 "type": "string" | 880 "type": "string" |
885 }, | 881 }, |
886 "maxResults": { | 882 "maxResults": { |
887 "default": "500", | 883 "default": "500", |
888 "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.", | 884 "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. Acceptable values are 0 to 500, i
nclusive. (Default: 500)", |
889 "format": "uint32", | 885 "format": "uint32", |
890 "location": "query", | 886 "location": "query", |
891 "maximum": "500", | |
892 "minimum": "0", | 887 "minimum": "0", |
893 "type": "integer" | 888 "type": "integer" |
894 }, | 889 }, |
895 "orderBy": { | 890 "orderBy": { |
896 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", | 891 "description": "Sorts list results by a certain orde
r. By default, results are returned in alphanumerical order based on the resourc
e name.\n\nYou can also sort results in descending order based on the creation t
imestamp using orderBy=\"creationTimestamp desc\". This sorts results based on t
he creationTimestamp field in reverse chronological order (newest result first).
Use this to sort resources like operations so that the newest operation is retu
rned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supp
orted.", |
897 "location": "query", | 892 "location": "query", |
898 "type": "string" | 893 "type": "string" |
899 }, | 894 }, |
900 "pageToken": { | 895 "pageToken": { |
901 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", | 896 "description": "Specifies a page token to use. Set p
ageToken to the nextPageToken returned by a previous list request to get the nex
t page of results.", |
(...skipping 15 matching lines...) Expand all Loading... |
917 "scopes": [ | 912 "scopes": [ |
918 "https://www.googleapis.com/auth/cloud-platform", | 913 "https://www.googleapis.com/auth/cloud-platform", |
919 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", | 914 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
920 "https://www.googleapis.com/auth/ndev.cloudman", | 915 "https://www.googleapis.com/auth/ndev.cloudman", |
921 "https://www.googleapis.com/auth/ndev.cloudman.readonly" | 916 "https://www.googleapis.com/auth/ndev.cloudman.readonly" |
922 ] | 917 ] |
923 } | 918 } |
924 } | 919 } |
925 } | 920 } |
926 }, | 921 }, |
927 "revision": "20161221", | 922 "revision": "20170126", |
928 "rootUrl": "https://www.googleapis.com/", | 923 "rootUrl": "https://www.googleapis.com/", |
929 "schemas": { | 924 "schemas": { |
930 "AuditConfig": { | 925 "AuditConfig": { |
931 "description": "Provides the configuration for non-admin_activity lo
gging for a service. Controls exemptions and specific log sub-types.", | 926 "description": "Specifies the audit configuration for a service. It
consists of which permission types are logged, and what identities, if any, are
exempted from logging. An AuditConifg must have one or more AuditLogConfigs.", |
932 "id": "AuditConfig", | 927 "id": "AuditConfig", |
933 "properties": { | 928 "properties": { |
934 "auditLogConfigs": { | 929 "auditLogConfigs": { |
935 "description": "The configuration for each type of logging", | 930 "description": "The configuration for logging of each type o
f permission.", |
936 "items": { | 931 "items": { |
937 "$ref": "AuditLogConfig" | 932 "$ref": "AuditLogConfig" |
938 }, | 933 }, |
939 "type": "array" | 934 "type": "array" |
940 }, | 935 }, |
941 "exemptedMembers": { | 936 "exemptedMembers": { |
942 "description": "Specifies the identities that are exempted f
rom \"data access\" audit logging for the `service` specified above. Follows the
same format of Binding.members.", | 937 "description": "Specifies the identities that are exempted f
rom \"data access\" audit logging for the `service` specified above. Follows the
same format of Binding.members. This field is deprecated in favor of per-permis
sion-type exemptions.", |
943 "items": { | 938 "items": { |
944 "type": "string" | 939 "type": "string" |
945 }, | 940 }, |
946 "type": "array" | 941 "type": "array" |
947 }, | 942 }, |
948 "service": { | 943 "service": { |
949 "description": "Specifies a service that will be enabled for
audit logging. For example, `resourcemanager`, `storage`, `compute`. `allServic
es` is a special value that covers all services.", | 944 "description": "Specifies a service that will be enabled for
audit logging. For example, `resourcemanager`, `storage`, `compute`. `allServic
es` is a special value that covers all services.", |
950 "type": "string" | 945 "type": "string" |
951 } | 946 } |
952 }, | 947 }, |
953 "type": "object" | 948 "type": "object" |
954 }, | 949 }, |
955 "AuditLogConfig": { | 950 "AuditLogConfig": { |
956 "description": "Provides the configuration for a sub-type of logging
.", | 951 "description": "Provides the configuration for logging a type of per
missions. Example:\n\n{ \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\",
\"exempted_members\": [ \"user:foo@gmail.com\" ] }, { \"log_type\": \"DATA_WRITE
\", } ] }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
foo@gmail.com from DATA_READ logging.", |
957 "id": "AuditLogConfig", | 952 "id": "AuditLogConfig", |
958 "properties": { | 953 "properties": { |
959 "exemptedMembers": { | 954 "exemptedMembers": { |
960 "description": "Specifies the identities that are exempted f
rom this type of logging Follows the same format of Binding.members.", | 955 "description": "Specifies the identities that do not cause l
ogging for this type of permission. Follows the same format of [Binding.members]
[].", |
961 "items": { | 956 "items": { |
962 "type": "string" | 957 "type": "string" |
963 }, | 958 }, |
964 "type": "array" | 959 "type": "array" |
965 }, | 960 }, |
966 "logType": { | 961 "logType": { |
967 "description": "The log type that this config enables.", | 962 "description": "The log type that this config enables.", |
968 "type": "string" | 963 "type": "string" |
969 } | 964 } |
970 }, | 965 }, |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1098 "value": { | 1093 "value": { |
1099 "type": "string" | 1094 "type": "string" |
1100 } | 1095 } |
1101 }, | 1096 }, |
1102 "type": "object" | 1097 "type": "object" |
1103 }, | 1098 }, |
1104 "DeploymentUpdate": { | 1099 "DeploymentUpdate": { |
1105 "description": "", | 1100 "description": "", |
1106 "id": "DeploymentUpdate", | 1101 "id": "DeploymentUpdate", |
1107 "properties": { | 1102 "properties": { |
| 1103 "description": { |
| 1104 "description": "[Output Only] An optional user-provided desc
ription of the deployment after the current update has been applied.", |
| 1105 "type": "string" |
| 1106 }, |
1108 "labels": { | 1107 "labels": { |
1109 "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])?
)?", | 1108 "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])?
)?", |
1110 "items": { | 1109 "items": { |
1111 "$ref": "DeploymentUpdateLabelEntry" | 1110 "$ref": "DeploymentUpdateLabelEntry" |
1112 }, | 1111 }, |
1113 "type": "array" | 1112 "type": "array" |
1114 }, | 1113 }, |
1115 "manifest": { | 1114 "manifest": { |
1116 "description": "[Output Only] URL of the manifest representi
ng the update configuration of this deployment.", | 1115 "description": "[Output Only] URL of the manifest representi
ng the update configuration of this deployment.", |
1117 "type": "string" | 1116 "type": "string" |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1277 }, | 1276 }, |
1278 "Operation": { | 1277 "Operation": { |
1279 "description": "An Operation resource, used to manage asynchronous A
PI requests.", | 1278 "description": "An Operation resource, used to manage asynchronous A
PI requests.", |
1280 "id": "Operation", | 1279 "id": "Operation", |
1281 "properties": { | 1280 "properties": { |
1282 "clientOperationId": { | 1281 "clientOperationId": { |
1283 "description": "[Output Only] Reserved for future use.", | 1282 "description": "[Output Only] Reserved for future use.", |
1284 "type": "string" | 1283 "type": "string" |
1285 }, | 1284 }, |
1286 "creationTimestamp": { | 1285 "creationTimestamp": { |
1287 "description": "[Output Only] Creation timestamp in RFC3339
text format.", | 1286 "description": "[Deprecated] This field is deprecated.", |
1288 "type": "string" | 1287 "type": "string" |
1289 }, | 1288 }, |
1290 "description": { | 1289 "description": { |
1291 "description": "[Output Only] A textual description of the o
peration, which is set when the operation is created.", | 1290 "description": "[Output Only] A textual description of the o
peration, which is set when the operation is created.", |
1292 "type": "string" | 1291 "type": "string" |
1293 }, | 1292 }, |
1294 "endTime": { | 1293 "endTime": { |
1295 "description": "[Output Only] The time that this operation w
as completed. This value is in RFC3339 text format.", | 1294 "description": "[Output Only] The time that this operation w
as completed. This value is in RFC3339 text format.", |
1296 "type": "string" | 1295 "type": "string" |
1297 }, | 1296 }, |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1448 "type": "array" | 1447 "type": "array" |
1449 } | 1448 } |
1450 }, | 1449 }, |
1451 "type": "object" | 1450 "type": "object" |
1452 }, | 1451 }, |
1453 "Policy": { | 1452 "Policy": { |
1454 "description": "Defines an Identity and Access Management (IAM) poli
cy. It is used to specify access control policies for Cloud Platform resources.\
n\n\n\nA `Policy` consists of a list of `bindings`. A `Binding` binds a list of
`members` to a `role`, where the members can be user accounts, Google groups, Go
ogle domains, and service accounts. A `role` is a named list of permissions defi
ned by IAM.\n\n**Example**\n\n{ \"bindings\": [ { \"role\": \"roles/owner\", \"m
embers\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:go
ogle.com\", \"serviceAccount:my-other-app@appspot.gserviceaccount.com\", ] }, {
\"role\": \"roles/viewer\", \"members\": [\"user:sean@example.com\"] } ] }\n\nFo
r a description of IAM and its features, see the [IAM developer's guide](https:/
/cloud.google.com/iam).", | 1453 "description": "Defines an Identity and Access Management (IAM) poli
cy. It is used to specify access control policies for Cloud Platform resources.\
n\n\n\nA `Policy` consists of a list of `bindings`. A `Binding` binds a list of
`members` to a `role`, where the members can be user accounts, Google groups, Go
ogle domains, and service accounts. A `role` is a named list of permissions defi
ned by IAM.\n\n**Example**\n\n{ \"bindings\": [ { \"role\": \"roles/owner\", \"m
embers\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:go
ogle.com\", \"serviceAccount:my-other-app@appspot.gserviceaccount.com\", ] }, {
\"role\": \"roles/viewer\", \"members\": [\"user:sean@example.com\"] } ] }\n\nFo
r a description of IAM and its features, see the [IAM developer's guide](https:/
/cloud.google.com/iam).", |
1455 "id": "Policy", | 1454 "id": "Policy", |
1456 "properties": { | 1455 "properties": { |
1457 "auditConfigs": { | 1456 "auditConfigs": { |
1458 "description": "Specifies audit logging configs for \"data a
ccess\". \"data access\": generally refers to data reads/writes and admin reads.
\"admin activity\": generally refers to admin writes.\n\nNote: `AuditConfig` do
esn't apply to \"admin activity\", which always enables audit logging.", | 1457 "description": "Specifies cloud audit logging configuration
for this policy.", |
1459 "items": { | 1458 "items": { |
1460 "$ref": "AuditConfig" | 1459 "$ref": "AuditConfig" |
1461 }, | 1460 }, |
1462 "type": "array" | 1461 "type": "array" |
1463 }, | 1462 }, |
1464 "bindings": { | 1463 "bindings": { |
1465 "description": "Associates a list of `members` to a `role`.
Multiple `bindings` must not be specified for the same `role`. `bindings` with n
o members will result in an error.", | 1464 "description": "Associates a list of `members` to a `role`.
Multiple `bindings` must not be specified for the same `role`. `bindings` with n
o members will result in an error.", |
1466 "items": { | 1465 "items": { |
1467 "$ref": "Binding" | 1466 "$ref": "Binding" |
1468 }, | 1467 }, |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1837 "type": "array" | 1836 "type": "array" |
1838 } | 1837 } |
1839 }, | 1838 }, |
1840 "type": "object" | 1839 "type": "object" |
1841 } | 1840 } |
1842 }, | 1841 }, |
1843 "servicePath": "deploymentmanager/v2/projects/", | 1842 "servicePath": "deploymentmanager/v2/projects/", |
1844 "title": "Google Cloud Deployment Manager API", | 1843 "title": "Google Cloud Deployment Manager API", |
1845 "version": "v2" | 1844 "version": "v2" |
1846 } | 1845 } |
OLD | NEW |