Skip to content

Commit 9921394

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.DotnetSettings.properties.forcedNamespaceAliases (Total Keys: 2) - schemas.DotnetSettings.properties.handwrittenSignatures (Total Keys: 2) - schemas.DotnetSettings.properties.ignoredResources (Total Keys: 2) - schemas.DotnetSettings.properties.renamedResources (Total Keys: 2) - schemas.DotnetSettings.properties.renamedServices (Total Keys: 2) #### servicenetworking:v1beta The following keys were added: - schemas.DotnetSettings.properties.forcedNamespaceAliases (Total Keys: 2) - schemas.DotnetSettings.properties.handwrittenSignatures (Total Keys: 2) - schemas.DotnetSettings.properties.ignoredResources (Total Keys: 2) - schemas.DotnetSettings.properties.renamedResources (Total Keys: 2) - schemas.DotnetSettings.properties.renamedServices (Total Keys: 2)
1 parent 231fc2d commit 9921394

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
}
866866
}
867867
},
868-
"revision": "20230323",
868+
"revision": "20230402",
869869
"rootUrl": "https://servicenetworking.googleapis.com/",
870870
"schemas": {
871871
"AddDnsRecordSetMetadata": {
@@ -1827,6 +1827,41 @@
18271827
"common": {
18281828
"$ref": "CommonLanguageSettings",
18291829
"description": "Some settings."
1830+
},
1831+
"forcedNamespaceAliases": {
1832+
"description": "Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision",
1833+
"items": {
1834+
"type": "string"
1835+
},
1836+
"type": "array"
1837+
},
1838+
"handwrittenSignatures": {
1839+
"description": "Method signatures (in the form \"service.method(signature)\") which are provided separately, so shouldn't be generated. Snippets *calling* these methods are still generated, however.",
1840+
"items": {
1841+
"type": "string"
1842+
},
1843+
"type": "array"
1844+
},
1845+
"ignoredResources": {
1846+
"description": "List of full resource types to ignore during generation. This is typically used for API-specific Location resources, which should be handled by the generator as if they were actually the common Location resources. Example entry: \"documentai.googleapis.com/Location\"",
1847+
"items": {
1848+
"type": "string"
1849+
},
1850+
"type": "array"
1851+
},
1852+
"renamedResources": {
1853+
"additionalProperties": {
1854+
"type": "string"
1855+
},
1856+
"description": "Map from full resource types to the effective short name for the resource. This is used when otherwise resource named from different services would cause naming collisions. Example entry: \"datalabeling.googleapis.com/Dataset\": \"DataLabelingDataset\"",
1857+
"type": "object"
1858+
},
1859+
"renamedServices": {
1860+
"additionalProperties": {
1861+
"type": "string"
1862+
},
1863+
"description": "Map from original service names to renamed versions. This is used when the default generated types would cause a naming conflict. (Neither name is fully-qualified.) Example: Subscriber to SubscriberServiceApi.",
1864+
"type": "object"
18301865
}
18311866
},
18321867
"type": "object"

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20230323",
310+
"revision": "20230402",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -1126,6 +1126,41 @@
11261126
"common": {
11271127
"$ref": "CommonLanguageSettings",
11281128
"description": "Some settings."
1129+
},
1130+
"forcedNamespaceAliases": {
1131+
"description": "Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision",
1132+
"items": {
1133+
"type": "string"
1134+
},
1135+
"type": "array"
1136+
},
1137+
"handwrittenSignatures": {
1138+
"description": "Method signatures (in the form \"service.method(signature)\") which are provided separately, so shouldn't be generated. Snippets *calling* these methods are still generated, however.",
1139+
"items": {
1140+
"type": "string"
1141+
},
1142+
"type": "array"
1143+
},
1144+
"ignoredResources": {
1145+
"description": "List of full resource types to ignore during generation. This is typically used for API-specific Location resources, which should be handled by the generator as if they were actually the common Location resources. Example entry: \"documentai.googleapis.com/Location\"",
1146+
"items": {
1147+
"type": "string"
1148+
},
1149+
"type": "array"
1150+
},
1151+
"renamedResources": {
1152+
"additionalProperties": {
1153+
"type": "string"
1154+
},
1155+
"description": "Map from full resource types to the effective short name for the resource. This is used when otherwise resource named from different services would cause naming collisions. Example entry: \"datalabeling.googleapis.com/Dataset\": \"DataLabelingDataset\"",
1156+
"type": "object"
1157+
},
1158+
"renamedServices": {
1159+
"additionalProperties": {
1160+
"type": "string"
1161+
},
1162+
"description": "Map from original service names to renamed versions. This is used when the default generated types would cause a naming conflict. (Neither name is fully-qualified.) Example: Subscriber to SubscriberServiceApi.",
1163+
"type": "object"
11291164
}
11301165
},
11311166
"type": "object"

0 commit comments

Comments
 (0)