Class Debuggee.Builder (1.7.0)

publicstaticfinalclass Debuggee.BuilderextendsGeneratedMessageV3.Builder<Debuggee.Builder>implementsDebuggeeOrBuilder

Represents the debugged application. The application may include one or more replicated processes executing the same code. Each of these processes is attached with a debugger agent, carrying out the debugging commands. Agents attached to the same debuggee identify themselves as such by using exactly the same Debuggee message value when registering.

Protobuf type google.devtools.clouddebugger.v2.Debuggee

Implements

DebuggeeOrBuilder

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

addAllExtSourceContexts(Iterable<? extends ExtendedSourceContext> values)

publicDebuggee.BuilderaddAllExtSourceContexts(Iterable<?extendsExtendedSourceContext>values)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
values Iterable<? extends com.google.devtools.source.v1.ExtendedSourceContext>
Returns
Type Description

addAllSourceContexts(Iterable<? extends SourceContext> values)

publicDebuggee.BuilderaddAllSourceContexts(Iterable<?extendsSourceContext>values)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
values Iterable<? extends com.google.devtools.source.v1.SourceContext>
Returns
Type Description

addExtSourceContexts(ExtendedSourceContext value)

publicDebuggee.BuilderaddExtSourceContexts(ExtendedSourceContextvalue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
Returns
Type Description

addExtSourceContexts(ExtendedSourceContext.Builder builderForValue)

publicDebuggee.BuilderaddExtSourceContexts(ExtendedSourceContext.BuilderbuilderForValue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
Returns
Type Description

addExtSourceContexts(int index, ExtendedSourceContext value)

publicDebuggee.BuilderaddExtSourceContexts(intindex,ExtendedSourceContextvalue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameters
Name Description
index int
Returns
Type Description

addExtSourceContexts(int index, ExtendedSourceContext.Builder builderForValue)

publicDebuggee.BuilderaddExtSourceContexts(intindex,ExtendedSourceContext.BuilderbuilderForValue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameters
Name Description
index int
Returns
Type Description

addExtSourceContextsBuilder()

publicExtendedSourceContext.BuilderaddExtSourceContextsBuilder()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Returns
Type Description

addExtSourceContextsBuilder(int index)

publicExtendedSourceContext.BuilderaddExtSourceContextsBuilder(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
index int
Returns
Type Description

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addSourceContexts(SourceContext value)

publicDebuggee.BuilderaddSourceContexts(SourceContextvalue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
Returns
Type Description

addSourceContexts(SourceContext.Builder builderForValue)

publicDebuggee.BuilderaddSourceContexts(SourceContext.BuilderbuilderForValue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
builderForValue SourceContext.Builder
Returns
Type Description

addSourceContexts(int index, SourceContext value)

publicDebuggee.BuilderaddSourceContexts(intindex,SourceContextvalue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameters
Name Description
index int
Returns
Type Description

addSourceContexts(int index, SourceContext.Builder builderForValue)

publicDebuggee.BuilderaddSourceContexts(intindex,SourceContext.BuilderbuilderForValue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameters
Name Description
index int
builderForValue SourceContext.Builder
Returns
Type Description

addSourceContextsBuilder()

publicSourceContext.BuilderaddSourceContextsBuilder()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Returns
Type Description

addSourceContextsBuilder(int index)

publicSourceContext.BuilderaddSourceContextsBuilder(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
index int
Returns
Type Description

build()

publicDebuggeebuild()
Returns
Type Description

buildPartial()

publicDebuggeebuildPartial()
Returns
Type Description

clear()

publicDebuggee.Builderclear()
Returns
Type Description
Overrides

clearAgentVersion()

publicDebuggee.BuilderclearAgentVersion()

Version ID of the agent. Schema: domain/language-platform/vmajor.minor (for example google.com/java-gcp/v1.1).

string agent_version = 6;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clearDescription()

publicDebuggee.BuilderclearDescription()

Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.

string description = 4;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clearExtSourceContexts()

publicDebuggee.BuilderclearExtSourceContexts()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Returns
Type Description

clearField(Descriptors.FieldDescriptor field)

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

clearId()

publicDebuggee.BuilderclearId()

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clearIsDisabled()

publicDebuggee.BuilderclearIsDisabled()

If set to true, indicates that the agent should disable itself and detach from the debuggee.

bool is_disabled = 7;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clearIsInactive()

publicDebuggee.BuilderclearIsInactive()

If set to true, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.

bool is_inactive = 5;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clearLabels()

publicDebuggee.BuilderclearLabels()
Returns
Type Description

clearOneof(Descriptors.OneofDescriptor oneof)

publicDebuggee.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clearProject()

publicDebuggee.BuilderclearProject()

Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.

string project = 2;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clearSourceContexts()

publicDebuggee.BuilderclearSourceContexts()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Returns
Type Description

clearStatus()

publicDebuggee.BuilderclearStatus()

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Returns
Type Description

clearUniquifier()

publicDebuggee.BuilderclearUniquifier()

Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.

string uniquifier = 3;

Returns
Type Description
Debuggee.Builder

This builder for chaining.

clone()

publicDebuggee.Builderclone()
Returns
Type Description
Overrides

containsLabels(String key)

publicbooleancontainsLabels(Stringkey)

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Parameter
Name Description
key String
Returns
Type Description

getAgentVersion()

publicStringgetAgentVersion()

Version ID of the agent. Schema: domain/language-platform/vmajor.minor (for example google.com/java-gcp/v1.1).

string agent_version = 6;

Returns
Type Description
String

The agentVersion.

getAgentVersionBytes()

publicByteStringgetAgentVersionBytes()

Version ID of the agent. Schema: domain/language-platform/vmajor.minor (for example google.com/java-gcp/v1.1).

string agent_version = 6;

Returns
Type Description
ByteString

The bytes for agentVersion.

getDefaultInstanceForType()

publicDebuggeegetDefaultInstanceForType()
Returns
Type Description

getDescription()

publicStringgetDescription()

Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.

string description = 4;

Returns
Type Description
String

The description.

getDescriptionBytes()

publicByteStringgetDescriptionBytes()

Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.

string description = 4;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

getExtSourceContexts(int index)

publicExtendedSourceContextgetExtSourceContexts(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
index int
Returns
Type Description

getExtSourceContextsBuilder(int index)

publicExtendedSourceContext.BuildergetExtSourceContextsBuilder(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
index int
Returns
Type Description

getExtSourceContextsBuilderList()

publicList<ExtendedSourceContext.Builder>getExtSourceContextsBuilderList()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Returns
Type Description

getExtSourceContextsCount()

publicintgetExtSourceContextsCount()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Returns
Type Description
int

getExtSourceContextsList()

publicList<ExtendedSourceContext>getExtSourceContextsList()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Returns
Type Description

getExtSourceContextsOrBuilder(int index)

publicExtendedSourceContextOrBuildergetExtSourceContextsOrBuilder(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
index int
Returns
Type Description

getExtSourceContextsOrBuilderList()

publicList<?extendsExtendedSourceContextOrBuilder>getExtSourceContextsOrBuilderList()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Returns
Type Description
List<? extends com.google.devtools.source.v1.ExtendedSourceContextOrBuilder>

getId()

publicStringgetId()

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

publicByteStringgetIdBytes()

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getIsDisabled()

publicbooleangetIsDisabled()

If set to true, indicates that the agent should disable itself and detach from the debuggee.

bool is_disabled = 7;

Returns
Type Description
boolean

The isDisabled.

getIsInactive()

publicbooleangetIsInactive()

If set to true, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.

bool is_inactive = 5;

Returns
Type Description
boolean

The isInactive.

getLabels()

publicMap<String,String>getLabels()

Use #getLabelsMap() instead.

Returns
Type Description

getLabelsCount()

publicintgetLabelsCount()

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Returns
Type Description
int

getLabelsMap()

publicMap<String,String>getLabelsMap()

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Returns
Type Description

getLabelsOrDefault(String key, String defaultValue)

publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description

getLabelsOrThrow(String key)

publicStringgetLabelsOrThrow(Stringkey)

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Parameter
Name Description
key String
Returns
Type Description

getMutableLabels()

publicMap<String,String>getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description

getProject()

publicStringgetProject()

Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.

string project = 2;

Returns
Type Description
String

The project.

getProjectBytes()

publicByteStringgetProjectBytes()

Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.

string project = 2;

Returns
Type Description
ByteString

The bytes for project.

getSourceContexts(int index)

publicSourceContextgetSourceContexts(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
index int
Returns
Type Description

getSourceContextsBuilder(int index)

publicSourceContext.BuildergetSourceContextsBuilder(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
index int
Returns
Type Description

getSourceContextsBuilderList()

publicList<SourceContext.Builder>getSourceContextsBuilderList()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Returns
Type Description

getSourceContextsCount()

publicintgetSourceContextsCount()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Returns
Type Description
int

getSourceContextsList()

publicList<SourceContext>getSourceContextsList()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Returns
Type Description

getSourceContextsOrBuilder(int index)

publicSourceContextOrBuildergetSourceContextsOrBuilder(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
index int
Returns
Type Description

getSourceContextsOrBuilderList()

publicList<?extendsSourceContextOrBuilder>getSourceContextsOrBuilderList()

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Returns
Type Description
List<? extends com.google.devtools.source.v1.SourceContextOrBuilder>

getStatus()

publicStatusMessagegetStatus()

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Returns
Type Description
StatusMessage

The status.

getStatusBuilder()

publicStatusMessage.BuildergetStatusBuilder()

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Returns
Type Description

getStatusOrBuilder()

publicStatusMessageOrBuildergetStatusOrBuilder()

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Returns
Type Description

getUniquifier()

publicStringgetUniquifier()

Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.

string uniquifier = 3;

Returns
Type Description
String

The uniquifier.

getUniquifierBytes()

publicByteStringgetUniquifierBytes()

Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.

string uniquifier = 3;

Returns
Type Description
ByteString

The bytes for uniquifier.

hasStatus()

publicbooleanhasStatus()

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Returns
Type Description
boolean

Whether the status field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

internalGetMapField(int number)

protectedMapFieldinternalGetMapField(intnumber)
Parameter
Name Description
number int
Returns
Type Description
Overrides

internalGetMutableMapField(int number)

protectedMapFieldinternalGetMutableMapField(intnumber)
Parameter
Name Description
number int
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(Debuggee other)

publicDebuggee.BuildermergeFrom(Debuggeeother)
Parameter
Name Description
other Debuggee
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeStatus(StatusMessage value)

publicDebuggee.BuildermergeStatus(StatusMessagevalue)

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Parameter
Name Description
Returns
Type Description

mergeUnknownFields(UnknownFieldSet unknownFields)

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

putAllLabels(Map<String,String> values)

publicDebuggee.BuilderputAllLabels(Map<String,String>values)

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Parameter
Name Description
values Map<String,String>
Returns
Type Description

putLabels(String key, String value)

publicDebuggee.BuilderputLabels(Stringkey,Stringvalue)

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Parameters
Name Description
key String
value String
Returns
Type Description

removeExtSourceContexts(int index)

publicDebuggee.BuilderremoveExtSourceContexts(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameter
Name Description
index int
Returns
Type Description

removeLabels(String key)

publicDebuggee.BuilderremoveLabels(Stringkey)

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 11;

Parameter
Name Description
key String
Returns
Type Description

removeSourceContexts(int index)

publicDebuggee.BuilderremoveSourceContexts(intindex)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameter
Name Description
index int
Returns
Type Description

setAgentVersion(String value)

publicDebuggee.BuildersetAgentVersion(Stringvalue)

Version ID of the agent. Schema: domain/language-platform/vmajor.minor (for example google.com/java-gcp/v1.1).

string agent_version = 6;

Parameter
Name Description
value String

The agentVersion to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setAgentVersionBytes(ByteString value)

publicDebuggee.BuildersetAgentVersionBytes(ByteStringvalue)

Version ID of the agent. Schema: domain/language-platform/vmajor.minor (for example google.com/java-gcp/v1.1).

string agent_version = 6;

Parameter
Name Description
value ByteString

The bytes for agentVersion to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setDescription(String value)

publicDebuggee.BuildersetDescription(Stringvalue)

Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.

string description = 4;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

publicDebuggee.BuildersetDescriptionBytes(ByteStringvalue)

Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.

string description = 4;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setExtSourceContexts(int index, ExtendedSourceContext value)

publicDebuggee.BuildersetExtSourceContexts(intindex,ExtendedSourceContextvalue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameters
Name Description
index int
Returns
Type Description

setExtSourceContexts(int index, ExtendedSourceContext.Builder builderForValue)

publicDebuggee.BuildersetExtSourceContexts(intindex,ExtendedSourceContext.BuilderbuilderForValue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.ExtendedSourceContext ext_source_contexts = 13 [deprecated = true];

Parameters
Name Description
index int
Returns
Type Description

setField(Descriptors.FieldDescriptor field, Object value)

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

setId(String value)

publicDebuggee.BuildersetId(Stringvalue)

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Parameter
Name Description
value String

The id to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setIdBytes(ByteString value)

publicDebuggee.BuildersetIdBytes(ByteStringvalue)

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Parameter
Name Description
value ByteString

The bytes for id to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setIsDisabled(boolean value)

publicDebuggee.BuildersetIsDisabled(booleanvalue)

If set to true, indicates that the agent should disable itself and detach from the debuggee.

bool is_disabled = 7;

Parameter
Name Description
value boolean

The isDisabled to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setIsInactive(boolean value)

publicDebuggee.BuildersetIsInactive(booleanvalue)

If set to true, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.

bool is_inactive = 5;

Parameter
Name Description
value boolean

The isInactive to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setProject(String value)

publicDebuggee.BuildersetProject(Stringvalue)

Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.

string project = 2;

Parameter
Name Description
value String

The project to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setProjectBytes(ByteString value)

publicDebuggee.BuildersetProjectBytes(ByteStringvalue)

Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.

string project = 2;

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

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

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

setSourceContexts(int index, SourceContext value)

publicDebuggee.BuildersetSourceContexts(intindex,SourceContextvalue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameters
Name Description
index int
Returns
Type Description

setSourceContexts(int index, SourceContext.Builder builderForValue)

publicDebuggee.BuildersetSourceContexts(intindex,SourceContext.BuilderbuilderForValue)

References to the locations and revisions of the source code used in the deployed application.

repeated .google.devtools.source.v1.SourceContext source_contexts = 9;

Parameters
Name Description
index int
builderForValue SourceContext.Builder
Returns
Type Description

setStatus(StatusMessage value)

publicDebuggee.BuildersetStatus(StatusMessagevalue)

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Parameter
Name Description
Returns
Type Description

setStatus(StatusMessage.Builder builderForValue)

publicDebuggee.BuildersetStatus(StatusMessage.BuilderbuilderForValue)

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

.google.devtools.clouddebugger.v2.StatusMessage status = 8;

Parameter
Name Description
builderForValue StatusMessage.Builder
Returns
Type Description

setUniquifier(String value)

publicDebuggee.BuildersetUniquifier(Stringvalue)

Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.

string uniquifier = 3;

Parameter
Name Description
value String

The uniquifier to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setUniquifierBytes(ByteString value)

publicDebuggee.BuildersetUniquifierBytes(ByteStringvalue)

Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.

string uniquifier = 3;

Parameter
Name Description
value ByteString

The bytes for uniquifier to set.

Returns
Type Description
Debuggee.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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