Class GetBreakpointRequest.Builder (1.18.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetBreakpointRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

build()

public GetBreakpointRequest build()
Returns
TypeDescription
GetBreakpointRequest

buildPartial()

public GetBreakpointRequest buildPartial()
Returns
TypeDescription
GetBreakpointRequest

clear()

public GetBreakpointRequest.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
GetBreakpointRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GetBreakpointRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GetBreakpointRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

clone()

public GetBreakpointRequest.Builder clone()
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

getBreakpointId()

public String getBreakpointId()

Required. ID of the breakpoint to get.

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

Returns
TypeDescription
String

The breakpointId.

getBreakpointIdBytes()

public ByteString getBreakpointIdBytes()

Required. ID of the breakpoint to get.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for debuggeeId.

getDefaultInstanceForType()

public GetBreakpointRequest getDefaultInstanceForType()
Returns
TypeDescription
GetBreakpointRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetBreakpointRequest other)

public GetBreakpointRequest.Builder mergeFrom(GetBreakpointRequest other)
Parameter
NameDescription
otherGetBreakpointRequest
Returns
TypeDescription
GetBreakpointRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetBreakpointRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetBreakpointRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetBreakpointRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The breakpointId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for breakpointId to set.

Returns
TypeDescription
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
NameDescription
valueString

The clientVersion to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for clientVersion to set.

Returns
TypeDescription
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
NameDescription
valueString

The debuggeeId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for debuggeeId to set.

Returns
TypeDescription
GetBreakpointRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GetBreakpointRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

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

public GetBreakpointRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetBreakpointRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetBreakpointRequest.Builder
Overrides