Class GetBreakpointResponse.Builder (1.43.0)

public static final class GetBreakpointResponse.Builder extends GeneratedMessageV3.Builder<GetBreakpointResponse.Builder> implements GetBreakpointResponseOrBuilder

Response for getting breakpoint information.

Protobuf type google.devtools.clouddebugger.v2.GetBreakpointResponse

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetBreakpointResponse build()
Returns
Type Description
GetBreakpointResponse

buildPartial()

public GetBreakpointResponse buildPartial()
Returns
Type Description
GetBreakpointResponse

clear()

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

clearBreakpoint()

public GetBreakpointResponse.Builder clearBreakpoint()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
Type Description
GetBreakpointResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getBreakpoint()

public Breakpoint getBreakpoint()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
Type Description
Breakpoint

The breakpoint.

getBreakpointBuilder()

public Breakpoint.Builder getBreakpointBuilder()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
Type Description
Breakpoint.Builder

getBreakpointOrBuilder()

public BreakpointOrBuilder getBreakpointOrBuilder()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
Type Description
BreakpointOrBuilder

getDefaultInstanceForType()

public GetBreakpointResponse getDefaultInstanceForType()
Returns
Type Description
GetBreakpointResponse

getDescriptorForType()

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

hasBreakpoint()

public boolean hasBreakpoint()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
Type Description
boolean

Whether the breakpoint field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBreakpoint(Breakpoint value)

public GetBreakpointResponse.Builder mergeBreakpoint(Breakpoint value)

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Parameter
Name Description
value Breakpoint
Returns
Type Description
GetBreakpointResponse.Builder

mergeFrom(GetBreakpointResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setBreakpoint(Breakpoint value)

public GetBreakpointResponse.Builder setBreakpoint(Breakpoint value)

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Parameter
Name Description
value Breakpoint
Returns
Type Description
GetBreakpointResponse.Builder

setBreakpoint(Breakpoint.Builder builderForValue)

public GetBreakpointResponse.Builder setBreakpoint(Breakpoint.Builder builderForValue)

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Parameter
Name Description
builderForValue Breakpoint.Builder
Returns
Type Description
GetBreakpointResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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