public sealed class CreateOfflineProfileRequest : IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, IDeepCloneable<CreateOfflineProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Profiler v2 API class CreateOfflineProfileRequest.
CreateOfflineProfileRequest describes a profile resource offline creation request.
Implements
IMessageCreateOfflineProfileRequest, IEquatableCreateOfflineProfileRequest, IDeepCloneableCreateOfflineProfileRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ProfilerV2Assembly
Google.Cloud.Profiler.V2.dll
Constructors
CreateOfflineProfileRequest()
public CreateOfflineProfileRequest()
CreateOfflineProfileRequest(CreateOfflineProfileRequest)
public CreateOfflineProfileRequest(CreateOfflineProfileRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateOfflineProfileRequest |
Properties
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 |
Profile
public Profile Profile { get; set; }
Contents of the profile to create.
Property Value | |
---|---|
Type | Description |
Profile |