Interface DebuggeeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Debuggee, Debuggee.Builder

    public interface DebuggeeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getId

        String getId()
         Unique identifier for the debuggee generated by the controller service.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Unique identifier for the debuggee generated by the controller service.
         
        string id = 1;
        Returns:
        The bytes for id.
      • getProject

        String getProject()
         Project the debuggee is associated with.
         Use project number or id when registering a Google Cloud Platform project.
         
        string project = 2;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Project the debuggee is associated with.
         Use project number or id when registering a Google Cloud Platform project.
         
        string project = 2;
        Returns:
        The bytes for project.
      • getUniquifier

        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:
        The uniquifier.
      • getUniquifierBytes

        com.google.protobuf.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:
        The bytes for uniquifier.
      • getDescription

        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:
        The description.
      • getDescriptionBytes

        com.google.protobuf.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:
        The bytes for description.
      • getIsInactive

        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:
        The isInactive.
      • getAgentVersion

        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:
        The agentVersion.
      • getAgentVersionBytes

        com.google.protobuf.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:
        The bytes for agentVersion.
      • getIsDisabled

        boolean getIsDisabled()
         If set to `true`, indicates that the agent should disable itself and
         detach from the debuggee.
         
        bool is_disabled = 7;
        Returns:
        The isDisabled.
      • hasStatus

        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:
        Whether the status field is set.
      • getStatus

        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:
        The status.
      • getStatusOrBuilder

        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;
      • getSourceContextsList

        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;
      • getSourceContexts

        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;
      • getSourceContextsCount

        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;
      • getSourceContextsOrBuilderList

        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;
      • getSourceContextsOrBuilder

        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;
      • getExtSourceContextsList

        @Deprecated
        List<ExtendedSourceContext> getExtSourceContextsList()
        Deprecated.
         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];
      • getExtSourceContexts

        @Deprecated
        ExtendedSourceContext getExtSourceContexts​(int index)
        Deprecated.
         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

        @Deprecated
        int getExtSourceContextsCount()
        Deprecated.
         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

        @Deprecated
        List<? extends ExtendedSourceContextOrBuilder> getExtSourceContextsOrBuilderList()
        Deprecated.
         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

        @Deprecated
        ExtendedSourceContextOrBuilder getExtSourceContextsOrBuilder​(int index)
        Deprecated.
         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];
      • getLabelsCount

        int getLabelsCount()
         A set of custom debuggee properties, populated by the agent, to be
         displayed to the user.
         
        map<string, string> labels = 11;
      • containsLabels

        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;
      • getLabelsMap

        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;
      • getLabelsOrDefault

        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;
      • getLabelsOrThrow

        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;