You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudprofiler/v2/2.0.0/com/google/api/services/cloudprofiler/v2/CloudProfiler.java
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,9 @@ public Profiles profiles() {
174
174
publicclassProfiles {
175
175
176
176
/**
177
-
* CreateProfile creates a new profile resource in the online mode. The server ensures that the new
177
+
* CreateProfile creates a new profile resource in the online mode. _Direct use of this API is
178
+
* discouraged, please use a [supported profiler agent](https://cloud.google.com/profiler/docs
179
+
* /about-profiler#profiling_agent) instead for profile collection._ The server ensures that the new
178
180
* profiles are created at a constant rate per deployment, so the creation request may hang for some
179
181
* time until the next profile session is available. The request may fail with ABORTED error if the
180
182
* creation is not available within ~1m, the response will indicate the duration of the backoff the
@@ -206,7 +208,9 @@ public class Create extends CloudProfilerRequest<com.google.api.services.cloudpr
0 commit comments