public sealed class UpdateActiveBreakpointResponse : IMessage<UpdateActiveBreakpointResponse>, IEquatable<UpdateActiveBreakpointResponse>, IDeepCloneable<UpdateActiveBreakpointResponse>, IBufferMessage, IMessage
Response for updating an active breakpoint. The message is defined to allow future extensions.
Implements
IMessage<UpdateActiveBreakpointResponse>, IEquatable<UpdateActiveBreakpointResponse>, IDeepCloneable<UpdateActiveBreakpointResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
UpdateActiveBreakpointResponse()
public UpdateActiveBreakpointResponse()
UpdateActiveBreakpointResponse(UpdateActiveBreakpointResponse)
public UpdateActiveBreakpointResponse(UpdateActiveBreakpointResponse other)
Parameter | |
---|---|
Name | Description |
other | UpdateActiveBreakpointResponse |