Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 231fc2d

Browse files
committedApr 4, 2023
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement: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) #### serviceconsumermanagement:v1beta1 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 637bd70 commit 231fc2d

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

+36-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20230322",
545+
"revision": "20230330",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -1179,6 +1179,41 @@
11791179
"common": {
11801180
"$ref": "CommonLanguageSettings",
11811181
"description": "Some settings."
1182+
},
1183+
"forcedNamespaceAliases": {
1184+
"description": "Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision",
1185+
"items": {
1186+
"type": "string"
1187+
},
1188+
"type": "array"
1189+
},
1190+
"handwrittenSignatures": {
1191+
"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.",
1192+
"items": {
1193+
"type": "string"
1194+
},
1195+
"type": "array"
1196+
},
1197+
"ignoredResources": {
1198+
"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\"",
1199+
"items": {
1200+
"type": "string"
1201+
},
1202+
"type": "array"
1203+
},
1204+
"renamedResources": {
1205+
"additionalProperties": {
1206+
"type": "string"
1207+
},
1208+
"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\"",
1209+
"type": "object"
1210+
},
1211+
"renamedServices": {
1212+
"additionalProperties": {
1213+
"type": "string"
1214+
},
1215+
"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.",
1216+
"type": "object"
11821217
}
11831218
},
11841219
"type": "object"

‎googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json

+36-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
}
501501
}
502502
},
503-
"revision": "20230322",
503+
"revision": "20230330",
504504
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
505505
"schemas": {
506506
"Api": {
@@ -1049,6 +1049,41 @@
10491049
"common": {
10501050
"$ref": "CommonLanguageSettings",
10511051
"description": "Some settings."
1052+
},
1053+
"forcedNamespaceAliases": {
1054+
"description": "Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision",
1055+
"items": {
1056+
"type": "string"
1057+
},
1058+
"type": "array"
1059+
},
1060+
"handwrittenSignatures": {
1061+
"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.",
1062+
"items": {
1063+
"type": "string"
1064+
},
1065+
"type": "array"
1066+
},
1067+
"ignoredResources": {
1068+
"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\"",
1069+
"items": {
1070+
"type": "string"
1071+
},
1072+
"type": "array"
1073+
},
1074+
"renamedResources": {
1075+
"additionalProperties": {
1076+
"type": "string"
1077+
},
1078+
"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\"",
1079+
"type": "object"
1080+
},
1081+
"renamedServices": {
1082+
"additionalProperties": {
1083+
"type": "string"
1084+
},
1085+
"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.",
1086+
"type": "object"
10521087
}
10531088
},
10541089
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.