Class: Google::Devtools::Clouddebugger::V2::Debuggee
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::Debuggee
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb
Overview
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.
Instance Attribute Summary collapse
-
#agent_version ⇒ String
Version ID of the agent.
-
#description ⇒ String
Human readable description of the debuggee.
-
#ext_source_contexts ⇒ Array<Google::Devtools::Source::V1::ExtendedSourceContext>
References to the locations and revisions of the source code used in the deployed application.
-
#id ⇒ String
Unique identifier for the debuggee generated by the controller service.
-
#is_disabled ⇒ true, false
If set to +true+, indicates that the agent should disable itself and detach from the debuggee.
-
#is_inactive ⇒ true, false
If set to +true+, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.
-
#labels ⇒ Hash{String => String}
A set of custom debuggee properties, populated by the agent, to be displayed to the user.
-
#project ⇒ String
Project the debuggee is associated with.
-
#source_contexts ⇒ Array<Google::Devtools::Source::V1::SourceContext>
References to the locations and revisions of the source code used in the deployed application.
-
#status ⇒ Google::Devtools::Clouddebugger::V2::StatusMessage
Human readable message to be displayed to the user about this debuggee.
-
#uniquifier ⇒ String
Uniquifier to further distiguish the application.
Instance Attribute Details
#agent_version ⇒ String
Returns Version ID of the agent. Schema: +domain/language-platform/vmajor.minor+ (for example +google.com/java-gcp/v1.1+).
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#description ⇒ String
Returns Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#ext_source_contexts ⇒ Array<Google::Devtools::Source::V1::ExtendedSourceContext>
Returns References to the locations and revisions of the source code used in the deployed application.
NOTE: this field is experimental and can be ignored.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#id ⇒ String
Returns Unique identifier for the debuggee generated by the controller service.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#is_disabled ⇒ true, false
Returns If set to +true+, indicates that the agent should disable itself and detach from the debuggee.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#is_inactive ⇒ true, false
Returns If set to +true+, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#labels ⇒ Hash{String => String}
Returns A set of custom debuggee properties, populated by the agent, to be displayed to the user.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#project ⇒ String
Returns Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#source_contexts ⇒ Array<Google::Devtools::Source::V1::SourceContext>
Returns References to the locations and revisions of the source code used in the deployed application.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#status ⇒ Google::Devtools::Clouddebugger::V2::StatusMessage
Returns 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.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |
#uniquifier ⇒ String
Returns Uniquifier to further distiguish 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 distiguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.
434 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 434 class Debuggee; end |