Skip to content

Commit 7cc693d

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.ExperimentalFeatures.properties.protobufPythonicTypesEnabled.type (Total Keys: 1) #### servicenetworking:v1beta The following keys were added: - schemas.ExperimentalFeatures.properties.protobufPythonicTypesEnabled.type (Total Keys: 1)
1 parent 40e2bc7 commit 7cc693d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20240925",
1032+
"revision": "20241105",
10331033
"rootUrl": "https://servicenetworking.googleapis.com/",
10341034
"schemas": {
10351035
"AddDnsRecordSetMetadata": {
@@ -2194,6 +2194,10 @@
21942194
"description": "Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.",
21952195
"id": "ExperimentalFeatures",
21962196
"properties": {
2197+
"protobufPythonicTypesEnabled": {
2198+
"description": "Enables generation of protobuf code using new types that are more Pythonic which are included in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the feature in preview packages.",
2199+
"type": "boolean"
2200+
},
21972201
"restAsyncIoEnabled": {
21982202
"description": "Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.",
21992203
"type": "boolean"
@@ -3419,7 +3423,7 @@
34193423
"type": "string"
34203424
},
34213425
"unit": {
3422-
"description": "Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.",
3426+
"description": "Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.",
34233427
"type": "string"
34243428
},
34253429
"values": {

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20240925",
310+
"revision": "20241105",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -1289,6 +1289,10 @@
12891289
"description": "Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.",
12901290
"id": "ExperimentalFeatures",
12911291
"properties": {
1292+
"protobufPythonicTypesEnabled": {
1293+
"description": "Enables generation of protobuf code using new types that are more Pythonic which are included in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the feature in preview packages.",
1294+
"type": "boolean"
1295+
},
12921296
"restAsyncIoEnabled": {
12931297
"description": "Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.",
12941298
"type": "boolean"
@@ -2439,7 +2443,7 @@
24392443
"type": "string"
24402444
},
24412445
"unit": {
2442-
"description": "Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.",
2446+
"description": "Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.",
24432447
"type": "string"
24442448
},
24452449
"values": {

0 commit comments

Comments
 (0)