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 137e81c

Browse files
committedApr 11, 2023
feat(servicemanagement): update the api
#### servicemanagement: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)
1 parent 83e9cc2 commit 137e81c

File tree

3 files changed

+111
-1
lines changed

3 files changed

+111
-1
lines changed
 

‎docs/dyn/servicemanagement_v1.services.configs.html

+60
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,21 @@ <h3>Method Details</h3>
453453
],
454454
&quot;referenceDocsUri&quot;: &quot;A String&quot;, # Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
455455
},
456+
&quot;forcedNamespaceAliases&quot;: [ # Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
457+
&quot;A String&quot;,
458+
],
459+
&quot;handwrittenSignatures&quot;: [ # Method signatures (in the form &quot;service.method(signature)&quot;) which are provided separately, so shouldn&#x27;t be generated. Snippets *calling* these methods are still generated, however.
460+
&quot;A String&quot;,
461+
],
462+
&quot;ignoredResources&quot;: [ # 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: &quot;documentai.googleapis.com/Location&quot;
463+
&quot;A String&quot;,
464+
],
465+
&quot;renamedResources&quot;: { # 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: &quot;datalabeling.googleapis.com/Dataset&quot;: &quot;DataLabelingDataset&quot;
466+
&quot;a_key&quot;: &quot;A String&quot;,
467+
},
468+
&quot;renamedServices&quot;: { # 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.
469+
&quot;a_key&quot;: &quot;A String&quot;,
470+
},
456471
},
457472
&quot;goSettings&quot;: { # Settings for Go client libraries. # Settings for Go client libraries.
458473
&quot;common&quot;: { # Required information for every language. # Some settings.
@@ -1027,6 +1042,21 @@ <h3>Method Details</h3>
10271042
],
10281043
&quot;referenceDocsUri&quot;: &quot;A String&quot;, # Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
10291044
},
1045+
&quot;forcedNamespaceAliases&quot;: [ # Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
1046+
&quot;A String&quot;,
1047+
],
1048+
&quot;handwrittenSignatures&quot;: [ # Method signatures (in the form &quot;service.method(signature)&quot;) which are provided separately, so shouldn&#x27;t be generated. Snippets *calling* these methods are still generated, however.
1049+
&quot;A String&quot;,
1050+
],
1051+
&quot;ignoredResources&quot;: [ # 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: &quot;documentai.googleapis.com/Location&quot;
1052+
&quot;A String&quot;,
1053+
],
1054+
&quot;renamedResources&quot;: { # 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: &quot;datalabeling.googleapis.com/Dataset&quot;: &quot;DataLabelingDataset&quot;
1055+
&quot;a_key&quot;: &quot;A String&quot;,
1056+
},
1057+
&quot;renamedServices&quot;: { # 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.
1058+
&quot;a_key&quot;: &quot;A String&quot;,
1059+
},
10301060
},
10311061
&quot;goSettings&quot;: { # Settings for Go client libraries. # Settings for Go client libraries.
10321062
&quot;common&quot;: { # Required information for every language. # Some settings.
@@ -1613,6 +1643,21 @@ <h3>Method Details</h3>
16131643
],
16141644
&quot;referenceDocsUri&quot;: &quot;A String&quot;, # Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
16151645
},
1646+
&quot;forcedNamespaceAliases&quot;: [ # Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
1647+
&quot;A String&quot;,
1648+
],
1649+
&quot;handwrittenSignatures&quot;: [ # Method signatures (in the form &quot;service.method(signature)&quot;) which are provided separately, so shouldn&#x27;t be generated. Snippets *calling* these methods are still generated, however.
1650+
&quot;A String&quot;,
1651+
],
1652+
&quot;ignoredResources&quot;: [ # 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: &quot;documentai.googleapis.com/Location&quot;
1653+
&quot;A String&quot;,
1654+
],
1655+
&quot;renamedResources&quot;: { # 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: &quot;datalabeling.googleapis.com/Dataset&quot;: &quot;DataLabelingDataset&quot;
1656+
&quot;a_key&quot;: &quot;A String&quot;,
1657+
},
1658+
&quot;renamedServices&quot;: { # 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.
1659+
&quot;a_key&quot;: &quot;A String&quot;,
1660+
},
16161661
},
16171662
&quot;goSettings&quot;: { # Settings for Go client libraries. # Settings for Go client libraries.
16181663
&quot;common&quot;: { # Required information for every language. # Some settings.
@@ -2199,6 +2244,21 @@ <h3>Method Details</h3>
21992244
],
22002245
&quot;referenceDocsUri&quot;: &quot;A String&quot;, # Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
22012246
},
2247+
&quot;forcedNamespaceAliases&quot;: [ # Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
2248+
&quot;A String&quot;,
2249+
],
2250+
&quot;handwrittenSignatures&quot;: [ # Method signatures (in the form &quot;service.method(signature)&quot;) which are provided separately, so shouldn&#x27;t be generated. Snippets *calling* these methods are still generated, however.
2251+
&quot;A String&quot;,
2252+
],
2253+
&quot;ignoredResources&quot;: [ # 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: &quot;documentai.googleapis.com/Location&quot;
2254+
&quot;A String&quot;,
2255+
],
2256+
&quot;renamedResources&quot;: { # 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: &quot;datalabeling.googleapis.com/Dataset&quot;: &quot;DataLabelingDataset&quot;
2257+
&quot;a_key&quot;: &quot;A String&quot;,
2258+
},
2259+
&quot;renamedServices&quot;: { # 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.
2260+
&quot;a_key&quot;: &quot;A String&quot;,
2261+
},
22022262
},
22032263
&quot;goSettings&quot;: { # Settings for Go client libraries. # Settings for Go client libraries.
22042264
&quot;common&quot;: { # Required information for every language. # Some settings.

‎docs/dyn/servicemanagement_v1.services.html

+15
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,21 @@ <h3>Method Details</h3>
648648
],
649649
&quot;referenceDocsUri&quot;: &quot;A String&quot;, # Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
650650
},
651+
&quot;forcedNamespaceAliases&quot;: [ # Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
652+
&quot;A String&quot;,
653+
],
654+
&quot;handwrittenSignatures&quot;: [ # Method signatures (in the form &quot;service.method(signature)&quot;) which are provided separately, so shouldn&#x27;t be generated. Snippets *calling* these methods are still generated, however.
655+
&quot;A String&quot;,
656+
],
657+
&quot;ignoredResources&quot;: [ # 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: &quot;documentai.googleapis.com/Location&quot;
658+
&quot;A String&quot;,
659+
],
660+
&quot;renamedResources&quot;: { # 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: &quot;datalabeling.googleapis.com/Dataset&quot;: &quot;DataLabelingDataset&quot;
661+
&quot;a_key&quot;: &quot;A String&quot;,
662+
},
663+
&quot;renamedServices&quot;: { # 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.
664+
&quot;a_key&quot;: &quot;A String&quot;,
665+
},
651666
},
652667
&quot;goSettings&quot;: { # Settings for Go client libraries. # Settings for Go client libraries.
653668
&quot;common&quot;: { # Required information for every language. # Some settings.

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

+36-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
}
830830
}
831831
},
832-
"revision": "20230324",
832+
"revision": "20230331",
833833
"rootUrl": "https://servicemanagement.googleapis.com/",
834834
"schemas": {
835835
"Advice": {
@@ -1613,6 +1613,41 @@
16131613
"common": {
16141614
"$ref": "CommonLanguageSettings",
16151615
"description": "Some settings."
1616+
},
1617+
"forcedNamespaceAliases": {
1618+
"description": "Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision",
1619+
"items": {
1620+
"type": "string"
1621+
},
1622+
"type": "array"
1623+
},
1624+
"handwrittenSignatures": {
1625+
"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.",
1626+
"items": {
1627+
"type": "string"
1628+
},
1629+
"type": "array"
1630+
},
1631+
"ignoredResources": {
1632+
"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\"",
1633+
"items": {
1634+
"type": "string"
1635+
},
1636+
"type": "array"
1637+
},
1638+
"renamedResources": {
1639+
"additionalProperties": {
1640+
"type": "string"
1641+
},
1642+
"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\"",
1643+
"type": "object"
1644+
},
1645+
"renamedServices": {
1646+
"additionalProperties": {
1647+
"type": "string"
1648+
},
1649+
"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.",
1650+
"type": "object"
16161651
}
16171652
},
16181653
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.