Cloud Profiler v2 API - Class CreateOfflineProfileRequest (2.5.0)

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.

Inheritance

object > CreateOfflineProfileRequest

Namespace

Google.Cloud.Profiler.V2

Assembly

Google.Cloud.Profiler.V2.dll

Constructors

CreateOfflineProfileRequest()

public CreateOfflineProfileRequest()

CreateOfflineProfileRequest(CreateOfflineProfileRequest)

public CreateOfflineProfileRequest(CreateOfflineProfileRequest other)
Parameter
NameDescription
otherCreateOfflineProfileRequest

Properties

Parent

public string Parent { get; set; }

Parent project to create the profile in.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

Profile

public Profile Profile { get; set; }

Contents of the profile to create.

Property Value
TypeDescription
Profile