Class RegisterDebuggeeResponse.Builder (1.14.0)

publicstaticfinalclass RegisterDebuggeeResponse.BuilderextendsGeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>implementsRegisterDebuggeeResponseOrBuilder

Response for registering a debuggee.

Protobuf type google.devtools.clouddebugger.v2.RegisterDebuggeeResponse

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)

publicRegisterDebuggeeResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

build()

publicRegisterDebuggeeResponsebuild()
Returns
Type Description
RegisterDebuggeeResponse

buildPartial()

publicRegisterDebuggeeResponsebuildPartial()
Returns
Type Description
RegisterDebuggeeResponse

clear()

publicRegisterDebuggeeResponse.Builderclear()
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

clearDebuggee()

publicRegisterDebuggeeResponse.BuilderclearDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
RegisterDebuggeeResponse.Builder

clearField(Descriptors.FieldDescriptor field)

publicRegisterDebuggeeResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicRegisterDebuggeeResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

clone()

publicRegisterDebuggeeResponse.Builderclone()
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

getDebuggee()

publicDebuggeegetDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
Debuggee

The debuggee.

getDebuggeeBuilder()

publicDebuggee.BuildergetDebuggeeBuilder()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
Debuggee.Builder

getDebuggeeOrBuilder()

publicDebuggeeOrBuildergetDebuggeeOrBuilder()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
DebuggeeOrBuilder

getDefaultInstanceForType()

publicRegisterDebuggeeResponsegetDefaultInstanceForType()
Returns
Type Description
RegisterDebuggeeResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasDebuggee()

publicbooleanhasDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
boolean

Whether the debuggee field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeDebuggee(Debuggee value)

publicRegisterDebuggeeResponse.BuildermergeDebuggee(Debuggeevalue)

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Parameter
Name Description
value Debuggee
Returns
Type Description
RegisterDebuggeeResponse.Builder

mergeFrom(RegisterDebuggeeResponse other)

publicRegisterDebuggeeResponse.BuildermergeFrom(RegisterDebuggeeResponseother)
Parameter
Name Description
other RegisterDebuggeeResponse
Returns
Type Description
RegisterDebuggeeResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

publicRegisterDebuggeeResponse.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalRegisterDebuggeeResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

setDebuggee(Debuggee value)

publicRegisterDebuggeeResponse.BuildersetDebuggee(Debuggeevalue)

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Parameter
Name Description
value Debuggee
Returns
Type Description
RegisterDebuggeeResponse.Builder

setDebuggee(Debuggee.Builder builderForValue)

publicRegisterDebuggeeResponse.BuildersetDebuggee(Debuggee.BuilderbuilderForValue)

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Parameter
Name Description
builderForValue Debuggee.Builder
Returns
Type Description
RegisterDebuggeeResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicRegisterDebuggeeResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

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

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

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalRegisterDebuggeeResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

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.