@maxim_mazurok/gapi.client.servicemanagement-v1 0.0.20241106 → 0.0.20241202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://servicemanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241202
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -259,6 +259,8 @@ declare namespace gapi.client {
|
|
|
259
259
|
message?: string;
|
|
260
260
|
}
|
|
261
261
|
interface Documentation {
|
|
262
|
+
/** Optional information about the IAM configuration. This is typically used to link to documentation about a product's IAM roles and permissions. */
|
|
263
|
+
additionalIamInfo?: string;
|
|
262
264
|
/** The URL to the root of documentation. */
|
|
263
265
|
documentationRootUrl?: string;
|
|
264
266
|
/** Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field. */
|
|
@@ -410,6 +412,8 @@ declare namespace gapi.client {
|
|
|
410
412
|
interface GoSettings {
|
|
411
413
|
/** Some settings. */
|
|
412
414
|
common?: CommonLanguageSettings;
|
|
415
|
+
/** Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin */
|
|
416
|
+
renamedServices?: {[P in string]: string};
|
|
413
417
|
}
|
|
414
418
|
interface Http {
|
|
415
419
|
/** When set to true, URL path parameters will be fully URI-decoded except in cases of single segment matches in reserved expansion, where "%2F" will be left encoded. The default behavior is to not decode RFC 6570 reserved characters in multi segment matches. */
|