Class ListBreakpointsRequest.BreakpointActionValue.Builder (1.16.0)

publicstaticfinalclass ListBreakpointsRequest.BreakpointActionValue.BuilderextendsGeneratedMessageV3.Builder<ListBreakpointsRequest.BreakpointActionValue.Builder>implementsListBreakpointsRequest.BreakpointActionValueOrBuilder

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

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

Inherited Members

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

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicListBreakpointsRequest.BreakpointActionValue.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

build()

publicListBreakpointsRequest.BreakpointActionValuebuild()
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue

buildPartial()

publicListBreakpointsRequest.BreakpointActionValuebuildPartial()
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue

clear()

publicListBreakpointsRequest.BreakpointActionValue.Builderclear()
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListBreakpointsRequest.BreakpointActionValue.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicListBreakpointsRequest.BreakpointActionValue.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

clearValue()

publicListBreakpointsRequest.BreakpointActionValue.BuilderclearValue()

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

publicListBreakpointsRequest.BreakpointActionValue.Builderclone()
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

getDefaultInstanceForType()

publicListBreakpointsRequest.BreakpointActionValuegetDefaultInstanceForType()
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getValue()

publicBreakpoint.ActiongetValue()

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

publicintgetValueValue()

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

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListBreakpointsRequest.BreakpointActionValue other)

publicListBreakpointsRequest.BreakpointActionValue.BuildermergeFrom(ListBreakpointsRequest.BreakpointActionValueother)
Parameter
Name Description
other ListBreakpointsRequest.BreakpointActionValue
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListBreakpointsRequest.BreakpointActionValue.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicListBreakpointsRequest.BreakpointActionValue.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsRequest.BreakpointActionValue.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicListBreakpointsRequest.BreakpointActionValue.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

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

publicListBreakpointsRequest.BreakpointActionValue.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsRequest.BreakpointActionValue.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue.Builder
Overrides

setValue(Breakpoint.Action value)

publicListBreakpointsRequest.BreakpointActionValue.BuildersetValue(Breakpoint.Actionvalue)

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)

publicListBreakpointsRequest.BreakpointActionValue.BuildersetValueValue(intvalue)

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.