You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### networkmanagement:v1beta1
The following keys were added:
- schemas.NatInfo.properties.cloudNatGatewayType.description
- schemas.NatInfo.properties.cloudNatGatewayType.enum
- schemas.NatInfo.properties.cloudNatGatewayType.enumDescriptions
- schemas.NatInfo.properties.cloudNatGatewayType.type
The following keys were changed:
- resources.organizations.resources.locations.resources.global.resources.operations.methods.list.parameters.returnPartialSuccess.description
- resources.projects.resources.locations.resources.global.resources.operations.methods.list.parameters.returnPartialSuccess.description
- schemas.ListOperationsResponse.properties.unreachable.description
#### networkmanagement:v1
The following keys were added:
- schemas.NatInfo.properties.cloudNatGatewayType.description
- schemas.NatInfo.properties.cloudNatGatewayType.enum
- schemas.NatInfo.properties.cloudNatGatewayType.enumDescriptions
- schemas.NatInfo.properties.cloudNatGatewayType.type
The following keys were changed:
- resources.organizations.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description
- resources.projects.resources.locations.resources.global.resources.operations.methods.list.parameters.returnPartialSuccess.description
- schemas.ListOperationsResponse.properties.unreachable.description
Copy file name to clipboardExpand all lines: discovery/networkmanagement-v1.json
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@
296
296
"type": "string"
297
297
},
298
298
"returnPartialSuccess": {
299
-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
299
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
300
300
"location": "query",
301
301
"type": "boolean"
302
302
}
@@ -957,7 +957,7 @@
957
957
"type": "string"
958
958
},
959
959
"returnPartialSuccess": {
960
-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
960
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
2882
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
2883
2883
"items": {
2884
2884
"type": "string"
2885
2885
},
@@ -3115,6 +3115,26 @@
3115
3115
"description": "For display only. Metadata associated with NAT.",
3116
3116
"id": "NatInfo",
3117
3117
"properties": {
3118
+
"cloudNatGatewayType": {
3119
+
"description": "Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.",
3120
+
"enum": [
3121
+
"CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED",
3122
+
"PUBLIC_NAT44",
3123
+
"PUBLIC_NAT64",
3124
+
"PRIVATE_NAT_NCC",
3125
+
"PRIVATE_NAT_HYBRID",
3126
+
"PRIVATE_NAT64"
3127
+
],
3128
+
"enumDescriptions": [
3129
+
"Type is unspecified.",
3130
+
"Public NAT gateway.",
3131
+
"Public NAT64 gateway.",
3132
+
"Private NAT gateway for NCC.",
3133
+
"Private NAT gateway for hybrid connectivity.",
3134
+
"Private NAT64 gateway."
3135
+
],
3136
+
"type": "string"
3137
+
},
3118
3138
"natGatewayName": {
3119
3139
"description": "The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.",
Copy file name to clipboardExpand all lines: discovery/networkmanagement-v1beta1.json
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@
298
298
"type": "string"
299
299
},
300
300
"returnPartialSuccess": {
301
-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
301
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
302
302
"location": "query",
303
303
"type": "boolean"
304
304
}
@@ -961,7 +961,7 @@
961
961
"type": "string"
962
962
},
963
963
"returnPartialSuccess": {
964
-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
964
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
2894
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
2895
2895
"items": {
2896
2896
"type": "string"
2897
2897
},
@@ -3127,6 +3127,26 @@
3127
3127
"description": "For display only. Metadata associated with NAT.",
3128
3128
"id": "NatInfo",
3129
3129
"properties": {
3130
+
"cloudNatGatewayType": {
3131
+
"description": "Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.",
3132
+
"enum": [
3133
+
"CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED",
3134
+
"PUBLIC_NAT44",
3135
+
"PUBLIC_NAT64",
3136
+
"PRIVATE_NAT_NCC",
3137
+
"PRIVATE_NAT_HYBRID",
3138
+
"PRIVATE_NAT64"
3139
+
],
3140
+
"enumDescriptions": [
3141
+
"Type is unspecified.",
3142
+
"Public NAT gateway.",
3143
+
"Public NAT64 gateway.",
3144
+
"Private NAT gateway for NCC.",
3145
+
"Private NAT gateway for hybrid connectivity.",
3146
+
"Private NAT64 gateway."
3147
+
],
3148
+
"type": "string"
3149
+
},
3130
3150
"natGatewayName": {
3131
3151
"description": "The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.",
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
1002
+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
2853
+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
3006
+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
6184
+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
6339
+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
1010
+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
2874
+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
3028
+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
6212
+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
6367
+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
0 commit comments