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
Copy file name to clipboardExpand all lines: discovery/cloudfunctions-v1.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@
190
190
],
191
191
"parameters": {
192
192
"extraLocationTypes": {
193
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
193
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
Copy file name to clipboardExpand all lines: discovery/cloudfunctions-v2.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@
119
119
],
120
120
"parameters": {
121
121
"extraLocationTypes": {
122
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
Copy file name to clipboardExpand all lines: discovery/cloudfunctions-v2alpha.json
+45-2Lines changed: 45 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@
119
119
],
120
120
"parameters": {
121
121
"extraLocationTypes": {
122
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.",
952
+
"id": "DirectVpcNetworkInterface",
953
+
"properties": {
954
+
"network": {
955
+
"description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.",
956
+
"type": "string"
957
+
},
958
+
"subnetwork": {
959
+
"description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.",
960
+
"type": "string"
961
+
},
962
+
"tags": {
963
+
"description": "Optional. Network tags applied to this Cloud Function resource.",
964
+
"items": {
965
+
"type": "string"
966
+
},
967
+
"type": "array"
968
+
}
969
+
},
970
+
"type": "object"
971
+
},
950
972
"EventFilter": {
951
973
"description": "Filters events based on exact matches on the CloudEvents attributes.",
952
974
"id": "EventFilter",
@@ -1876,6 +1898,27 @@
1876
1898
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
1877
1899
"type": "string"
1878
1900
},
1901
+
"directVpcEgress": {
1902
+
"description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.",
1903
+
"enum": [
1904
+
"DIRECT_VPC_EGRESS_UNSPECIFIED",
1905
+
"VPC_EGRESS_PRIVATE_RANGES_ONLY",
1906
+
"VPC_EGRESS_ALL_TRAFFIC"
1907
+
],
1908
+
"enumDescriptions": [
1909
+
"Unspecified.",
1910
+
"Sends only traffic to internal addresses through the VPC network.",
1911
+
"Sends all outbound traffic through the VPC network."
1912
+
],
1913
+
"type": "string"
1914
+
},
1915
+
"directVpcNetworkInterface": {
1916
+
"description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.",
Copy file name to clipboardExpand all lines: discovery/cloudfunctions-v2beta.json
+45-2Lines changed: 45 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@
119
119
],
120
120
"parameters": {
121
121
"extraLocationTypes": {
122
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.",
952
+
"id": "DirectVpcNetworkInterface",
953
+
"properties": {
954
+
"network": {
955
+
"description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.",
956
+
"type": "string"
957
+
},
958
+
"subnetwork": {
959
+
"description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.",
960
+
"type": "string"
961
+
},
962
+
"tags": {
963
+
"description": "Optional. Network tags applied to this Cloud Function resource.",
964
+
"items": {
965
+
"type": "string"
966
+
},
967
+
"type": "array"
968
+
}
969
+
},
970
+
"type": "object"
971
+
},
950
972
"EventFilter": {
951
973
"description": "Filters events based on exact matches on the CloudEvents attributes.",
952
974
"id": "EventFilter",
@@ -1876,6 +1898,27 @@
1876
1898
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
1877
1899
"type": "string"
1878
1900
},
1901
+
"directVpcEgress": {
1902
+
"description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.",
1903
+
"enum": [
1904
+
"DIRECT_VPC_EGRESS_UNSPECIFIED",
1905
+
"VPC_EGRESS_PRIVATE_RANGES_ONLY",
1906
+
"VPC_EGRESS_ALL_TRAFFIC"
1907
+
],
1908
+
"enumDescriptions": [
1909
+
"Unspecified.",
1910
+
"Sends only traffic to internal addresses through the VPC network.",
1911
+
"Sends all outbound traffic through the VPC network."
1912
+
],
1913
+
"type": "string"
1914
+
},
1915
+
"directVpcNetworkInterface": {
1916
+
"description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.",
* const res = await cloudfunctions.projects.locations.list({
1106
-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1106
+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1107
1107
* extraLocationTypes: 'placeholder-value',
1108
1108
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* const res = await cloudfunctions.projects.locations.list({
1120
-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1120
+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1121
1121
* extraLocationTypes: 'placeholder-value',
1122
1122
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* The Direct VPC network interface. This is mutually exclusive with VPC Connector.
256
+
*/
257
+
exportinterfaceSchema$DirectVpcNetworkInterface{
258
+
/**
259
+
* Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.
260
+
*/
261
+
network?: string|null;
262
+
/**
263
+
* Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
264
+
*/
265
+
subnetwork?: string|null;
266
+
/**
267
+
* Optional. Network tags applied to this Cloud Function resource.
268
+
*/
269
+
tags?: string[]|null;
270
+
}
254
271
/**
255
272
* Filters events based on exact matches on the CloudEvents attributes.
* const res = await cloudfunctions.projects.locations.list({
1120
-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1145
+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1121
1146
* extraLocationTypes: 'placeholder-value',
1122
1147
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* The Direct VPC network interface. This is mutually exclusive with VPC Connector.
256
+
*/
257
+
exportinterfaceSchema$DirectVpcNetworkInterface{
258
+
/**
259
+
* Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.
260
+
*/
261
+
network?: string|null;
262
+
/**
263
+
* Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
264
+
*/
265
+
subnetwork?: string|null;
266
+
/**
267
+
* Optional. Network tags applied to this Cloud Function resource.
268
+
*/
269
+
tags?: string[]|null;
270
+
}
254
271
/**
255
272
* Filters events based on exact matches on the CloudEvents attributes.
* const res = await cloudfunctions.projects.locations.list({
1120
-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1145
+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1121
1146
* extraLocationTypes: 'placeholder-value',
1122
1147
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
0 commit comments