@maxim_mazurok/gapi.client.cloudprofiler-v2
Advanced tools
Comparing version 0.0.20250106 to 0.0.20250127
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Cloud Profiler API v2 0.0 */ | ||
// Generated from: https://cloudprofiler.googleapis.com/$discovery/rest?version=v2 | ||
// Revision: 20250106 | ||
// Revision: 20250127 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://cloudprofiler.googleapis.com/$discovery/rest?version=v2' | ||
urlOrObject: 'https://cloudprofiler.googleapis.com/$discovery/rest?version=v2', | ||
): Promise<void>; | ||
@@ -29,3 +29,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
version: 'v2', | ||
callback: () => any | ||
callback: () => any, | ||
): void; | ||
@@ -129,3 +129,3 @@ | ||
}, | ||
body: CreateProfileRequest | ||
body: CreateProfileRequest, | ||
): Request<Profile>; | ||
@@ -188,3 +188,3 @@ /** 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._ */ | ||
}, | ||
body: Profile | ||
body: Profile, | ||
): Request<Profile>; | ||
@@ -282,3 +282,3 @@ /** Lists profiles which have been collected so far and for which the caller has permission to view. */ | ||
}, | ||
body: Profile | ||
body: Profile, | ||
): Request<Profile>; | ||
@@ -285,0 +285,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.cloudprofiler-v2", | ||
"version": "0.0.20250106", | ||
"version": "0.0.20250127", | ||
"description": "TypeScript typings for Cloud Profiler API v2", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,3 +33,3 @@ # TypeScript typings for Cloud Profiler API v2 | ||
// gapi.client.cloudprofiler | ||
} | ||
}, | ||
); | ||
@@ -72,3 +72,3 @@ ``` | ||
} | ||
} | ||
}, | ||
); | ||
@@ -75,0 +75,0 @@ ``` |
19508