Class GetBreakpointRequest (1.4.1)

GetBreakpointRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to get breakpoint information.

Attributes

NameDescription
debuggee_id str
Required. ID of the debuggee whose breakpoint to get.
breakpoint_id str
Required. ID of the breakpoint to get.
client_version str
Required. The client version making the call. Schema: ``domain/type/version`` (e.g., ``google.com/intellij/v1``).

Inheritance

builtins.object > proto.message.Message > GetBreakpointRequest