Send feedback
Class SetBreakpointRequest.Builder (1.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.1.10 keyboard_arrow_down
public static final class SetBreakpointRequest . Builder extends GeneratedMessageV3 . Builder<SetBreakpointRequest . Builder > implements SetBreakpointRequestOrBuilder
Request to set a breakpoint
Protobuf type google.devtools.clouddebugger.v2.SetBreakpointRequest
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public SetBreakpointRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public SetBreakpointRequest build ()
Returns
public SetBreakpointRequest buildPartial ()
Returns
public SetBreakpointRequest . Builder clear ()
Returns
Overrides
public SetBreakpointRequest . Builder clearBreakpoint ()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public SetBreakpointRequest . Builder clearClientVersion ()
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
public SetBreakpointRequest . Builder clearDebuggeeId ()
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public SetBreakpointRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public SetBreakpointRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public SetBreakpointRequest . Builder clone ()
Returns
Overrides
public Breakpoint getBreakpoint ()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public Breakpoint . Builder getBreakpointBuilder ()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public BreakpointOrBuilder getBreakpointOrBuilder ()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public 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.
public 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.
public String getDebuggeeId ()
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description String The debuggeeId.
public ByteString getDebuggeeIdBytes ()
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description ByteString The bytes for debuggeeId.
public SetBreakpointRequest getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public boolean hasBreakpoint ()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description boolean Whether the breakpoint field is set.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public SetBreakpointRequest . Builder mergeBreakpoint ( Breakpoint value )
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public SetBreakpointRequest . Builder mergeFrom ( SetBreakpointRequest other )
Parameter
Returns
public SetBreakpointRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public SetBreakpointRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final SetBreakpointRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public SetBreakpointRequest . Builder setBreakpoint ( Breakpoint value )
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public SetBreakpointRequest . Builder setBreakpoint ( Breakpoint . Builder builderForValue )
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public SetBreakpointRequest . Builder setClientVersion ( String value )
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];
Parameter
Name Description value String
The clientVersion to set.
Returns
public SetBreakpointRequest . Builder setClientVersionBytes ( ByteString value )
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];
Parameter
Name Description value ByteString
The bytes for clientVersion to set.
Returns
public SetBreakpointRequest . Builder setDebuggeeId ( String value )
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value String
The debuggeeId to set.
Returns
public SetBreakpointRequest . Builder setDebuggeeIdBytes ( ByteString value )
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value ByteString
The bytes for debuggeeId to set.
Returns
public SetBreakpointRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public SetBreakpointRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final SetBreakpointRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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-02-06 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-02-06 UTC."],[],[]]