Class Debuggee
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.clouddebugger.v2.Debuggee
-
- All Implemented Interfaces:
DebuggeeOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class Debuggee extends com.google.protobuf.GeneratedMessageV3 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 typegoogle.devtools.clouddebugger.v2.Debuggee- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebuggee.BuilderRepresents the debugged application.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAGENT_VERSION_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intEXT_SOURCE_CONTEXTS_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intIS_DISABLED_FIELD_NUMBERstatic intIS_INACTIVE_FIELD_NUMBERstatic intLABELS_FIELD_NUMBERstatic intPROJECT_FIELD_NUMBERstatic intSOURCE_CONTEXTS_FIELD_NUMBERstatic intSTATUS_FIELD_NUMBERstatic intUNIQUIFIER_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)A set of custom debuggee properties, populated by the agent, to be displayed to the user.booleanequals(Object obj)StringgetAgentVersion()Version ID of the agent.com.google.protobuf.ByteStringgetAgentVersionBytes()Version ID of the agent.static DebuggeegetDefaultInstance()DebuggeegetDefaultInstanceForType()StringgetDescription()Human readable description of the debuggee.com.google.protobuf.ByteStringgetDescriptionBytes()Human readable description of the debuggee.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ExtendedSourceContextgetExtSourceContexts(int index)Deprecated.intgetExtSourceContextsCount()Deprecated.List<ExtendedSourceContext>getExtSourceContextsList()Deprecated.ExtendedSourceContextOrBuildergetExtSourceContextsOrBuilder(int index)Deprecated.List<? extends ExtendedSourceContextOrBuilder>getExtSourceContextsOrBuilderList()Deprecated.StringgetId()Unique identifier for the debuggee generated by the controller service.com.google.protobuf.ByteStringgetIdBytes()Unique identifier for the debuggee generated by the controller service.booleangetIsDisabled()If set to `true`, indicates that the agent should disable itself and detach from the debuggee.booleangetIsInactive()If set to `true`, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.Map<String,String>getLabels()Deprecated.intgetLabelsCount()A set of custom debuggee properties, populated by the agent, to be displayed to the user.Map<String,String>getLabelsMap()A set of custom debuggee properties, populated by the agent, to be displayed to the user.StringgetLabelsOrDefault(String key, String defaultValue)A set of custom debuggee properties, populated by the agent, to be displayed to the user.StringgetLabelsOrThrow(String key)A set of custom debuggee properties, populated by the agent, to be displayed to the user.com.google.protobuf.Parser<Debuggee>getParserForType()StringgetProject()Project the debuggee is associated with.com.google.protobuf.ByteStringgetProjectBytes()Project the debuggee is associated with.intgetSerializedSize()SourceContextgetSourceContexts(int index)References to the locations and revisions of the source code used in the deployed application.intgetSourceContextsCount()References to the locations and revisions of the source code used in the deployed application.List<SourceContext>getSourceContextsList()References to the locations and revisions of the source code used in the deployed application.SourceContextOrBuildergetSourceContextsOrBuilder(int index)References to the locations and revisions of the source code used in the deployed application.List<? extends SourceContextOrBuilder>getSourceContextsOrBuilderList()References to the locations and revisions of the source code used in the deployed application.StatusMessagegetStatus()Human readable message to be displayed to the user about this debuggee.StatusMessageOrBuildergetStatusOrBuilder()Human readable message to be displayed to the user about this debuggee.StringgetUniquifier()Uniquifier to further distinguish the application.com.google.protobuf.ByteStringgetUniquifierBytes()Uniquifier to further distinguish the application.inthashCode()booleanhasStatus()Human readable message to be displayed to the user about this debuggee.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static Debuggee.BuildernewBuilder()static Debuggee.BuildernewBuilder(Debuggee prototype)Debuggee.BuildernewBuilderForType()protected Debuggee.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static DebuggeeparseDelimitedFrom(InputStream input)static DebuggeeparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeparseFrom(byte[] data)static DebuggeeparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeparseFrom(com.google.protobuf.ByteString data)static DebuggeeparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeparseFrom(com.google.protobuf.CodedInputStream input)static DebuggeeparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeparseFrom(InputStream input)static DebuggeeparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeparseFrom(ByteBuffer data)static DebuggeeparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Debuggee>parser()Debuggee.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNIQUIFIER_FIELD_NUMBER
public static final int UNIQUIFIER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_INACTIVE_FIELD_NUMBER
public static final int IS_INACTIVE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AGENT_VERSION_FIELD_NUMBER
public static final int AGENT_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_DISABLED_FIELD_NUMBER
public static final int IS_DISABLED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_CONTEXTS_FIELD_NUMBER
public static final int SOURCE_CONTEXTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXT_SOURCE_CONTEXTS_FIELD_NUMBER
public static final int EXT_SOURCE_CONTEXTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getId
public String getId()
Unique identifier for the debuggee generated by the controller service.
string id = 1;- Specified by:
getIdin interfaceDebuggeeOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Unique identifier for the debuggee generated by the controller service.
string id = 1;- Specified by:
getIdBytesin interfaceDebuggeeOrBuilder- Returns:
- The bytes for id.
-
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;- Specified by:
getProjectin interfaceDebuggeeOrBuilder- Returns:
- The project.
-
getProjectBytes
public 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;- Specified by:
getProjectBytesin interfaceDebuggeeOrBuilder- Returns:
- The bytes for project.
-
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;- Specified by:
getUniquifierin interfaceDebuggeeOrBuilder- Returns:
- The uniquifier.
-
getUniquifierBytes
public 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;- Specified by:
getUniquifierBytesin interfaceDebuggeeOrBuilder- Returns:
- The bytes for uniquifier.
-
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;- Specified by:
getDescriptionin interfaceDebuggeeOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public 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;- Specified by:
getDescriptionBytesin interfaceDebuggeeOrBuilder- Returns:
- The bytes for description.
-
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;- Specified by:
getIsInactivein interfaceDebuggeeOrBuilder- Returns:
- The isInactive.
-
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;- Specified by:
getAgentVersionin interfaceDebuggeeOrBuilder- Returns:
- The agentVersion.
-
getAgentVersionBytes
public 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;- Specified by:
getAgentVersionBytesin interfaceDebuggeeOrBuilder- Returns:
- The bytes for agentVersion.
-
getIsDisabled
public boolean getIsDisabled()
If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
bool is_disabled = 7;- Specified by:
getIsDisabledin interfaceDebuggeeOrBuilder- Returns:
- The isDisabled.
-
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;- Specified by:
hasStatusin interfaceDebuggeeOrBuilder- Returns:
- Whether the status field is set.
-
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;- Specified by:
getStatusin interfaceDebuggeeOrBuilder- Returns:
- The status.
-
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;- Specified by:
getStatusOrBuilderin interfaceDebuggeeOrBuilder
-
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;- Specified by:
getSourceContextsListin interfaceDebuggeeOrBuilder
-
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;- Specified by:
getSourceContextsOrBuilderListin interfaceDebuggeeOrBuilder
-
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;- Specified by:
getSourceContextsCountin interfaceDebuggeeOrBuilder
-
getSourceContexts
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;- Specified by:
getSourceContextsin interfaceDebuggeeOrBuilder
-
getSourceContextsOrBuilder
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;- Specified by:
getSourceContextsOrBuilderin interfaceDebuggeeOrBuilder
-
getExtSourceContextsList
@Deprecated public 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];- Specified by:
getExtSourceContextsListin interfaceDebuggeeOrBuilder
-
getExtSourceContextsOrBuilderList
@Deprecated public 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];- Specified by:
getExtSourceContextsOrBuilderListin interfaceDebuggeeOrBuilder
-
getExtSourceContextsCount
@Deprecated public 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];- Specified by:
getExtSourceContextsCountin interfaceDebuggeeOrBuilder
-
getExtSourceContexts
@Deprecated public 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];- Specified by:
getExtSourceContextsin interfaceDebuggeeOrBuilder
-
getExtSourceContextsOrBuilder
@Deprecated public 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];- Specified by:
getExtSourceContextsOrBuilderin interfaceDebuggeeOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:DebuggeeOrBuilderA set of custom debuggee properties, populated by the agent, to be displayed to the user.
map<string, string> labels = 11;- Specified by:
getLabelsCountin interfaceDebuggeeOrBuilder
-
containsLabels
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;- Specified by:
containsLabelsin interfaceDebuggeeOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceDebuggeeOrBuilder
-
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;- Specified by:
getLabelsMapin interfaceDebuggeeOrBuilder
-
getLabelsOrDefault
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;- Specified by:
getLabelsOrDefaultin interfaceDebuggeeOrBuilder
-
getLabelsOrThrow
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;- Specified by:
getLabelsOrThrowin interfaceDebuggeeOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Debuggee parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Debuggee parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Debuggee parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Debuggee parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Debuggee parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Debuggee parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Debuggee parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Debuggee parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Debuggee parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Debuggee parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Debuggee parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Debuggee parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Debuggee.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Debuggee.Builder newBuilder()
-
newBuilder
public static Debuggee.Builder newBuilder(Debuggee prototype)
-
toBuilder
public Debuggee.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Debuggee.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Debuggee getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Debuggee> parser()
-
getParserForType
public com.google.protobuf.Parser<Debuggee> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Debuggee getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-