Struct google_cloudprofiler2::CreateProfileRequest[][src]

pub struct CreateProfileRequest {
    pub profile_type: Option<Vec<String>>,
    pub deployment: Option<Deployment>,
}

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.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

One or more profile types that the agent is capable of providing.

Deployment details.

Trait Implementations

impl Default for CreateProfileRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for CreateProfileRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateProfileRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CreateProfileRequest
[src]

Auto Trait Implementations