Class CreateProfileRequest
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.
Implements
Inherited Members
Namespace: Google.Apis.CloudProfiler.v2.Data
Assembly: Google.Apis.CloudProfiler.v2.dll
Syntax
public class CreateProfileRequest : IDirectResponseSchema
Properties
Deployment
Deployment details.
Declaration
[JsonProperty("deployment")]
public virtual Deployment Deployment { get; set; }
Property Value
Type | Description |
---|---|
Deployment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProfileType
One or more profile types that the agent is capable of providing.
Declaration
[JsonProperty("profileType")]
public virtual IList<string> ProfileType { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |