public interface GetBreakpointRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBreakpointId()
public abstract String getBreakpointId()
Required. ID of the breakpoint to get.
string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The breakpointId. |
getBreakpointIdBytes()
public abstract ByteString getBreakpointIdBytes()
Required. ID of the breakpoint to get.
string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for breakpointId. |
getClientVersion()
public abstract String getClientVersion()
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string client_version = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The clientVersion. |
getClientVersionBytes()
public abstract ByteString getClientVersionBytes()
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string client_version = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for clientVersion. |
getDebuggeeId()
public abstract String getDebuggeeId()
Required. ID of the debuggee whose breakpoint to get.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The debuggeeId. |
getDebuggeeIdBytes()
public abstract ByteString getDebuggeeIdBytes()
Required. ID of the debuggee whose breakpoint to get.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for debuggeeId. |