@maxim_mazurok/gapi.client.cloudprofiler-v2 0.0.20250106 → 0.0.20250210
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/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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://cloudprofiler.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250210
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Cloud Profiler API v2 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://cloudprofiler.googleapis.com/$discovery/rest?version=v2'
|
|
19
|
+
urlOrObject: 'https://cloudprofiler.googleapis.com/$discovery/rest?version=v2',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'cloudprofiler', version: 'v2'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'cloudprofiler',
|
|
26
26
|
version: 'v2',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace cloudprofiler {
|
|
@@ -123,7 +123,7 @@ declare namespace gapi.client {
|
|
|
123
123
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
124
124
|
uploadType?: string;
|
|
125
125
|
},
|
|
126
|
-
body: CreateProfileRequest
|
|
126
|
+
body: CreateProfileRequest,
|
|
127
127
|
): Request<Profile>;
|
|
128
128
|
/** CreateOfflineProfile creates a new profile resource in the offline mode. The client provides the profile to create along with the profile bytes, the server records it. _Direct use of this API is discouraged, please use a [supported profiler agent](https://cloud.google.com/profiler/docs/about-profiler#profiling_agent) instead for profile collection._ */
|
|
129
129
|
createOffline(request: {
|
|
@@ -181,7 +181,7 @@ declare namespace gapi.client {
|
|
|
181
181
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
182
182
|
uploadType?: string;
|
|
183
183
|
},
|
|
184
|
-
body: Profile
|
|
184
|
+
body: Profile,
|
|
185
185
|
): Request<Profile>;
|
|
186
186
|
/** Lists profiles which have been collected so far and for which the caller has permission to view. */
|
|
187
187
|
list(request?: {
|
|
@@ -274,7 +274,7 @@ declare namespace gapi.client {
|
|
|
274
274
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
275
275
|
uploadType?: string;
|
|
276
276
|
},
|
|
277
|
-
body: Profile
|
|
277
|
+
body: Profile,
|
|
278
278
|
): Request<Profile>;
|
|
279
279
|
}
|
|
280
280
|
interface ProjectsResource {
|
package/package.json
CHANGED
package/readme.md
CHANGED