|
191 | 191 | ],
|
192 | 192 | "parameters": {
|
193 | 193 | "hubId": {
|
194 |
| - "description": "Optional. A unique identifier for the hub.", |
| 194 | + "description": "Required. A unique identifier for the hub.", |
195 | 195 | "location": "query",
|
196 | 196 | "type": "string"
|
197 | 197 | },
|
|
284 | 284 | ],
|
285 | 285 | "parameters": {
|
286 | 286 | "options.requestedPolicyVersion": {
|
287 |
| - "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
| 287 | + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
288 | 288 | "format": "int32",
|
289 | 289 | "location": "query",
|
290 | 290 | "type": "integer"
|
|
460 | 460 | ],
|
461 | 461 | "parameters": {
|
462 | 462 | "options.requestedPolicyVersion": {
|
463 |
| - "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
| 463 | + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
464 | 464 | "format": "int32",
|
465 | 465 | "location": "query",
|
466 | 466 | "type": "integer"
|
|
688 | 688 | "type": "string"
|
689 | 689 | },
|
690 | 690 | "spokeId": {
|
691 |
| - "description": "Optional. Unique id for the spoke to create.", |
| 691 | + "description": "Required. Unique id for the spoke to create.", |
692 | 692 | "location": "query",
|
693 | 693 | "type": "string"
|
694 | 694 | }
|
|
769 | 769 | ],
|
770 | 770 | "parameters": {
|
771 | 771 | "options.requestedPolicyVersion": {
|
772 |
| - "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
| 772 | + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
773 | 773 | "format": "int32",
|
774 | 774 | "location": "query",
|
775 | 775 | "type": "integer"
|
|
938 | 938 | }
|
939 | 939 | }
|
940 | 940 | },
|
941 |
| - "revision": "20211026", |
| 941 | + "revision": "20211113", |
942 | 942 | "rootUrl": "https://networkconnectivity.googleapis.com/",
|
943 | 943 | "schemas": {
|
944 | 944 | "AuditConfig": {
|
|
1345 | 1345 | },
|
1346 | 1346 | "type": "object"
|
1347 | 1347 | },
|
| 1348 | + "LocationMetadata": { |
| 1349 | + "description": "Metadata about locations", |
| 1350 | + "id": "LocationMetadata", |
| 1351 | + "properties": { |
| 1352 | + "locationFeatures": { |
| 1353 | + "description": "List of supported features", |
| 1354 | + "items": { |
| 1355 | + "enum": [ |
| 1356 | + "LOCATION_FEATURE_UNSPECIFIED", |
| 1357 | + "SITE_TO_CLOUD_SPOKES", |
| 1358 | + "SITE_TO_SITE_SPOKES" |
| 1359 | + ], |
| 1360 | + "enumDescriptions": [ |
| 1361 | + "No publicly supported feature in this location", |
| 1362 | + "Site-to-cloud spokes are supported in this location", |
| 1363 | + "Site-to-site spokes are supported in this location" |
| 1364 | + ], |
| 1365 | + "type": "string" |
| 1366 | + }, |
| 1367 | + "type": "array" |
| 1368 | + } |
| 1369 | + }, |
| 1370 | + "type": "object" |
| 1371 | + }, |
1348 | 1372 | "OperationMetadata": {
|
1349 | 1373 | "description": "Represents the metadata of the long-running operation.",
|
1350 | 1374 | "id": "OperationMetadata",
|
|
0 commit comments