public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessage
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
Google.Protobuf.IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, Google.Protobuf.IDeepCloneable<CreateProfileRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
ProfileType
public RepeatedField<ProfileType> ProfileType { get; }
One or more profile types that the agent is capable of providing.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<ProfileType> |