Send feedback
Class ListBreakpointsRequest (1.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.29.0 keyboard_arrow_down
public final class ListBreakpointsRequest extends GeneratedMessageV3 implements ListBreakpointsRequestOrBuilder
Request to list breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
public static final int ACTION_FIELD_NUMBER
Field Value Type Description int
public static final int CLIENT_VERSION_FIELD_NUMBER
Field Value Type Description int
public static final int DEBUGGEE_ID_FIELD_NUMBER
Field Value Type Description int
public static final int INCLUDE_ALL_USERS_FIELD_NUMBER
Field Value Type Description int
public static final int INCLUDE_INACTIVE_FIELD_NUMBER
Field Value Type Description int
public static final int STRIP_RESULTS_FIELD_NUMBER
Field Value Type Description int
public static final int WAIT_TOKEN_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static ListBreakpointsRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ListBreakpointsRequest . Builder newBuilder ()
public static ListBreakpointsRequest . Builder newBuilder ( ListBreakpointsRequest prototype )
public static ListBreakpointsRequest parseDelimitedFrom ( InputStream input )
public static ListBreakpointsRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static ListBreakpointsRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsRequest parseFrom ( ByteString data )
public static ListBreakpointsRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsRequest parseFrom ( CodedInputStream input )
public static ListBreakpointsRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsRequest parseFrom ( InputStream input )
public static ListBreakpointsRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsRequest parseFrom ( ByteBuffer data )
public static ListBreakpointsRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ListBreakpointsRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public ListBreakpointsRequest . BreakpointActionValue getAction ()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
public ListBreakpointsRequest . BreakpointActionValueOrBuilder getActionOrBuilder ()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
public String getClientVersion ()
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The clientVersion.
public ByteString getClientVersionBytes ()
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for clientVersion.
public String getDebuggeeId ()
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The debuggeeId.
public ByteString getDebuggeeIdBytes ()
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for debuggeeId.
public ListBreakpointsRequest getDefaultInstanceForType ()
public boolean getIncludeAllUsers ()
When set to true
, the response includes the list of breakpoints set by
any user. Otherwise, it includes only breakpoints set by the caller.
bool include_all_users = 2;
Returns Type Description boolean
The includeAllUsers.
public boolean getIncludeInactive ()
When set to true
, the response includes active and inactive
breakpoints. Otherwise, it includes only active breakpoints.
bool include_inactive = 3;
Returns Type Description boolean
The includeInactive.
public Parser<ListBreakpointsRequest> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
public boolean getStripResults ()
Deprecated. google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is
deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172
This field is deprecated. The following fields are always stripped out of
the result: stack_frames
, evaluated_expressions
and variable_table
.
bool strip_results = 5 [deprecated = true];
Returns Type Description boolean
The stripResults.
public String getWaitToken ()
A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which
should be called again with the same wait_token
.
string wait_token = 6;
Returns Type Description String
The waitToken.
public ByteString getWaitTokenBytes ()
A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which
should be called again with the same wait_token
.
string wait_token = 6;
Returns Type Description ByteString
The bytes for waitToken.
public boolean hasAction ()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
Returns Type Description boolean
Whether the action field is set.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ListBreakpointsRequest . Builder newBuilderForType ()
protected ListBreakpointsRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public ListBreakpointsRequest . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]