Class GetBreakpointRequest.Builder (1.42.0)

public static final class GetBreakpointRequest.Builder extends GeneratedMessageV3.Builder<GetBreakpointRequest.Builder> implements GetBreakpointRequestOrBuilder

Request to get breakpoint information.

Protobuf type google.devtools.clouddebugger.v2.GetBreakpointRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetBreakpointRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

build()

public GetBreakpointRequest build()
Returns
Type Description
GetBreakpointRequest

buildPartial()

public GetBreakpointRequest buildPartial()
Returns
Type Description
GetBreakpointRequest

clear()

public GetBreakpointRequest.Builder clear()
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

clearBreakpointId()

public GetBreakpointRequest.Builder clearBreakpointId()

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()

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

This builder for chaining.

clearDebuggeeId()

public GetBreakpointRequest.Builder clearDebuggeeId()

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)

public GetBreakpointRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GetBreakpointRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

clone()

public GetBreakpointRequest.Builder clone()
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

getBreakpointId()

public String getBreakpointId()

Required. ID of the breakpoint to get.

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

Returns
Type Description
String

The breakpointId.

getBreakpointIdBytes()

public ByteString getBreakpointIdBytes()

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()

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.

getClientVersionBytes()

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.

getDebuggeeId()

public String getDebuggeeId()

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()

public ByteString getDebuggeeIdBytes()

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()

public GetBreakpointRequest getDefaultInstanceForType()
Returns
Type Description
GetBreakpointRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetBreakpointRequest other)

public GetBreakpointRequest.Builder mergeFrom(GetBreakpointRequest other)
Parameter
Name Description
other GetBreakpointRequest
Returns
Type Description
GetBreakpointRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetBreakpointRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetBreakpointRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetBreakpointRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetBreakpointRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

setBreakpointId(String value)

public GetBreakpointRequest.Builder setBreakpointId(String value)

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)

public GetBreakpointRequest.Builder setBreakpointIdBytes(ByteString value)

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)

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

This builder for chaining.

setClientVersionBytes(ByteString value)

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

This builder for chaining.

setDebuggeeId(String value)

public GetBreakpointRequest.Builder setDebuggeeId(String value)

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)

public GetBreakpointRequest.Builder setDebuggeeIdBytes(ByteString value)

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)

public GetBreakpointRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

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

public GetBreakpointRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetBreakpointRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetBreakpointRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetBreakpointRequest.Builder
Overrides