Send feedback
Class UpdateActiveBreakpointRequest.Builder (1.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.53.0 keyboard_arrow_down
public static final class UpdateActiveBreakpointRequest . Builder extends GeneratedMessageV3 . Builder<UpdateActiveBreakpointRequest . Builder > implements UpdateActiveBreakpointRequestOrBuilder
Request to update an active breakpoint.
Protobuf type google.devtools.clouddebugger.v2.UpdateActiveBreakpointRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public UpdateActiveBreakpointRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public UpdateActiveBreakpointRequest build ()
public UpdateActiveBreakpointRequest buildPartial ()
public UpdateActiveBreakpointRequest . Builder clear ()
Overrides
public UpdateActiveBreakpointRequest . Builder clearBreakpoint ()
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateActiveBreakpointRequest . Builder clearDebuggeeId ()
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateActiveBreakpointRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public UpdateActiveBreakpointRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public UpdateActiveBreakpointRequest . Builder clone ()
Overrides
public Breakpoint getBreakpoint ()
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
Breakpoint
The breakpoint.
public Breakpoint . Builder getBreakpointBuilder ()
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
public BreakpointOrBuilder getBreakpointOrBuilder ()
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
public String getDebuggeeId ()
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The debuggeeId.
public ByteString getDebuggeeIdBytes ()
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for debuggeeId.
public UpdateActiveBreakpointRequest getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public boolean hasBreakpoint ()
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.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 ()
Overrides
public final boolean isInitialized ()
Overrides
public UpdateActiveBreakpointRequest . Builder mergeBreakpoint ( Breakpoint value )
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateActiveBreakpointRequest . Builder mergeFrom ( UpdateActiveBreakpointRequest other )
public UpdateActiveBreakpointRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public UpdateActiveBreakpointRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public final UpdateActiveBreakpointRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public UpdateActiveBreakpointRequest . Builder setBreakpoint ( Breakpoint value )
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateActiveBreakpointRequest . Builder setBreakpoint ( Breakpoint . Builder builderForValue )
Required. Updated breakpoint information.
The field id
must be set.
The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateActiveBreakpointRequest . Builder setDebuggeeId ( String value )
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
String
The debuggeeId to set.
public UpdateActiveBreakpointRequest . Builder setDebuggeeIdBytes ( ByteString value )
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
ByteString
The bytes for debuggeeId to set.
public UpdateActiveBreakpointRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public UpdateActiveBreakpointRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public final UpdateActiveBreakpointRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-28 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-28 UTC."],[],[]]