Class ListBreakpointsRequest.BreakpointActionValue.Builder (1.58.0)

public static final class ListBreakpointsRequest.BreakpointActionValue.Builder extends GeneratedMessageV3.Builder<ListBreakpointsRequest.BreakpointActionValue.Builder> implements ListBreakpointsRequest.BreakpointActionValueOrBuilder

Wrapper message for Breakpoint.Action. Defines a filter on the action field of breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue

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

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsRequest.BreakpointActionValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public ListBreakpointsRequest.BreakpointActionValue build()

buildPartial()

public ListBreakpointsRequest.BreakpointActionValue buildPartial()

clear()

public ListBreakpointsRequest.BreakpointActionValue.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListBreakpointsRequest.BreakpointActionValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListBreakpointsRequest.BreakpointActionValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearValue()

public ListBreakpointsRequest.BreakpointActionValue.Builder clearValue()

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder

This builder for chaining.

clone()

public ListBreakpointsRequest.BreakpointActionValue.Builder clone()
Overrides

getDefaultInstanceForType()

public ListBreakpointsRequest.BreakpointActionValue getDefaultInstanceForType()

getDescriptorForType()

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

getValue()

public Breakpoint.Action getValue()

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Returns
Type Description
Breakpoint.Action

The value.

getValueValue()

public int getValueValue()

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Returns
Type Description
int

The enum numeric value on the wire for value.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListBreakpointsRequest.BreakpointActionValue other)

public ListBreakpointsRequest.BreakpointActionValue.Builder mergeFrom(ListBreakpointsRequest.BreakpointActionValue other)
Parameter
Name Description
other ListBreakpointsRequest.BreakpointActionValue

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ListBreakpointsRequest.BreakpointActionValue.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsRequest.BreakpointActionValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsRequest.BreakpointActionValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

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

public ListBreakpointsRequest.BreakpointActionValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsRequest.BreakpointActionValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setValue(Breakpoint.Action value)

public ListBreakpointsRequest.BreakpointActionValue.Builder setValue(Breakpoint.Action value)

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Parameter
Name Description
value Breakpoint.Action

The value to set.

Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder

This builder for chaining.

setValueValue(int value)

public ListBreakpointsRequest.BreakpointActionValue.Builder setValueValue(int value)

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for value to set.

Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder

This builder for chaining.