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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsRequest.BreakpointActionValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
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
NameDescription
fieldFieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListBreakpointsRequest.BreakpointActionValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for value.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListBreakpointsRequest.BreakpointActionValue other)

public ListBreakpointsRequest.BreakpointActionValue.Builder mergeFrom(ListBreakpointsRequest.BreakpointActionValue other)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ListBreakpointsRequest.BreakpointActionValue.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsRequest.BreakpointActionValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsRequest.BreakpointActionValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsRequest.BreakpointActionValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
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
NameDescription
valueBreakpoint.Action

The value to set.

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

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

Returns
TypeDescription
ListBreakpointsRequest.BreakpointActionValue.Builder

This builder for chaining.