Class CreateOfflineProfileRequest (1.0.0)

public sealed class CreateOfflineProfileRequest : IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, IDeepCloneable<CreateOfflineProfileRequest>, IBufferMessage, IMessage

CreateOfflineProfileRequest describes a profile resource offline creation request. Profile field must be set.

Inheritance

Object > CreateOfflineProfileRequest

Implements

Google.Protobuf.IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, Google.Protobuf.IDeepCloneable<CreateOfflineProfileRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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

Profile

public Profile Profile { get; set; }

Contents of the profile to create.

Property Value
TypeDescription
Profile