| 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/cloud.useraccounts": { | 11 "https://www.googleapis.com/auth/cloud.useraccounts": { |
| 12 "description": "Manage your Google Cloud User Accounts" | 12 "description": "Manage your Google Cloud User Accounts" |
| 13 }, | 13 }, |
| 14 "https://www.googleapis.com/auth/cloud.useraccounts.readonly": { | 14 "https://www.googleapis.com/auth/cloud.useraccounts.readonly": { |
| 15 "description": "View your Google Cloud User Accounts" | 15 "description": "View your Google Cloud User Accounts" |
| 16 } | 16 } |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 }, | 19 }, |
| 20 "basePath": "/clouduseraccounts/beta/projects/", | 20 "basePath": "/clouduseraccounts/beta/projects/", |
| 21 "baseUrl": "https://www.googleapis.com/clouduseraccounts/beta/projects/", | 21 "baseUrl": "https://www.googleapis.com/clouduseraccounts/beta/projects/", |
| 22 "batchPath": "batch", | 22 "batchPath": "batch", |
| 23 "canonicalName": "Cloud User Accounts", | 23 "canonicalName": "Cloud User Accounts", |
| 24 "description": "API for the Google Cloud User Accounts service.", | 24 "description": "Creates and manages users and groups for accessing Google Co
mpute Engine virtual machines.", |
| 25 "discoveryVersion": "v1", | 25 "discoveryVersion": "v1", |
| 26 "documentationLink": "https://cloud.google.com/compute/docs/access/user-acco
unts/api/latest/", | 26 "documentationLink": "https://cloud.google.com/compute/docs/access/user-acco
unts/api/latest/", |
| 27 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/DPLw2T3kPt3Bo--G1FdqA_FfDM4\"", | 27 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/ArwdpEDWxk7RtOVu3u_AydEhsc0\"", |
| 28 "icons": { | 28 "icons": { |
| 29 "x16": "https://www.google.com/images/icons/product/compute_engine-16.pn
g", | 29 "x16": "https://www.google.com/images/icons/product/compute_engine-16.pn
g", |
| 30 "x32": "https://www.google.com/images/icons/product/compute_engine-32.pn
g" | 30 "x32": "https://www.google.com/images/icons/product/compute_engine-32.pn
g" |
| 31 }, | 31 }, |
| 32 "id": "clouduseraccounts:beta", | 32 "id": "clouduseraccounts:beta", |
| 33 "kind": "discovery#restDescription", | 33 "kind": "discovery#restDescription", |
| 34 "name": "clouduseraccounts", | 34 "name": "clouduseraccounts", |
| 35 "ownerDomain": "google.com", | 35 "ownerDomain": "google.com", |
| 36 "ownerName": "Google", | 36 "ownerName": "Google", |
| 37 "parameters": { | 37 "parameters": { |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 }, | 150 }, |
| 151 "list": { | 151 "list": { |
| 152 "description": "Retrieves the list of operation resources co
ntained within the specified project.", | 152 "description": "Retrieves the list of operation resources co
ntained within the specified project.", |
| 153 "httpMethod": "GET", | 153 "httpMethod": "GET", |
| 154 "id": "clouduseraccounts.globalAccountsOperations.list", | 154 "id": "clouduseraccounts.globalAccountsOperations.list", |
| 155 "parameterOrder": [ | 155 "parameterOrder": [ |
| 156 "project" | 156 "project" |
| 157 ], | 157 ], |
| 158 "parameters": { | 158 "parameters": { |
| 159 "filter": { | 159 "filter": { |
| 160 "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 (string, number, boolean). For stri
ng fields, the literal value is interpreted as a regular expression using RE2 sy
ntax. The literal value must match the entire field.\n\nFor example, filter=name
ne example-instance.", | 160 "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.", |
| 161 "location": "query", | 161 "location": "query", |
| 162 "type": "string" | 162 "type": "string" |
| 163 }, | 163 }, |
| 164 "maxResults": { | 164 "maxResults": { |
| 165 "default": "500", | 165 "default": "500", |
| 166 "description": "Maximum count of results to be retur
ned.", | 166 "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.", |
| 167 "format": "uint32", | 167 "format": "uint32", |
| 168 "location": "query", | 168 "location": "query", |
| 169 "maximum": "500", | 169 "maximum": "500", |
| 170 "minimum": "0", | 170 "minimum": "0", |
| 171 "type": "integer" | 171 "type": "integer" |
| 172 }, | 172 }, |
| 173 "orderBy": { | 173 "orderBy": { |
| 174 "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.", | 174 "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.", |
| 175 "location": "query", | 175 "location": "query", |
| 176 "type": "string" | 176 "type": "string" |
| 177 }, | 177 }, |
| 178 "pageToken": { | 178 "pageToken": { |
| 179 "description": "Specifies a page token to use. Use t
his parameter if you want to list the next page of results. Set pageToken to the
nextPageToken returned by a previous list request.", | 179 "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.", |
| 180 "location": "query", | 180 "location": "query", |
| 181 "type": "string" | 181 "type": "string" |
| 182 }, | 182 }, |
| 183 "project": { | 183 "project": { |
| 184 "description": "Project ID for this request.", | 184 "description": "Project ID for this request.", |
| 185 "location": "path", | 185 "location": "path", |
| 186 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, | 186 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, |
| 187 "required": true, | 187 "required": true, |
| 188 "type": "string" | 188 "type": "string" |
| 189 } | 189 } |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 }, | 337 }, |
| 338 "list": { | 338 "list": { |
| 339 "description": "Retrieves the list of groups contained withi
n the specified project.", | 339 "description": "Retrieves the list of groups contained withi
n the specified project.", |
| 340 "httpMethod": "GET", | 340 "httpMethod": "GET", |
| 341 "id": "clouduseraccounts.groups.list", | 341 "id": "clouduseraccounts.groups.list", |
| 342 "parameterOrder": [ | 342 "parameterOrder": [ |
| 343 "project" | 343 "project" |
| 344 ], | 344 ], |
| 345 "parameters": { | 345 "parameters": { |
| 346 "filter": { | 346 "filter": { |
| 347 "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 (string, number, boolean). For stri
ng fields, the literal value is interpreted as a regular expression using RE2 sy
ntax. The literal value must match the entire field.\n\nFor example, filter=name
ne example-instance.", | 347 "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.", |
| 348 "location": "query", | 348 "location": "query", |
| 349 "type": "string" | 349 "type": "string" |
| 350 }, | 350 }, |
| 351 "maxResults": { | 351 "maxResults": { |
| 352 "default": "500", | 352 "default": "500", |
| 353 "description": "Maximum count of results to be retur
ned.", | 353 "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.", |
| 354 "format": "uint32", | 354 "format": "uint32", |
| 355 "location": "query", | 355 "location": "query", |
| 356 "maximum": "500", | 356 "maximum": "500", |
| 357 "minimum": "0", | 357 "minimum": "0", |
| 358 "type": "integer" | 358 "type": "integer" |
| 359 }, | 359 }, |
| 360 "orderBy": { | 360 "orderBy": { |
| 361 "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.", | 361 "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.", |
| 362 "location": "query", | 362 "location": "query", |
| 363 "type": "string" | 363 "type": "string" |
| 364 }, | 364 }, |
| 365 "pageToken": { | 365 "pageToken": { |
| 366 "description": "Specifies a page token to use. Use t
his parameter if you want to list the next page of results. Set pageToken to the
nextPageToken returned by a previous list request.", | 366 "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.", |
| 367 "location": "query", | 367 "location": "query", |
| 368 "type": "string" | 368 "type": "string" |
| 369 }, | 369 }, |
| 370 "project": { | 370 "project": { |
| 371 "description": "Project ID for this request.", | 371 "description": "Project ID for this request.", |
| 372 "location": "path", | 372 "location": "path", |
| 373 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, | 373 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, |
| 374 "required": true, | 374 "required": true, |
| 375 "type": "string" | 375 "type": "string" |
| 376 } | 376 } |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "description": "Retrieves a list of user accounts for an ins
tance within a specific project.", | 485 "description": "Retrieves a list of user accounts for an ins
tance within a specific project.", |
| 486 "httpMethod": "POST", | 486 "httpMethod": "POST", |
| 487 "id": "clouduseraccounts.linux.getLinuxAccountViews", | 487 "id": "clouduseraccounts.linux.getLinuxAccountViews", |
| 488 "parameterOrder": [ | 488 "parameterOrder": [ |
| 489 "project", | 489 "project", |
| 490 "zone", | 490 "zone", |
| 491 "instance" | 491 "instance" |
| 492 ], | 492 ], |
| 493 "parameters": { | 493 "parameters": { |
| 494 "filter": { | 494 "filter": { |
| 495 "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 (string, number, boolean). For stri
ng fields, the literal value is interpreted as a regular expression using RE2 sy
ntax. The literal value must match the entire field.\n\nFor example, filter=name
ne example-instance.", | 495 "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.", |
| 496 "location": "query", | 496 "location": "query", |
| 497 "type": "string" | 497 "type": "string" |
| 498 }, | 498 }, |
| 499 "instance": { | 499 "instance": { |
| 500 "description": "The fully-qualified URL of the virtu
al machine requesting the views.", | 500 "description": "The fully-qualified URL of the virtu
al machine requesting the views.", |
| 501 "location": "query", | 501 "location": "query", |
| 502 "required": true, | 502 "required": true, |
| 503 "type": "string" | 503 "type": "string" |
| 504 }, | 504 }, |
| 505 "maxResults": { | 505 "maxResults": { |
| 506 "default": "500", | 506 "default": "500", |
| 507 "description": "Maximum count of results to be retur
ned.", | 507 "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.", |
| 508 "format": "uint32", | 508 "format": "uint32", |
| 509 "location": "query", | 509 "location": "query", |
| 510 "maximum": "500", | 510 "maximum": "500", |
| 511 "minimum": "0", | 511 "minimum": "0", |
| 512 "type": "integer" | 512 "type": "integer" |
| 513 }, | 513 }, |
| 514 "orderBy": { | 514 "orderBy": { |
| 515 "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.", | 515 "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.", |
| 516 "location": "query", | 516 "location": "query", |
| 517 "type": "string" | 517 "type": "string" |
| 518 }, | 518 }, |
| 519 "pageToken": { | 519 "pageToken": { |
| 520 "description": "Specifies a page token to use. Use t
his parameter if you want to list the next page of results. Set pageToken to the
nextPageToken returned by a previous list request.", | 520 "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.", |
| 521 "location": "query", | 521 "location": "query", |
| 522 "type": "string" | 522 "type": "string" |
| 523 }, | 523 }, |
| 524 "project": { | 524 "project": { |
| 525 "description": "Project ID for this request.", | 525 "description": "Project ID for this request.", |
| 526 "location": "path", | 526 "location": "path", |
| 527 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, | 527 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, |
| 528 "required": true, | 528 "required": true, |
| 529 "type": "string" | 529 "type": "string" |
| 530 }, | 530 }, |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 }, | 685 }, |
| 686 "list": { | 686 "list": { |
| 687 "description": "Retrieves a list of users contained within t
he specified project.", | 687 "description": "Retrieves a list of users contained within t
he specified project.", |
| 688 "httpMethod": "GET", | 688 "httpMethod": "GET", |
| 689 "id": "clouduseraccounts.users.list", | 689 "id": "clouduseraccounts.users.list", |
| 690 "parameterOrder": [ | 690 "parameterOrder": [ |
| 691 "project" | 691 "project" |
| 692 ], | 692 ], |
| 693 "parameters": { | 693 "parameters": { |
| 694 "filter": { | 694 "filter": { |
| 695 "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 (string, number, boolean). For stri
ng fields, the literal value is interpreted as a regular expression using RE2 sy
ntax. The literal value must match the entire field.\n\nFor example, filter=name
ne example-instance.", | 695 "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.", |
| 696 "location": "query", | 696 "location": "query", |
| 697 "type": "string" | 697 "type": "string" |
| 698 }, | 698 }, |
| 699 "maxResults": { | 699 "maxResults": { |
| 700 "default": "500", | 700 "default": "500", |
| 701 "description": "Maximum count of results to be retur
ned.", | 701 "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.", |
| 702 "format": "uint32", | 702 "format": "uint32", |
| 703 "location": "query", | 703 "location": "query", |
| 704 "maximum": "500", | 704 "maximum": "500", |
| 705 "minimum": "0", | 705 "minimum": "0", |
| 706 "type": "integer" | 706 "type": "integer" |
| 707 }, | 707 }, |
| 708 "orderBy": { | 708 "orderBy": { |
| 709 "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.", | 709 "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.", |
| 710 "location": "query", | 710 "location": "query", |
| 711 "type": "string" | 711 "type": "string" |
| 712 }, | 712 }, |
| 713 "pageToken": { | 713 "pageToken": { |
| 714 "description": "Specifies a page token to use. Use t
his parameter if you want to list the next page of results. Set pageToken to the
nextPageToken returned by a previous list request.", | 714 "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.", |
| 715 "location": "query", | 715 "location": "query", |
| 716 "type": "string" | 716 "type": "string" |
| 717 }, | 717 }, |
| 718 "project": { | 718 "project": { |
| 719 "description": "Project ID for this request.", | 719 "description": "Project ID for this request.", |
| 720 "location": "path", | 720 "location": "path", |
| 721 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, | 721 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a
-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))"
, |
| 722 "required": true, | 722 "required": true, |
| 723 "type": "string" | 723 "type": "string" |
| 724 } | 724 } |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 "$ref": "Operation" | 771 "$ref": "Operation" |
| 772 }, | 772 }, |
| 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.useraccounts" | 775 "https://www.googleapis.com/auth/cloud.useraccounts" |
| 776 ] | 776 ] |
| 777 } | 777 } |
| 778 } | 778 } |
| 779 } | 779 } |
| 780 }, | 780 }, |
| 781 "revision": "20150924", | 781 "revision": "20160301", |
| 782 "rootUrl": "https://www.googleapis.com/", | 782 "rootUrl": "https://www.googleapis.com/", |
| 783 "schemas": { | 783 "schemas": { |
| 784 "AuthorizedKeysView": { | 784 "AuthorizedKeysView": { |
| 785 "description": "A list of authorized public keys for a user account.
", | 785 "description": "A list of authorized public keys for a user account.
", |
| 786 "id": "AuthorizedKeysView", | 786 "id": "AuthorizedKeysView", |
| 787 "properties": { | 787 "properties": { |
| 788 "keys": { | 788 "keys": { |
| 789 "description": "[Output Only] The list of authorized public
keys in SSH format.", | 789 "description": "[Output Only] The list of authorized public
keys in SSH format.", |
| 790 "items": { | 790 "items": { |
| 791 "type": "string" | 791 "type": "string" |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 "type": "string" | 1001 "type": "string" |
| 1002 } | 1002 } |
| 1003 }, | 1003 }, |
| 1004 "type": "object" | 1004 "type": "object" |
| 1005 }, | 1005 }, |
| 1006 "Operation": { | 1006 "Operation": { |
| 1007 "description": "An Operation resource, used to manage asynchronous A
PI requests.", | 1007 "description": "An Operation resource, used to manage asynchronous A
PI requests.", |
| 1008 "id": "Operation", | 1008 "id": "Operation", |
| 1009 "properties": { | 1009 "properties": { |
| 1010 "clientOperationId": { | 1010 "clientOperationId": { |
| 1011 "description": "[Output Only] An optional identifier specifi
ed by the client when the mutation was initiated. Must be unique for all Operati
on resources in the project.", | 1011 "description": "[Output Only] Reserved for future use.", |
| 1012 "type": "string" | 1012 "type": "string" |
| 1013 }, | 1013 }, |
| 1014 "creationTimestamp": { | 1014 "creationTimestamp": { |
| 1015 "description": "[Output Only] Creation timestamp in RFC3339
text format.", | 1015 "description": "[Output Only] Creation timestamp in RFC3339
text format.", |
| 1016 "type": "string" | 1016 "type": "string" |
| 1017 }, | 1017 }, |
| 1018 "description": { |
| 1019 "description": "[Output Only] A textual description of the o
peration, which is set when the operation is created.", |
| 1020 "type": "string" |
| 1021 }, |
| 1018 "endTime": { | 1022 "endTime": { |
| 1019 "description": "[Output Only] The time that this operation w
as completed. This is in RFC3339 text format.", | 1023 "description": "[Output Only] The time that this operation w
as completed. This value is in RFC3339 text format.", |
| 1020 "type": "string" | 1024 "type": "string" |
| 1021 }, | 1025 }, |
| 1022 "error": { | 1026 "error": { |
| 1023 "description": "[Output Only] If errors are generated during
processing of the operation, this field will be populated.", | 1027 "description": "[Output Only] If errors are generated during
processing of the operation, this field will be populated.", |
| 1024 "properties": { | 1028 "properties": { |
| 1025 "errors": { | 1029 "errors": { |
| 1026 "description": "[Output Only] The array of errors en
countered while processing this operation.", | 1030 "description": "[Output Only] The array of errors en
countered while processing this operation.", |
| 1027 "items": { | 1031 "items": { |
| 1028 "properties": { | 1032 "properties": { |
| 1029 "code": { | 1033 "code": { |
| 1030 "description": "[Output Only] The error
type identifier for this error.", | 1034 "description": "[Output Only] The error
type identifier for this error.", |
| 1031 "type": "string" | 1035 "type": "string" |
| 1032 }, | 1036 }, |
| 1033 "location": { | 1037 "location": { |
| 1034 "description": "[Output Only] Indicates
the field in the request which caused the error. This property is optional.", | 1038 "description": "[Output Only] Indicates
the field in the request that caused the error. This property is optional.", |
| 1035 "type": "string" | 1039 "type": "string" |
| 1036 }, | 1040 }, |
| 1037 "message": { | 1041 "message": { |
| 1038 "description": "[Output Only] An optiona
l, human-readable error message.", | 1042 "description": "[Output Only] An optiona
l, human-readable error message.", |
| 1039 "type": "string" | 1043 "type": "string" |
| 1040 } | 1044 } |
| 1041 }, | 1045 }, |
| 1042 "type": "object" | 1046 "type": "object" |
| 1043 }, | 1047 }, |
| 1044 "type": "array" | 1048 "type": "array" |
| 1045 } | 1049 } |
| 1046 }, | 1050 }, |
| 1047 "type": "object" | 1051 "type": "object" |
| 1048 }, | 1052 }, |
| 1049 "httpErrorMessage": { | 1053 "httpErrorMessage": { |
| 1050 "description": "[Output Only] If the operation fails, this f
ield contains the HTTP error message that was returned, such as NOT FOUND.", | 1054 "description": "[Output Only] If the operation fails, this f
ield contains the HTTP error message that was returned, such as NOT FOUND.", |
| 1051 "type": "string" | 1055 "type": "string" |
| 1052 }, | 1056 }, |
| 1053 "httpErrorStatusCode": { | 1057 "httpErrorStatusCode": { |
| 1054 "description": "[Output Only] If the operation fails, this f
ield contains the HTTP error message that was returned, such as 404.", | 1058 "description": "[Output Only] If the operation fails, this f
ield contains the HTTP error status code that was returned. For example, a 404 m
eans the resource was not found.", |
| 1055 "format": "int32", | 1059 "format": "int32", |
| 1056 "type": "integer" | 1060 "type": "integer" |
| 1057 }, | 1061 }, |
| 1058 "id": { | 1062 "id": { |
| 1059 "description": "[Output Only] Unique identifier for the reso
urce; defined by the server.", | 1063 "description": "[Output Only] The unique identifier for the
resource. This identifier is defined by the server.", |
| 1060 "format": "uint64", | 1064 "format": "uint64", |
| 1061 "type": "string" | 1065 "type": "string" |
| 1062 }, | 1066 }, |
| 1063 "insertTime": { | 1067 "insertTime": { |
| 1064 "description": "[Output Only] The time that this operation w
as requested. This is in RFC3339 text format.", | 1068 "description": "[Output Only] The time that this operation w
as requested. This value is in RFC3339 text format.", |
| 1065 "type": "string" | 1069 "type": "string" |
| 1066 }, | 1070 }, |
| 1067 "kind": { | 1071 "kind": { |
| 1068 "default": "clouduseraccounts#operation", | 1072 "default": "clouduseraccounts#operation", |
| 1069 "description": "[Output Only] Type of the resource. Always c
ompute#operation for Operation resources.", | 1073 "description": "[Output Only] Type of the resource. Always c
ompute#operation for operation resources.", |
| 1070 "type": "string" | 1074 "type": "string" |
| 1071 }, | 1075 }, |
| 1072 "name": { | 1076 "name": { |
| 1073 "description": "[Output Only] Name of the resource.", | 1077 "description": "[Output Only] Name of the resource.", |
| 1074 "type": "string" | 1078 "type": "string" |
| 1075 }, | 1079 }, |
| 1076 "operationType": { | 1080 "operationType": { |
| 1077 "description": "[Output Only] Type of the operation, such as
insert, compute.instanceGroups.update, or compute.instanceGroups.delete.", | 1081 "description": "[Output Only] The type of operation, such as
insert, update, or delete, and so on.", |
| 1078 "type": "string" | 1082 "type": "string" |
| 1079 }, | 1083 }, |
| 1080 "progress": { | 1084 "progress": { |
| 1081 "description": "[Output Only] An optional progress indicator
that ranges from 0 to 100. There is no requirement that this be linear or suppo
rt any granularity of operations. This should not be used to guess at when the o
peration will be complete. This number should monotonically increase as the oper
ation progresses.", | 1085 "description": "[Output Only] An optional progress indicator
that ranges from 0 to 100. There is no requirement that this be linear or suppo
rt any granularity of operations. This should not be used to guess when the oper
ation will be complete. This number should monotonically increase as the operati
on progresses.", |
| 1082 "format": "int32", | 1086 "format": "int32", |
| 1083 "type": "integer" | 1087 "type": "integer" |
| 1084 }, | 1088 }, |
| 1085 "region": { | 1089 "region": { |
| 1086 "description": "[Output Only] URL of the region where the op
eration resides. Only applicable for regional resources.", | 1090 "description": "[Output Only] The URL of the region where th
e operation resides. Only available when performing regional operations.", |
| 1087 "type": "string" | 1091 "type": "string" |
| 1088 }, | 1092 }, |
| 1089 "selfLink": { | 1093 "selfLink": { |
| 1090 "description": "[Output Only] Server-defined URL for the res
ource.", | 1094 "description": "[Output Only] Server-defined URL for the res
ource.", |
| 1091 "type": "string" | 1095 "type": "string" |
| 1092 }, | 1096 }, |
| 1093 "startTime": { | 1097 "startTime": { |
| 1094 "description": "[Output Only] The time that this operation w
as started by the server. This is in RFC3339 text format.", | 1098 "description": "[Output Only] The time that this operation w
as started by the server. This value is in RFC3339 text format.", |
| 1095 "type": "string" | 1099 "type": "string" |
| 1096 }, | 1100 }, |
| 1097 "status": { | 1101 "status": { |
| 1098 "description": "[Output Only] Status of the operation. Can b
e one of the following: PENDING, RUNNING, or DONE.", | 1102 "description": "[Output Only] The status of the operation, w
hich can be one of the following: PENDING, RUNNING, or DONE.", |
| 1099 "enum": [ | 1103 "enum": [ |
| 1100 "DONE", | 1104 "DONE", |
| 1101 "PENDING", | 1105 "PENDING", |
| 1102 "RUNNING" | 1106 "RUNNING" |
| 1103 ], | 1107 ], |
| 1104 "enumDescriptions": [ | 1108 "enumDescriptions": [ |
| 1105 "", | 1109 "", |
| 1106 "", | 1110 "", |
| 1107 "" | 1111 "" |
| 1108 ], | 1112 ], |
| 1109 "type": "string" | 1113 "type": "string" |
| 1110 }, | 1114 }, |
| 1111 "statusMessage": { | 1115 "statusMessage": { |
| 1112 "description": "[Output Only] An optional textual descriptio
n of the current status of the operation.", | 1116 "description": "[Output Only] An optional textual descriptio
n of the current status of the operation.", |
| 1113 "type": "string" | 1117 "type": "string" |
| 1114 }, | 1118 }, |
| 1115 "targetId": { | 1119 "targetId": { |
| 1116 "description": "[Output Only] Unique target ID which identif
ies a particular incarnation of the target.", | 1120 "description": "[Output Only] The unique target ID, which id
entifies a specific incarnation of the target resource.", |
| 1117 "format": "uint64", | 1121 "format": "uint64", |
| 1118 "type": "string" | 1122 "type": "string" |
| 1119 }, | 1123 }, |
| 1120 "targetLink": { | 1124 "targetLink": { |
| 1121 "description": "[Output Only] URL of the resource the operat
ion is mutating.", | 1125 "description": "[Output Only] The URL of the resource that t
he operation modifies.", |
| 1122 "type": "string" | 1126 "type": "string" |
| 1123 }, | 1127 }, |
| 1124 "user": { | 1128 "user": { |
| 1125 "description": "[Output Only] User who requested the operati
on, for example: user@example.com.", | 1129 "description": "[Output Only] User who requested the operati
on, for example: user@example.com.", |
| 1126 "type": "string" | 1130 "type": "string" |
| 1127 }, | 1131 }, |
| 1128 "warnings": { | 1132 "warnings": { |
| 1129 "description": "[Output Only] If warning messages are genera
ted during processing of the operation, this field will be populated.", | 1133 "description": "[Output Only] If warning messages are genera
ted during processing of the operation, this field will be populated.", |
| 1130 "items": { | 1134 "items": { |
| 1131 "properties": { | 1135 "properties": { |
| 1132 "code": { | 1136 "code": { |
| 1133 "description": "[Output Only] The warning type i
dentifier for this warning.", | 1137 "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.", |
| 1134 "enum": [ | 1138 "enum": [ |
| 1139 "CLEANUP_FAILED", |
| 1135 "DEPRECATED_RESOURCE_USED", | 1140 "DEPRECATED_RESOURCE_USED", |
| 1136 "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", | 1141 "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", |
| 1137 "INJECTED_KERNELS_DEPRECATED", | 1142 "INJECTED_KERNELS_DEPRECATED", |
| 1138 "NEXT_HOP_ADDRESS_NOT_ASSIGNED", | 1143 "NEXT_HOP_ADDRESS_NOT_ASSIGNED", |
| 1139 "NEXT_HOP_CANNOT_IP_FORWARD", | 1144 "NEXT_HOP_CANNOT_IP_FORWARD", |
| 1140 "NEXT_HOP_INSTANCE_NOT_FOUND", | 1145 "NEXT_HOP_INSTANCE_NOT_FOUND", |
| 1141 "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", | 1146 "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", |
| 1142 "NEXT_HOP_NOT_RUNNING", | 1147 "NEXT_HOP_NOT_RUNNING", |
| 1143 "NOT_CRITICAL_ERROR", | 1148 "NOT_CRITICAL_ERROR", |
| 1144 "NO_RESULTS_ON_PAGE", | 1149 "NO_RESULTS_ON_PAGE", |
| 1145 "REQUIRED_TOS_AGREEMENT", | 1150 "REQUIRED_TOS_AGREEMENT", |
| 1146 "RESOURCE_NOT_DELETED", | 1151 "RESOURCE_NOT_DELETED", |
| 1147 "SINGLE_INSTANCE_PROPERTY_TEMPLATE", | 1152 "SINGLE_INSTANCE_PROPERTY_TEMPLATE", |
| 1148 "UNREACHABLE" | 1153 "UNREACHABLE" |
| 1149 ], | 1154 ], |
| 1150 "enumDescriptions": [ | 1155 "enumDescriptions": [ |
| 1151 "", | 1156 "", |
| 1152 "", | 1157 "", |
| 1153 "", | 1158 "", |
| 1154 "", | 1159 "", |
| 1155 "", | 1160 "", |
| 1156 "", | 1161 "", |
| 1157 "", | 1162 "", |
| 1158 "", | 1163 "", |
| 1159 "", | 1164 "", |
| 1160 "", | 1165 "", |
| 1161 "", | 1166 "", |
| 1162 "", | 1167 "", |
| 1163 "", | 1168 "", |
| 1169 "", |
| 1164 "" | 1170 "" |
| 1165 ], | 1171 ], |
| 1166 "type": "string" | 1172 "type": "string" |
| 1167 }, | 1173 }, |
| 1168 "data": { | 1174 "data": { |
| 1169 "description": "[Output Only] Metadata for this
warning in key: value format.", | 1175 "description": "[Output Only] Metadata about thi
s warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\",
\"value\": \"zones/us-east1-d\" }", |
| 1170 "items": { | 1176 "items": { |
| 1171 "properties": { | 1177 "properties": { |
| 1172 "key": { | 1178 "key": { |
| 1173 "description": "[Output Only] A key
for the warning data.", | 1179 "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).", |
| 1174 "type": "string" | 1180 "type": "string" |
| 1175 }, | 1181 }, |
| 1176 "value": { | 1182 "value": { |
| 1177 "description": "[Output Only] A warn
ing data value corresponding to the key.", | 1183 "description": "[Output Only] A warn
ing data value corresponding to the key.", |
| 1178 "type": "string" | 1184 "type": "string" |
| 1179 } | 1185 } |
| 1180 }, | 1186 }, |
| 1181 "type": "object" | 1187 "type": "object" |
| 1182 }, | 1188 }, |
| 1183 "type": "array" | 1189 "type": "array" |
| 1184 }, | 1190 }, |
| 1185 "message": { | 1191 "message": { |
| 1186 "description": "[Output Only] Optional human-rea
dable details for this warning.", | 1192 "description": "[Output Only] A human-readable d
escription of the warning code.", |
| 1187 "type": "string" | 1193 "type": "string" |
| 1188 } | 1194 } |
| 1189 }, | 1195 }, |
| 1190 "type": "object" | 1196 "type": "object" |
| 1191 }, | 1197 }, |
| 1192 "type": "array" | 1198 "type": "array" |
| 1193 }, | 1199 }, |
| 1194 "zone": { | 1200 "zone": { |
| 1195 "description": "[Output Only] URL of the zone where the oper
ation resides.", | 1201 "description": "[Output Only] The URL of the zone where the
operation resides. Only available when performing per-zone operations.", |
| 1196 "type": "string" | 1202 "type": "string" |
| 1197 } | 1203 } |
| 1198 }, | 1204 }, |
| 1199 "type": "object" | 1205 "type": "object" |
| 1200 }, | 1206 }, |
| 1201 "OperationList": { | 1207 "OperationList": { |
| 1202 "description": "Contains a list of Operation resources.", | 1208 "description": "Contains a list of Operation resources.", |
| 1203 "id": "OperationList", | 1209 "id": "OperationList", |
| 1204 "properties": { | 1210 "properties": { |
| 1205 "id": { | 1211 "id": { |
| 1206 "description": "[Output Only] Unique identifier for the reso
urce; defined by the server.", | 1212 "description": "[Output Only] The unique identifier for the
resource. This identifier is defined by the server.", |
| 1207 "type": "string" | 1213 "type": "string" |
| 1208 }, | 1214 }, |
| 1209 "items": { | 1215 "items": { |
| 1210 "description": "[Output Only] The Operation resources.", | 1216 "description": "[Output Only] A list of Operation resources.
", |
| 1211 "items": { | 1217 "items": { |
| 1212 "$ref": "Operation" | 1218 "$ref": "Operation" |
| 1213 }, | 1219 }, |
| 1214 "type": "array" | 1220 "type": "array" |
| 1215 }, | 1221 }, |
| 1216 "kind": { | 1222 "kind": { |
| 1217 "default": "clouduseraccounts#operationList", | 1223 "default": "clouduseraccounts#operationList", |
| 1218 "description": "[Output Only] Type of resource. Always compu
te#operations for Operations resource.", | 1224 "description": "[Output Only] Type of resource. Always compu
te#operations for Operations resource.", |
| 1219 "type": "string" | 1225 "type": "string" |
| 1220 }, | 1226 }, |
| 1221 "nextPageToken": { | 1227 "nextPageToken": { |
| 1222 "description": "[Output Only] A token used to continue a tru
ncate.", | 1228 "description": "[Output Only] This token allows you to get t
he next page of results for list requests. If the number of results is larger th
an maxResults, use the nextPageToken as a value for the query parameter pageToke
n in the next list request. Subsequent list requests will have their own nextPag
eToken to continue paging through the results.", |
| 1223 "type": "string" | 1229 "type": "string" |
| 1224 }, | 1230 }, |
| 1225 "selfLink": { | 1231 "selfLink": { |
| 1226 "description": "[Output Only] Server-defined URL for this re
source.", | 1232 "description": "[Output Only] Server-defined URL for this re
source.", |
| 1227 "type": "string" | 1233 "type": "string" |
| 1228 } | 1234 } |
| 1229 }, | 1235 }, |
| 1230 "type": "object" | 1236 "type": "object" |
| 1231 }, | 1237 }, |
| 1232 "PublicKey": { | 1238 "PublicKey": { |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1346 "type": "string" | 1352 "type": "string" |
| 1347 } | 1353 } |
| 1348 }, | 1354 }, |
| 1349 "type": "object" | 1355 "type": "object" |
| 1350 } | 1356 } |
| 1351 }, | 1357 }, |
| 1352 "servicePath": "clouduseraccounts/beta/projects/", | 1358 "servicePath": "clouduseraccounts/beta/projects/", |
| 1353 "title": "Cloud User Accounts API", | 1359 "title": "Cloud User Accounts API", |
| 1354 "version": "beta" | 1360 "version": "beta" |
| 1355 } | 1361 } |
| OLD | NEW |