Class Debuggee (1.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.60.0 (latest)
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
publicfinalclass DebuggeeextendsGeneratedMessageV3implementsDebuggeeOrBuilderRepresents 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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DebuggeeImplements
DebuggeeOrBuilderInherited Members
Static Fields
AGENT_VERSION_FIELD_NUMBER
publicstaticfinalintAGENT_VERSION_FIELD_NUMBERDESCRIPTION_FIELD_NUMBER
publicstaticfinalintDESCRIPTION_FIELD_NUMBEREXT_SOURCE_CONTEXTS_FIELD_NUMBER
publicstaticfinalintEXT_SOURCE_CONTEXTS_FIELD_NUMBERID_FIELD_NUMBER
publicstaticfinalintID_FIELD_NUMBERIS_DISABLED_FIELD_NUMBER
publicstaticfinalintIS_DISABLED_FIELD_NUMBERIS_INACTIVE_FIELD_NUMBER
publicstaticfinalintIS_INACTIVE_FIELD_NUMBERLABELS_FIELD_NUMBER
publicstaticfinalintLABELS_FIELD_NUMBERPROJECT_FIELD_NUMBER
publicstaticfinalintPROJECT_FIELD_NUMBERSOURCE_CONTEXTS_FIELD_NUMBER
publicstaticfinalintSOURCE_CONTEXTS_FIELD_NUMBERSTATUS_FIELD_NUMBER
publicstaticfinalintSTATUS_FIELD_NUMBERUNIQUIFIER_FIELD_NUMBER
publicstaticfinalintUNIQUIFIER_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticDebuggeegetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticDebuggee.BuildernewBuilder()newBuilder(Debuggee prototype)
publicstaticDebuggee.BuildernewBuilder(Debuggeeprototype)parseDelimitedFrom(InputStream input)
publicstaticDebuggeeparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDebuggeeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticDebuggeeparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticDebuggeeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticDebuggeeparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticDebuggeeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticDebuggeeparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDebuggeeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticDebuggeeparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDebuggeeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticDebuggeeparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticDebuggeeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<Debuggee>parser()Methods
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;
equals(Object obj)
publicbooleanequals(Objectobj)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;
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;
The bytes for agentVersion.
getDefaultInstanceForType()
publicDebuggeegetDefaultInstanceForType()getDescription()
publicStringgetDescription()Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.
string description = 4;
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;
The bytes for description.
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];
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];
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];
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];
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];
getId()
publicStringgetId()Unique identifier for the debuggee generated by the controller service.
string id = 1;
The id.
getIdBytes()
publicByteStringgetIdBytes()Unique identifier for the debuggee generated by the controller service.
string id = 1;
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;
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;
The isInactive.
getLabels()
publicMap<String,String>getLabels()Use #getLabelsMap() instead.
getLabelsCount()
publicintgetLabelsCount()A set of custom debuggee properties, populated by the agent, to be displayed to the user.
map<string, string> labels = 11;
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;
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;
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;
getParserForType()
publicParser<Debuggee>getParserForType()getProject()
publicStringgetProject()Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.
string project = 2;
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;
The bytes for project.
getSerializedSize()
publicintgetSerializedSize()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;
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;
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;
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;
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;
The status.
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;
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;
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;
The bytes for uniquifier.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()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;
Whether the status field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicDebuggee.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedDebuggee.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicDebuggee.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)