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

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 +4 -4
  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: 20240101
12
+ // Revision: 20240122
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -65,7 +65,7 @@ declare namespace gapi.client {
65
65
  profileType?: string;
66
66
  }
67
67
  interface ProfilesResource {
68
- /** CreateProfile creates a new profile resource in the online mode. 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". */
68
+ /** 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". */
69
69
  create(request: {
70
70
  /** V1 error format. */
71
71
  '$.xgafv'?: string;
@@ -123,7 +123,7 @@ declare namespace gapi.client {
123
123
  },
124
124
  body: CreateProfileRequest
125
125
  ): Request<Profile>;
126
- /** 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. */
126
+ /** 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._ */
127
127
  createOffline(request: {
128
128
  /** V1 error format. */
129
129
  '$.xgafv'?: string;
@@ -212,7 +212,7 @@ declare namespace gapi.client {
212
212
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
213
213
  uploadType?: string;
214
214
  }): Request<ListProfilesResponse>;
215
- /** UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode. Updating the bytes for profiles created in the offline mode is currently not supported: the profile content must be provided at the time of the profile creation. */
215
+ /** UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode. Updating the bytes for profiles created in the offline mode is currently not supported: the profile content must be provided at the time of the profile creation. _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._ */
216
216
  patch(request: {
217
217
  /** V1 error format. */
218
218
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudprofiler-v2",
3
- "version": "0.0.20240101",
3
+ "version": "0.0.20240122",
4
4
  "description": "TypeScript typings for Cloud Profiler API v2",
5
5
  "repository": {
6
6
  "type": "git",