Send feedback
Class ListActiveBreakpointsRequest (1.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.30.0 keyboard_arrow_down
public final class ListActiveBreakpointsRequest extends GeneratedMessageV3 implements ListActiveBreakpointsRequestOrBuilder
Request to list active breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListActiveBreakpointsRequest
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 DEBUGGEE_ID_FIELD_NUMBER
Field Value Type Description int
public static final int SUCCESS_ON_TIMEOUT_FIELD_NUMBER
Field Value Type Description int
public static final int WAIT_TOKEN_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static ListActiveBreakpointsRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ListActiveBreakpointsRequest . Builder newBuilder ()
public static ListActiveBreakpointsRequest . Builder newBuilder ( ListActiveBreakpointsRequest prototype )
public static ListActiveBreakpointsRequest parseDelimitedFrom ( InputStream input )
public static ListActiveBreakpointsRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListActiveBreakpointsRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static ListActiveBreakpointsRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ListActiveBreakpointsRequest parseFrom ( ByteString data )
public static ListActiveBreakpointsRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListActiveBreakpointsRequest parseFrom ( CodedInputStream input )
public static ListActiveBreakpointsRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListActiveBreakpointsRequest parseFrom ( InputStream input )
public static ListActiveBreakpointsRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListActiveBreakpointsRequest parseFrom ( ByteBuffer data )
public static ListActiveBreakpointsRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ListActiveBreakpointsRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public String getDebuggeeId ()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The debuggeeId.
public ByteString getDebuggeeIdBytes ()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for debuggeeId.
public ListActiveBreakpointsRequest getDefaultInstanceForType ()
public Parser<ListActiveBreakpointsRequest> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
public boolean getSuccessOnTimeout ()
If set to true
(recommended), returns google.rpc.Code.OK
status and
sets the wait_expired
response field to true
when the server-selected
timeout has expired.
If set to false
(deprecated), returns google.rpc.Code.ABORTED
status
when the server-selected timeout has expired.
bool success_on_timeout = 3;
Returns Type Description boolean
The successOnTimeout.
public String getWaitToken ()
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Returns Type Description String
The waitToken.
public ByteString getWaitTokenBytes ()
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Returns Type Description ByteString
The bytes for waitToken.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ListActiveBreakpointsRequest . Builder newBuilderForType ()
protected ListActiveBreakpointsRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public ListActiveBreakpointsRequest . 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 2024-10-03 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-03 UTC."}
[[["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 2024-10-03 UTC."]]