Class DeleteBreakpointRequest.Builder (1.21.0)

publicstaticfinalclass DeleteBreakpointRequest.BuilderextendsGeneratedMessageV3.Builder<DeleteBreakpointRequest.Builder>implementsDeleteBreakpointRequestOrBuilder

Request to delete a breakpoint.

Protobuf type google.devtools.clouddebugger.v2.DeleteBreakpointRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicDeleteBreakpointRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

build()

publicDeleteBreakpointRequestbuild()
Returns
Type Description
DeleteBreakpointRequest

buildPartial()

publicDeleteBreakpointRequestbuildPartial()
Returns
Type Description
DeleteBreakpointRequest

clear()

publicDeleteBreakpointRequest.Builderclear()
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

clearBreakpointId()

publicDeleteBreakpointRequest.BuilderclearBreakpointId()

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

clearClientVersion()

publicDeleteBreakpointRequest.BuilderclearClientVersion()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

clearDebuggeeId()

publicDeleteBreakpointRequest.BuilderclearDebuggeeId()

Required. ID of the debuggee whose breakpoint to delete.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicDeleteBreakpointRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicDeleteBreakpointRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

clone()

publicDeleteBreakpointRequest.Builderclone()
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

getBreakpointId()

publicStringgetBreakpointId()

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The breakpointId.

getBreakpointIdBytes()

publicByteStringgetBreakpointIdBytes()

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for breakpointId.

getClientVersion()

publicStringgetClientVersion()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientVersion.

getClientVersionBytes()

publicByteStringgetClientVersionBytes()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDebuggeeId()

publicStringgetDebuggeeId()

Required. ID of the debuggee whose breakpoint to delete.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The debuggeeId.

getDebuggeeIdBytes()

publicByteStringgetDebuggeeIdBytes()

Required. ID of the debuggee whose breakpoint to delete.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for debuggeeId.

getDefaultInstanceForType()

publicDeleteBreakpointRequestgetDefaultInstanceForType()
Returns
Type Description
DeleteBreakpointRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteBreakpointRequest other)

publicDeleteBreakpointRequest.BuildermergeFrom(DeleteBreakpointRequestother)
Parameter
Name Description
other DeleteBreakpointRequest
Returns
Type Description
DeleteBreakpointRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicDeleteBreakpointRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicDeleteBreakpointRequest.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalDeleteBreakpointRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

setBreakpointId(String value)

publicDeleteBreakpointRequest.BuildersetBreakpointId(Stringvalue)

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The breakpointId to set.

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

setBreakpointIdBytes(ByteString value)

publicDeleteBreakpointRequest.BuildersetBreakpointIdBytes(ByteStringvalue)

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for breakpointId to set.

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

setClientVersion(String value)

publicDeleteBreakpointRequest.BuildersetClientVersion(Stringvalue)

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The clientVersion to set.

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

setClientVersionBytes(ByteString value)

publicDeleteBreakpointRequest.BuildersetClientVersionBytes(ByteStringvalue)

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for clientVersion to set.

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

setDebuggeeId(String value)

publicDeleteBreakpointRequest.BuildersetDebuggeeId(Stringvalue)

Required. ID of the debuggee whose breakpoint to delete.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The debuggeeId to set.

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

setDebuggeeIdBytes(ByteString value)

publicDeleteBreakpointRequest.BuildersetDebuggeeIdBytes(ByteStringvalue)

Required. ID of the debuggee whose breakpoint to delete.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for debuggeeId to set.

Returns
Type Description
DeleteBreakpointRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicDeleteBreakpointRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicDeleteBreakpointRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalDeleteBreakpointRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteBreakpointRequest.Builder
Overrides

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年10月30日 UTC.