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];
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