Class ListBreakpointsRequest.BreakpointActionValue.Builder (1.12.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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

publicListBreakpointsRequest.BreakpointActionValuebuild()
Returns
Type Description

buildPartial()

publicListBreakpointsRequest.BreakpointActionValuebuildPartial()
Returns
Type Description

clear()

publicListBreakpointsRequest.BreakpointActionValue.Builderclear()
Returns
Type Description
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListBreakpointsRequest.BreakpointActionValue.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicListBreakpointsRequest.BreakpointActionValue.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
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

clone()

publicListBreakpointsRequest.BreakpointActionValue.Builderclone()
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicListBreakpointsRequest.BreakpointActionValuegetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
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
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(ListBreakpointsRequest.BreakpointActionValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListBreakpointsRequest.BreakpointActionValue.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsRequest.BreakpointActionValue.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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

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

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.