google_api_cloud_profiler v0.2.0 GoogleApi.CloudProfiler.V2.Model.CreateProfileRequest View Source

CreateProfileRequest describes a profile resource online creation request. The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected.

Attributes

  • deployment (type: GoogleApi.CloudProfiler.V2.Model.Deployment.t, default: nil) - Deployment details.
  • profileType (type: list(String.t), default: nil) - One or more profile types that the agent is capable of providing.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudProfiler.V2.Model.CreateProfileRequest{
  deployment: GoogleApi.CloudProfiler.V2.Model.Deployment.t(),
  profileType: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.