publicfinalclass DebuggeeextendsGeneratedMessageV3implementsDebuggeeOrBuilder
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
publicstaticfinalintAGENT_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintDESCRIPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EXT_SOURCE_CONTEXTS_FIELD_NUMBER
publicstaticfinalintEXT_SOURCE_CONTEXTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintIS_DISABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintIS_INACTIVE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintLABELS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintPROJECT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SOURCE_CONTEXTS_FIELD_NUMBER
publicstaticfinalintSOURCE_CONTEXTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintSTATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintUNIQUIFIER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticDebuggeegetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticDebuggee.BuildernewBuilder()
publicstaticDebuggee.BuildernewBuilder(Debuggeeprototype)
| Parameter |
| Name |
Description |
prototype |
Debuggee
|
publicstaticDebuggeeparseDelimitedFrom(InputStreaminput)
publicstaticDebuggeeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticDebuggeeparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticDebuggeeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticDebuggeeparseFrom(ByteStringdata)
publicstaticDebuggeeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticDebuggeeparseFrom(CodedInputStreaminput)
publicstaticDebuggeeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticDebuggeeparseFrom(InputStreaminput)
publicstaticDebuggeeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticDebuggeeparseFrom(ByteBufferdata)
publicstaticDebuggeeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<Debuggee>parser()
Methods
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
|
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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.
|
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.
|
publicDebuggeegetDefaultInstanceForType()
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.
|
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.
|
getExtSourceContexts(int index) (deprecated)
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
|
getExtSourceContextsCount() (deprecated)
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() (deprecated)
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];
getExtSourceContextsOrBuilder(int index) (deprecated)
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
|
getExtSourceContextsOrBuilderList() (deprecated)
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> |
Unique identifier for the debuggee generated by the controller service.
string id = 1;
| Returns |
| Type |
Description |
String |
The id.
|
publicByteStringgetIdBytes()
Unique identifier for the debuggee generated by the controller service.
string id = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for id.
|
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.
|
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.
|
publicMap<String,String>getLabels()
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 |
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;
publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)
A set of custom debuggee properties, populated by the agent, to be
displayed to the user.
map<string, string> labels = 11;
| Returns |
| Type |
Description |
String |
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 |
String |
publicParser<Debuggee>getParserForType()
Overrides
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.
|
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.
|
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
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
|
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;
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
|
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> |
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;
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;
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.
|
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.
|
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.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
protectedMapFieldinternalGetMapField(intnumber)
| Parameter |
| Name |
Description |
number |
int
|
Overrides
publicfinalbooleanisInitialized()
Overrides
publicDebuggee.BuildernewBuilderForType()
protectedDebuggee.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicDebuggee.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides