Class ListBreakpointsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
- com.google.devtools.clouddebugger.v2.ListBreakpointsRequest.Builder
-
- All Implemented Interfaces:
ListBreakpointsRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListBreakpointsRequest
public static final class ListBreakpointsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder> implements ListBreakpointsRequestOrBuilder
Request to list breakpoints.
Protobuf typegoogle.devtools.clouddebugger.v2.ListBreakpointsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ListBreakpointsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListBreakpointsRequest
build()
ListBreakpointsRequest
buildPartial()
ListBreakpointsRequest.Builder
clear()
ListBreakpointsRequest.Builder
clearAction()
When set, the response includes only breakpoints with the specified action.ListBreakpointsRequest.Builder
clearClientVersion()
Required.ListBreakpointsRequest.Builder
clearDebuggeeId()
Required.ListBreakpointsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListBreakpointsRequest.Builder
clearIncludeAllUsers()
When set to `true`, the response includes the list of breakpoints set by any user.ListBreakpointsRequest.Builder
clearIncludeInactive()
When set to `true`, the response includes active and inactive breakpoints.ListBreakpointsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListBreakpointsRequest.Builder
clearStripResults()
Deprecated.google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated.ListBreakpointsRequest.Builder
clearWaitToken()
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired.ListBreakpointsRequest.Builder
clone()
ListBreakpointsRequest.BreakpointActionValue
getAction()
When set, the response includes only breakpoints with the specified action.ListBreakpointsRequest.BreakpointActionValue.Builder
getActionBuilder()
When set, the response includes only breakpoints with the specified action.ListBreakpointsRequest.BreakpointActionValueOrBuilder
getActionOrBuilder()
When set, the response includes only breakpoints with the specified action.String
getClientVersion()
Required.com.google.protobuf.ByteString
getClientVersionBytes()
Required.String
getDebuggeeId()
Required.com.google.protobuf.ByteString
getDebuggeeIdBytes()
Required.ListBreakpointsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getIncludeAllUsers()
When set to `true`, the response includes the list of breakpoints set by any user.boolean
getIncludeInactive()
When set to `true`, the response includes active and inactive breakpoints.boolean
getStripResults()
Deprecated.google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated.String
getWaitToken()
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired.com.google.protobuf.ByteString
getWaitTokenBytes()
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired.boolean
hasAction()
When set, the response includes only breakpoints with the specified action.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListBreakpointsRequest.Builder
mergeAction(ListBreakpointsRequest.BreakpointActionValue value)
When set, the response includes only breakpoints with the specified action.ListBreakpointsRequest.Builder
mergeFrom(ListBreakpointsRequest other)
ListBreakpointsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListBreakpointsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListBreakpointsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListBreakpointsRequest.Builder
setAction(ListBreakpointsRequest.BreakpointActionValue value)
When set, the response includes only breakpoints with the specified action.ListBreakpointsRequest.Builder
setAction(ListBreakpointsRequest.BreakpointActionValue.Builder builderForValue)
When set, the response includes only breakpoints with the specified action.ListBreakpointsRequest.Builder
setClientVersion(String value)
Required.ListBreakpointsRequest.Builder
setClientVersionBytes(com.google.protobuf.ByteString value)
Required.ListBreakpointsRequest.Builder
setDebuggeeId(String value)
Required.ListBreakpointsRequest.Builder
setDebuggeeIdBytes(com.google.protobuf.ByteString value)
Required.ListBreakpointsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListBreakpointsRequest.Builder
setIncludeAllUsers(boolean value)
When set to `true`, the response includes the list of breakpoints set by any user.ListBreakpointsRequest.Builder
setIncludeInactive(boolean value)
When set to `true`, the response includes active and inactive breakpoints.ListBreakpointsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListBreakpointsRequest.Builder
setStripResults(boolean value)
Deprecated.google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated.ListBreakpointsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListBreakpointsRequest.Builder
setWaitToken(String value)
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired.ListBreakpointsRequest.Builder
setWaitTokenBytes(com.google.protobuf.ByteString value)
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
clear
public ListBreakpointsRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
getDefaultInstanceForType
public ListBreakpointsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListBreakpointsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListBreakpointsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListBreakpointsRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
setField
public ListBreakpointsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
clearField
public ListBreakpointsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
clearOneof
public ListBreakpointsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
setRepeatedField
public ListBreakpointsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
addRepeatedField
public ListBreakpointsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
mergeFrom
public ListBreakpointsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListBreakpointsRequest.Builder>
-
mergeFrom
public ListBreakpointsRequest.Builder mergeFrom(ListBreakpointsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
mergeFrom
public ListBreakpointsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListBreakpointsRequest.Builder>
- Throws:
IOException
-
getDebuggeeId
public String getDebuggeeId()
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDebuggeeId
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The debuggeeId.
-
getDebuggeeIdBytes
public com.google.protobuf.ByteString getDebuggeeIdBytes()
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDebuggeeIdBytes
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The bytes for debuggeeId.
-
setDebuggeeId
public ListBreakpointsRequest.Builder setDebuggeeId(String value)
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The debuggeeId to set.- Returns:
- This builder for chaining.
-
clearDebuggeeId
public ListBreakpointsRequest.Builder clearDebuggeeId()
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setDebuggeeIdBytes
public ListBreakpointsRequest.Builder setDebuggeeIdBytes(com.google.protobuf.ByteString value)
Required. ID of the debuggee whose breakpoints to list.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for debuggeeId to set.- Returns:
- This builder for chaining.
-
getIncludeAllUsers
public boolean getIncludeAllUsers()
When set to `true`, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
bool include_all_users = 2;
- Specified by:
getIncludeAllUsers
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The includeAllUsers.
-
setIncludeAllUsers
public ListBreakpointsRequest.Builder setIncludeAllUsers(boolean value)
When set to `true`, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
bool include_all_users = 2;
- Parameters:
value
- The includeAllUsers to set.- Returns:
- This builder for chaining.
-
clearIncludeAllUsers
public ListBreakpointsRequest.Builder clearIncludeAllUsers()
When set to `true`, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
bool include_all_users = 2;
- Returns:
- This builder for chaining.
-
getIncludeInactive
public boolean getIncludeInactive()
When set to `true`, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
bool include_inactive = 3;
- Specified by:
getIncludeInactive
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The includeInactive.
-
setIncludeInactive
public ListBreakpointsRequest.Builder setIncludeInactive(boolean value)
When set to `true`, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
bool include_inactive = 3;
- Parameters:
value
- The includeInactive to set.- Returns:
- This builder for chaining.
-
clearIncludeInactive
public ListBreakpointsRequest.Builder clearIncludeInactive()
When set to `true`, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
bool include_inactive = 3;
- Returns:
- This builder for chaining.
-
hasAction
public boolean hasAction()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
- Specified by:
hasAction
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- Whether the action field is set.
-
getAction
public ListBreakpointsRequest.BreakpointActionValue getAction()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
- Specified by:
getAction
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The action.
-
setAction
public ListBreakpointsRequest.Builder setAction(ListBreakpointsRequest.BreakpointActionValue value)
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
-
setAction
public ListBreakpointsRequest.Builder setAction(ListBreakpointsRequest.BreakpointActionValue.Builder builderForValue)
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
-
mergeAction
public ListBreakpointsRequest.Builder mergeAction(ListBreakpointsRequest.BreakpointActionValue value)
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
-
clearAction
public ListBreakpointsRequest.Builder clearAction()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
-
getActionBuilder
public ListBreakpointsRequest.BreakpointActionValue.Builder getActionBuilder()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
-
getActionOrBuilder
public ListBreakpointsRequest.BreakpointActionValueOrBuilder getActionOrBuilder()
When set, the response includes only breakpoints with the specified action.
.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
- Specified by:
getActionOrBuilder
in interfaceListBreakpointsRequestOrBuilder
-
getStripResults
@Deprecated public boolean getStripResults()
Deprecated.google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172This field is deprecated. The following fields are always stripped out of the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
bool strip_results = 5 [deprecated = true];
- Specified by:
getStripResults
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The stripResults.
-
setStripResults
@Deprecated public ListBreakpointsRequest.Builder setStripResults(boolean value)
Deprecated.google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172This field is deprecated. The following fields are always stripped out of the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
bool strip_results = 5 [deprecated = true];
- Parameters:
value
- The stripResults to set.- Returns:
- This builder for chaining.
-
clearStripResults
@Deprecated public ListBreakpointsRequest.Builder clearStripResults()
Deprecated.google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172This field is deprecated. The following fields are always stripped out of the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
bool strip_results = 5 [deprecated = true];
- Returns:
- This builder for chaining.
-
getWaitToken
public String getWaitToken()
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`.
string wait_token = 6;
- Specified by:
getWaitToken
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The waitToken.
-
getWaitTokenBytes
public com.google.protobuf.ByteString getWaitTokenBytes()
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`.
string wait_token = 6;
- Specified by:
getWaitTokenBytes
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The bytes for waitToken.
-
setWaitToken
public ListBreakpointsRequest.Builder setWaitToken(String value)
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`.
string wait_token = 6;
- Parameters:
value
- The waitToken to set.- Returns:
- This builder for chaining.
-
clearWaitToken
public ListBreakpointsRequest.Builder clearWaitToken()
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`.
string wait_token = 6;
- Returns:
- This builder for chaining.
-
setWaitTokenBytes
public ListBreakpointsRequest.Builder setWaitTokenBytes(com.google.protobuf.ByteString value)
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`.
string wait_token = 6;
- Parameters:
value
- The bytes for waitToken to set.- Returns:
- This builder for chaining.
-
getClientVersion
public String getClientVersion()
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getClientVersion
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The clientVersion.
-
getClientVersionBytes
public com.google.protobuf.ByteString getClientVersionBytes()
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getClientVersionBytes
in interfaceListBreakpointsRequestOrBuilder
- Returns:
- The bytes for clientVersion.
-
setClientVersion
public ListBreakpointsRequest.Builder setClientVersion(String value)
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The clientVersion to set.- Returns:
- This builder for chaining.
-
clearClientVersion
public ListBreakpointsRequest.Builder clearClientVersion()
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setClientVersionBytes
public ListBreakpointsRequest.Builder setClientVersionBytes(com.google.protobuf.ByteString value)
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for clientVersion to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListBreakpointsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
mergeUnknownFields
public final ListBreakpointsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
-
-