publicfinalclass ListBreakpointsRequestextendsGeneratedMessageV3implementsListBreakpointsRequestOrBuilder
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
publicstaticfinalintACTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintCLIENT_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintDEBUGGEE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintINCLUDE_ALL_USERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintINCLUDE_INACTIVE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintSTRIP_RESULTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintWAIT_TOKEN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticListBreakpointsRequestgetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticListBreakpointsRequest.BuildernewBuilder()
publicstaticListBreakpointsRequest.BuildernewBuilder(ListBreakpointsRequestprototype)
publicstaticListBreakpointsRequestparseDelimitedFrom(InputStreaminput)
publicstaticListBreakpointsRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticListBreakpointsRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticListBreakpointsRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticListBreakpointsRequestparseFrom(ByteStringdata)
publicstaticListBreakpointsRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticListBreakpointsRequestparseFrom(CodedInputStreaminput)
publicstaticListBreakpointsRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticListBreakpointsRequestparseFrom(InputStreaminput)
publicstaticListBreakpointsRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticListBreakpointsRequestparseFrom(ByteBufferdata)
publicstaticListBreakpointsRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<ListBreakpointsRequest>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
publicListBreakpointsRequest.BreakpointActionValuegetAction()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
publicListBreakpointsRequest.BreakpointActionValueOrBuildergetActionOrBuilder()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
publicStringgetClientVersion()
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.
|
publicByteStringgetClientVersionBytes()
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.
|
publicStringgetDebuggeeId()
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The debuggeeId.
|
publicByteStringgetDebuggeeIdBytes()
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.
|
publicListBreakpointsRequestgetDefaultInstanceForType()
publicbooleangetIncludeAllUsers()
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.
|
publicbooleangetIncludeInactive()
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.
|
publicParser<ListBreakpointsRequest>getParserForType()
Overrides
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicbooleangetStripResults()
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.
|
publicStringgetWaitToken()
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.
|
publicByteStringgetWaitTokenBytes()
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.
|
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
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicListBreakpointsRequest.BuildernewBuilderForType()
protectedListBreakpointsRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicListBreakpointsRequest.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides