Class GetBreakpointRequest.Builder (1.8.0)

publicstaticfinalclass GetBreakpointRequest.BuilderextendsGeneratedMessageV3.Builder<GetBreakpointRequest.Builder>implementsGetBreakpointRequestOrBuilder

Request to get breakpoint information.

Protobuf type google.devtools.clouddebugger.v2.GetBreakpointRequest

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicGetBreakpointRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

build()

publicGetBreakpointRequestbuild()
Returns
Type Description

buildPartial()

publicGetBreakpointRequestbuildPartial()
Returns
Type Description

clear()

publicGetBreakpointRequest.Builderclear()
Returns
Type Description
Overrides

clearBreakpointId()

publicGetBreakpointRequest.BuilderclearBreakpointId()

Required. ID of the breakpoint to get.

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

Returns
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

clearClientVersion()

publicGetBreakpointRequest.BuilderclearClientVersion()

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
GetBreakpointRequest.Builder

This builder for chaining.

clearDebuggeeId()

publicGetBreakpointRequest.BuilderclearDebuggeeId()

Required. ID of the debuggee whose breakpoint to get.

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

Returns
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicGetBreakpointRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicGetBreakpointRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clone()

publicGetBreakpointRequest.Builderclone()
Returns
Type Description
Overrides

getBreakpointId()

publicStringgetBreakpointId()

Required. ID of the breakpoint to get.

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

Returns
Type Description
String

The breakpointId.

getBreakpointIdBytes()

publicByteStringgetBreakpointIdBytes()

Required. ID of the breakpoint to get.

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 = 4 [(.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 = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDebuggeeId()

publicStringgetDebuggeeId()

Required. ID of the debuggee whose breakpoint to get.

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 get.

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

Returns
Type Description
ByteString

The bytes for debuggeeId.

getDefaultInstanceForType()

publicGetBreakpointRequestgetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(GetBreakpointRequest other)

publicGetBreakpointRequest.BuildermergeFrom(GetBreakpointRequestother)
Parameter
Name Description
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicGetBreakpointRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicGetBreakpointRequest.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalGetBreakpointRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

setBreakpointId(String value)

publicGetBreakpointRequest.BuildersetBreakpointId(Stringvalue)

Required. ID of the breakpoint to get.

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

Parameter
Name Description
value String

The breakpointId to set.

Returns
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

setBreakpointIdBytes(ByteString value)

publicGetBreakpointRequest.BuildersetBreakpointIdBytes(ByteStringvalue)

Required. ID of the breakpoint to get.

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

Parameter
Name Description
value ByteString

The bytes for breakpointId to set.

Returns
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

setClientVersion(String value)

publicGetBreakpointRequest.BuildersetClientVersion(Stringvalue)

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
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

setClientVersionBytes(ByteString value)

publicGetBreakpointRequest.BuildersetClientVersionBytes(ByteStringvalue)

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
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

setDebuggeeId(String value)

publicGetBreakpointRequest.BuildersetDebuggeeId(Stringvalue)

Required. ID of the debuggee whose breakpoint to get.

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

Parameter
Name Description
value String

The debuggeeId to set.

Returns
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

setDebuggeeIdBytes(ByteString value)

publicGetBreakpointRequest.BuildersetDebuggeeIdBytes(ByteStringvalue)

Required. ID of the debuggee whose breakpoint to get.

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

Parameter
Name Description
value ByteString

The bytes for debuggeeId to set.

Returns
Type Description
GetBreakpointRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicGetBreakpointRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

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

publicGetBreakpointRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalGetBreakpointRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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.