public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Profiler v2 API 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
IMessageCreateProfileRequest, IEquatableCreateProfileRequest, IDeepCloneableCreateProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Profiler.V2Assembly
Google.Cloud.Profiler.V2.dll
Constructors
CreateProfileRequest()
public CreateProfileRequest()CreateProfileRequest(CreateProfileRequest)
public CreateProfileRequest(CreateProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateProfileRequest |
Properties
Deployment
public Deployment Deployment { get; set; }Deployment details.
| Property Value | |
|---|---|
| Type | Description |
Deployment |
|
Parent
public string Parent { get; set; }Parent project to create the profile in.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ProfileType
public RepeatedField<ProfileType> ProfileType { get; }One or more profile types that the agent is capable of providing.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldProfileType |
|