@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.1.20251203 → 0.1.20260125
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 +6 -6
- 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://networksecurity.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260125
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2112,9 +2112,9 @@ declare namespace gapi.client {
|
|
|
2112
2112
|
key?: string;
|
|
2113
2113
|
/** OAuth 2.0 token for the current user. */
|
|
2114
2114
|
oauth_token?: string;
|
|
2115
|
-
/** Maximum number of SecurityProfileGroups to return per call. */
|
|
2115
|
+
/** Optional. Maximum number of SecurityProfileGroups to return per call. */
|
|
2116
2116
|
pageSize?: number;
|
|
2117
|
-
/** The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data. */
|
|
2117
|
+
/** Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data. */
|
|
2118
2118
|
pageToken?: string;
|
|
2119
2119
|
/** Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format `projects|organizations/*/locations/{location}`. */
|
|
2120
2120
|
parent: string;
|
|
@@ -2325,9 +2325,9 @@ declare namespace gapi.client {
|
|
|
2325
2325
|
key?: string;
|
|
2326
2326
|
/** OAuth 2.0 token for the current user. */
|
|
2327
2327
|
oauth_token?: string;
|
|
2328
|
-
/** Maximum number of SecurityProfiles to return per call. */
|
|
2328
|
+
/** Optional. Maximum number of SecurityProfiles to return per call. */
|
|
2329
2329
|
pageSize?: number;
|
|
2330
|
-
/** The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data. */
|
|
2330
|
+
/** Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data. */
|
|
2331
2331
|
pageToken?: string;
|
|
2332
2332
|
/** Required. The project or organization and location from which the SecurityProfiles should be listed, specified in the format `projects|organizations/*/locations/{location}`. */
|
|
2333
2333
|
parent: string;
|
|
@@ -8162,7 +8162,7 @@ declare namespace gapi.client {
|
|
|
8162
8162
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8163
8163
|
uploadType?: string;
|
|
8164
8164
|
}): Request<Location>;
|
|
8165
|
-
/** Lists information about the supported locations for this service. */
|
|
8165
|
+
/** Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project. */
|
|
8166
8166
|
list(request?: {
|
|
8167
8167
|
/** V1 error format. */
|
|
8168
8168
|
'$.xgafv'?: string;
|