Liking cljdoc? Tell your friends :D

happygapi.cloudprofiler.projects

Stackdriver Profiler API: projects. Manages continuous profiling information. See: https://cloud.google.com/profiler/api/reference/rest/v2/projects

Stackdriver Profiler API: projects.
Manages continuous profiling information.
See: https://cloud.google.com/profiler/api/reference/rest/v2/projects
raw docstring

profiles-create$clj

(profiles-create$ auth parameters body)

https://cloud.google.com/profiler/api/reference/rest/v2/projects/profiles/create

Required parameters: parent

Optional parameters: none

Body:

{:profileType [string], :deployment {:labels {}, :target string, :projectId string}}

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".

https://cloud.google.com/profiler/api/reference/rest/v2/projects/profiles/create

Required parameters: parent

Optional parameters: none

Body: 

{:profileType [string],
 :deployment {:labels {}, :target string, :projectId string}}

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".
sourceraw docstring

profiles-createOffline$clj

(profiles-createOffline$ auth parameters body)

https://cloud.google.com/profiler/api/reference/rest/v2/projects/profiles/createOffline

Required parameters: parent

Optional parameters: none

Body:

{:name string, :profileType string, :duration string, :deployment {:labels {}, :target string, :projectId string}, :profileBytes string, :labels {}}

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.

https://cloud.google.com/profiler/api/reference/rest/v2/projects/profiles/createOffline

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :profileType string,
 :duration string,
 :deployment {:labels {}, :target string, :projectId string},
 :profileBytes string,
 :labels {}}

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.
sourceraw docstring

profiles-patch$clj

(profiles-patch$ auth parameters body)

https://cloud.google.com/profiler/api/reference/rest/v2/projects/profiles/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :profileType string, :duration string, :deployment {:labels {}, :target string, :projectId string}, :profileBytes string, :labels {}}

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.

https://cloud.google.com/profiler/api/reference/rest/v2/projects/profiles/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :profileType string,
 :duration string,
 :deployment {:labels {}, :target string, :projectId string},
 :profileBytes string,
 :labels {}}

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close