Class Debuggee.Builder (1.41.0)

public static final class Debuggee.Builder extends GeneratedMessageV3.Builder<Debuggee.Builder> implements DebuggeeOrBuilder

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllExtSourceContexts(Iterable<? extends ExtendedSourceContext> values) (deprecated)

public Debuggee.Builder addAllExtSourceContexts(Iterable<? extends ExtendedSourceContext> 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
NameDescription
valuesIterable<? extends com.google.devtools.source.v1.ExtendedSourceContext>
Returns
TypeDescription
Debuggee.Builder

addAllSourceContexts(Iterable<? extends SourceContext> values)

public Debuggee.Builder addAllSourceContexts(Iterable<? extends SourceContext> 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
NameDescription
valuesIterable<? extends com.google.devtools.source.v1.SourceContext>
Returns
TypeDescription
Debuggee.Builder

addExtSourceContexts(ExtendedSourceContext value) (deprecated)

public Debuggee.Builder addExtSourceContexts(ExtendedSourceContext value)

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
NameDescription
valueExtendedSourceContext
Returns
TypeDescription
Debuggee.Builder

addExtSourceContexts(ExtendedSourceContext.Builder builderForValue) (deprecated)

public Debuggee.Builder addExtSourceContexts(ExtendedSourceContext.Builder builderForValue)

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
NameDescription
builderForValueExtendedSourceContext.Builder
Returns
TypeDescription
Debuggee.Builder

addExtSourceContexts(int index, ExtendedSourceContext value) (deprecated)

public Debuggee.Builder addExtSourceContexts(int index, ExtendedSourceContext value)

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
NameDescription
indexint
valueExtendedSourceContext
Returns
TypeDescription
Debuggee.Builder

addExtSourceContexts(int index, ExtendedSourceContext.Builder builderForValue) (deprecated)

public Debuggee.Builder addExtSourceContexts(int index, ExtendedSourceContext.Builder builderForValue)

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
NameDescription
indexint
builderForValueExtendedSourceContext.Builder
Returns
TypeDescription
Debuggee.Builder

addExtSourceContextsBuilder() (deprecated)

public ExtendedSourceContext.Builder addExtSourceContextsBuilder()

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
TypeDescription
ExtendedSourceContext.Builder

addExtSourceContextsBuilder(int index) (deprecated)

public ExtendedSourceContext.Builder addExtSourceContextsBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
ExtendedSourceContext.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Debuggee.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Debuggee.Builder
Overrides

addSourceContexts(SourceContext value)

public Debuggee.Builder addSourceContexts(SourceContext value)

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
NameDescription
valueSourceContext
Returns
TypeDescription
Debuggee.Builder

addSourceContexts(SourceContext.Builder builderForValue)

public Debuggee.Builder addSourceContexts(SourceContext.Builder builderForValue)

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
NameDescription
builderForValueSourceContext.Builder
Returns
TypeDescription
Debuggee.Builder

addSourceContexts(int index, SourceContext value)

public Debuggee.Builder addSourceContexts(int index, SourceContext value)

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
NameDescription
indexint
valueSourceContext
Returns
TypeDescription
Debuggee.Builder

addSourceContexts(int index, SourceContext.Builder builderForValue)

public Debuggee.Builder addSourceContexts(int index, SourceContext.Builder builderForValue)

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
NameDescription
indexint
builderForValueSourceContext.Builder
Returns
TypeDescription
Debuggee.Builder

addSourceContextsBuilder()

public SourceContext.Builder addSourceContextsBuilder()

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
TypeDescription
SourceContext.Builder

addSourceContextsBuilder(int index)

public SourceContext.Builder addSourceContextsBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
SourceContext.Builder

build()

public Debuggee build()
Returns
TypeDescription
Debuggee

buildPartial()

public Debuggee buildPartial()
Returns
TypeDescription
Debuggee

clear()

public Debuggee.Builder clear()
Returns
TypeDescription
Debuggee.Builder
Overrides

clearAgentVersion()

public Debuggee.Builder clearAgentVersion()

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

string agent_version = 6;

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

clearDescription()

public Debuggee.Builder clearDescription()

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

string description = 4;

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

clearExtSourceContexts() (deprecated)

public Debuggee.Builder clearExtSourceContexts()

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
TypeDescription
Debuggee.Builder

clearField(Descriptors.FieldDescriptor field)

public Debuggee.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Debuggee.Builder
Overrides

clearId()

public Debuggee.Builder clearId()

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

clearIsDisabled()

public Debuggee.Builder clearIsDisabled()

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

bool is_disabled = 7;

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

clearIsInactive()

public Debuggee.Builder clearIsInactive()

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
TypeDescription
Debuggee.Builder

This builder for chaining.

clearLabels()

public Debuggee.Builder clearLabels()
Returns
TypeDescription
Debuggee.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public Debuggee.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Debuggee.Builder
Overrides

clearProject()

public Debuggee.Builder clearProject()

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

string project = 2;

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

clearSourceContexts()

public Debuggee.Builder clearSourceContexts()

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
TypeDescription
Debuggee.Builder

clearStatus()

public Debuggee.Builder clearStatus()

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
TypeDescription
Debuggee.Builder

clearUniquifier()

public Debuggee.Builder clearUniquifier()

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
TypeDescription
Debuggee.Builder

This builder for chaining.

clone()

public Debuggee.Builder clone()
Returns
TypeDescription
Debuggee.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

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

map<string, string> labels = 11;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAgentVersion()

public String getAgentVersion()

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

string agent_version = 6;

Returns
TypeDescription
String

The agentVersion.

getAgentVersionBytes()

public ByteString getAgentVersionBytes()

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

string agent_version = 6;

Returns
TypeDescription
ByteString

The bytes for agentVersion.

getDefaultInstanceForType()

public Debuggee getDefaultInstanceForType()
Returns
TypeDescription
Debuggee

getDescription()

public String getDescription()

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

string description = 4;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

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

string description = 4;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExtSourceContexts(int index) (deprecated)

public ExtendedSourceContext getExtSourceContexts(int index)

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
NameDescription
indexint
Returns
TypeDescription
ExtendedSourceContext

getExtSourceContextsBuilder(int index) (deprecated)

public ExtendedSourceContext.Builder getExtSourceContextsBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
ExtendedSourceContext.Builder

getExtSourceContextsBuilderList() (deprecated)

public List<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
TypeDescription
List<Builder>

getExtSourceContextsCount() (deprecated)

public int getExtSourceContextsCount()

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
TypeDescription
int

getExtSourceContextsList() (deprecated)

public List<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
TypeDescription
List<ExtendedSourceContext>

getExtSourceContextsOrBuilder(int index) (deprecated)

public ExtendedSourceContextOrBuilder getExtSourceContextsOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
ExtendedSourceContextOrBuilder

getExtSourceContextsOrBuilderList() (deprecated)

public List<? extends ExtendedSourceContextOrBuilder> 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
TypeDescription
List<? extends com.google.devtools.source.v1.ExtendedSourceContextOrBuilder>

getId()

public String getId()

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getIsDisabled()

public boolean getIsDisabled()

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

bool is_disabled = 7;

Returns
TypeDescription
boolean

The isDisabled.

getIsInactive()

public boolean getIsInactive()

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
TypeDescription
boolean

The isInactive.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

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

map<string, string> labels = 11;

Returns
TypeDescription
int

getLabelsMap()

public Map<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
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

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

map<string, string> labels = 11;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

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

map<string, string> labels = 11;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getProject()

public String getProject()

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

string project = 2;

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

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

string project = 2;

Returns
TypeDescription
ByteString

The bytes for project.

getSourceContexts(int index)

public SourceContext getSourceContexts(int index)

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
NameDescription
indexint
Returns
TypeDescription
SourceContext

getSourceContextsBuilder(int index)

public SourceContext.Builder getSourceContextsBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
SourceContext.Builder

getSourceContextsBuilderList()

public List<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
TypeDescription
List<Builder>

getSourceContextsCount()

public int getSourceContextsCount()

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
TypeDescription
int

getSourceContextsList()

public List<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
TypeDescription
List<SourceContext>

getSourceContextsOrBuilder(int index)

public SourceContextOrBuilder getSourceContextsOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
SourceContextOrBuilder

getSourceContextsOrBuilderList()

public List<? extends SourceContextOrBuilder> 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
TypeDescription
List<? extends com.google.devtools.source.v1.SourceContextOrBuilder>

getStatus()

public StatusMessage getStatus()

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
TypeDescription
StatusMessage

The status.

getStatusBuilder()

public StatusMessage.Builder getStatusBuilder()

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
TypeDescription
StatusMessage.Builder

getStatusOrBuilder()

public StatusMessageOrBuilder getStatusOrBuilder()

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
TypeDescription
StatusMessageOrBuilder

getUniquifier()

public String getUniquifier()

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
TypeDescription
String

The uniquifier.

getUniquifierBytes()

public ByteString getUniquifierBytes()

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
TypeDescription
ByteString

The bytes for uniquifier.

hasStatus()

public boolean hasStatus()

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
TypeDescription
boolean

Whether the status field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Debuggee other)

public Debuggee.Builder mergeFrom(Debuggee other)
Parameter
NameDescription
otherDebuggee
Returns
TypeDescription
Debuggee.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Debuggee.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Debuggee.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Debuggee.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Debuggee.Builder
Overrides

mergeStatus(StatusMessage value)

public Debuggee.Builder mergeStatus(StatusMessage value)

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
NameDescription
valueStatusMessage
Returns
TypeDescription
Debuggee.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Debuggee.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Debuggee.Builder
Overrides

putAllLabels(Map<String,String> values)

public Debuggee.Builder putAllLabels(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
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Debuggee.Builder

putLabels(String key, String value)

public Debuggee.Builder putLabels(String key, String value)

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

map<string, string> labels = 11;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Debuggee.Builder

removeExtSourceContexts(int index) (deprecated)

public Debuggee.Builder removeExtSourceContexts(int index)

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
NameDescription
indexint
Returns
TypeDescription
Debuggee.Builder

removeLabels(String key)

public Debuggee.Builder removeLabels(String key)

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

map<string, string> labels = 11;

Parameter
NameDescription
keyString
Returns
TypeDescription
Debuggee.Builder

removeSourceContexts(int index)

public Debuggee.Builder removeSourceContexts(int index)

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
NameDescription
indexint
Returns
TypeDescription
Debuggee.Builder

setAgentVersion(String value)

public Debuggee.Builder setAgentVersion(String value)

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

string agent_version = 6;

Parameter
NameDescription
valueString

The agentVersion to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setAgentVersionBytes(ByteString value)

public Debuggee.Builder setAgentVersionBytes(ByteString value)

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

string agent_version = 6;

Parameter
NameDescription
valueByteString

The bytes for agentVersion to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setDescription(String value)

public Debuggee.Builder setDescription(String value)

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

string description = 4;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Debuggee.Builder setDescriptionBytes(ByteString value)

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

string description = 4;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setExtSourceContexts(int index, ExtendedSourceContext value) (deprecated)

public Debuggee.Builder setExtSourceContexts(int index, ExtendedSourceContext value)

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
NameDescription
indexint
valueExtendedSourceContext
Returns
TypeDescription
Debuggee.Builder

setExtSourceContexts(int index, ExtendedSourceContext.Builder builderForValue) (deprecated)

public Debuggee.Builder setExtSourceContexts(int index, ExtendedSourceContext.Builder builderForValue)

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
NameDescription
indexint
builderForValueExtendedSourceContext.Builder
Returns
TypeDescription
Debuggee.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Debuggee.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Debuggee.Builder
Overrides

setId(String value)

public Debuggee.Builder setId(String value)

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setIdBytes(ByteString value)

public Debuggee.Builder setIdBytes(ByteString value)

Unique identifier for the debuggee generated by the controller service.

string id = 1;

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setIsDisabled(boolean value)

public Debuggee.Builder setIsDisabled(boolean value)

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

bool is_disabled = 7;

Parameter
NameDescription
valueboolean

The isDisabled to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setIsInactive(boolean value)

public Debuggee.Builder setIsInactive(boolean value)

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
NameDescription
valueboolean

The isInactive to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setProject(String value)

public Debuggee.Builder setProject(String value)

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

string project = 2;

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public Debuggee.Builder setProjectBytes(ByteString value)

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

string project = 2;

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

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

public Debuggee.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Debuggee.Builder
Overrides

setSourceContexts(int index, SourceContext value)

public Debuggee.Builder setSourceContexts(int index, SourceContext value)

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
NameDescription
indexint
valueSourceContext
Returns
TypeDescription
Debuggee.Builder

setSourceContexts(int index, SourceContext.Builder builderForValue)

public Debuggee.Builder setSourceContexts(int index, SourceContext.Builder builderForValue)

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
NameDescription
indexint
builderForValueSourceContext.Builder
Returns
TypeDescription
Debuggee.Builder

setStatus(StatusMessage value)

public Debuggee.Builder setStatus(StatusMessage value)

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
NameDescription
valueStatusMessage
Returns
TypeDescription
Debuggee.Builder

setStatus(StatusMessage.Builder builderForValue)

public Debuggee.Builder setStatus(StatusMessage.Builder builderForValue)

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
NameDescription
builderForValueStatusMessage.Builder
Returns
TypeDescription
Debuggee.Builder

setUniquifier(String value)

public Debuggee.Builder setUniquifier(String value)

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
NameDescription
valueString

The uniquifier to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setUniquifierBytes(ByteString value)

public Debuggee.Builder setUniquifierBytes(ByteString value)

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
NameDescription
valueByteString

The bytes for uniquifier to set.

Returns
TypeDescription
Debuggee.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Debuggee.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Debuggee.Builder
Overrides