@maxim_mazurok/gapi.client.cloudprofiler-v2 0.0.20240122 → 0.0.20240305

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -1
  2. 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://cloudprofiler.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20240122
12
+ // Revision: 20240305
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -63,6 +63,8 @@ declare namespace gapi.client {
63
63
  profileBytes?: string;
64
64
  /** Type of profile. For offline mode, this must be specified when creating the profile. For online mode it is assigned and returned by the server. */
65
65
  profileType?: string;
66
+ /** Output only. Start time for the profile. This output is only present in response from the ListProfiles method. */
67
+ startTime?: string;
66
68
  }
67
69
  interface ProfilesResource {
68
70
  /** CreateProfile creates a new profile resource in the online mode. _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._ The server ensures that the new profiles are created at a constant rate per deployment, so the creation request may hang for some time until the next profile session is available. The request may fail with ABORTED error if the creation is not available within ~1m, the response will indicate the duration of the backoff the client should take before attempting creating a profile again. The backoff duration is returned in google.rpc.RetryInfo extension on the response status. To a gRPC client, the extension will be return as a binary-serialized proto in the trailing metadata item named "google.rpc.retryinfo-bin". */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudprofiler-v2",
3
- "version": "0.0.20240122",
3
+ "version": "0.0.20240305",
4
4
  "description": "TypeScript typings for Cloud Profiler API v2",
5
5
  "repository": {
6
6
  "type": "git",