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 class
Debuggee.Builder
Represents 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 int
AGENT_VERSION_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
EXT_SOURCE_CONTEXTS_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
IS_DISABLED_FIELD_NUMBER
static int
IS_INACTIVE_FIELD_NUMBER
static int
LABELS_FIELD_NUMBER
static int
PROJECT_FIELD_NUMBER
static int
SOURCE_CONTEXTS_FIELD_NUMBER
static int
STATUS_FIELD_NUMBER
static int
UNIQUIFIER_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsLabels(String key)
A set of custom debuggee properties, populated by the agent, to be displayed to the user.boolean
equals(Object obj)
String
getAgentVersion()
Version ID of the agent.com.google.protobuf.ByteString
getAgentVersionBytes()
Version ID of the agent.static Debuggee
getDefaultInstance()
Debuggee
getDefaultInstanceForType()
String
getDescription()
Human readable description of the debuggee.com.google.protobuf.ByteString
getDescriptionBytes()
Human readable description of the debuggee.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
ExtendedSourceContext
getExtSourceContexts(int index)
Deprecated.int
getExtSourceContextsCount()
Deprecated.List<ExtendedSourceContext>
getExtSourceContextsList()
Deprecated.ExtendedSourceContextOrBuilder
getExtSourceContextsOrBuilder(int index)
Deprecated.List<? extends ExtendedSourceContextOrBuilder>
getExtSourceContextsOrBuilderList()
Deprecated.String
getId()
Unique identifier for the debuggee generated by the controller service.com.google.protobuf.ByteString
getIdBytes()
Unique identifier for the debuggee generated by the controller service.boolean
getIsDisabled()
If set to `true`, indicates that the agent should disable itself and detach from the debuggee.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.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
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.String
getLabelsOrDefault(String key, String defaultValue)
A set of custom debuggee properties, populated by the agent, to be displayed to the user.String
getLabelsOrThrow(String key)
A set of custom debuggee properties, populated by the agent, to be displayed to the user.com.google.protobuf.Parser<Debuggee>
getParserForType()
String
getProject()
Project the debuggee is associated with.com.google.protobuf.ByteString
getProjectBytes()
Project the debuggee is associated with.int
getSerializedSize()
SourceContext
getSourceContexts(int index)
References to the locations and revisions of the source code used in the deployed application.int
getSourceContextsCount()
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.SourceContextOrBuilder
getSourceContextsOrBuilder(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.StatusMessage
getStatus()
Human readable message to be displayed to the user about this debuggee.StatusMessageOrBuilder
getStatusOrBuilder()
Human readable message to be displayed to the user about this debuggee.String
getUniquifier()
Uniquifier to further distinguish the application.com.google.protobuf.ByteString
getUniquifierBytes()
Uniquifier to further distinguish the application.int
hashCode()
boolean
hasStatus()
Human readable message to be displayed to the user about this debuggee.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static Debuggee.Builder
newBuilder()
static Debuggee.Builder
newBuilder(Debuggee prototype)
Debuggee.Builder
newBuilderForType()
protected Debuggee.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Debuggee
parseDelimitedFrom(InputStream input)
static Debuggee
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
parseFrom(byte[] data)
static Debuggee
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
parseFrom(com.google.protobuf.ByteString data)
static Debuggee
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
parseFrom(com.google.protobuf.CodedInputStream input)
static Debuggee
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
parseFrom(InputStream input)
static Debuggee
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
parseFrom(ByteBuffer data)
static Debuggee
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Debuggee>
parser()
Debuggee.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getId
public String getId()
Unique identifier for the debuggee generated by the controller service.
string id = 1;
- Specified by:
getId
in 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:
getIdBytes
in 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:
getProject
in 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:
getProjectBytes
in 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:
getUniquifier
in 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:
getUniquifierBytes
in 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:
getDescription
in 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:
getDescriptionBytes
in 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:
getIsInactive
in 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:
getAgentVersion
in 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:
getAgentVersionBytes
in 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:
getIsDisabled
in 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:
hasStatus
in 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:
getStatus
in 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:
getStatusOrBuilder
in 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:
getSourceContextsList
in 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:
getSourceContextsOrBuilderList
in 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:
getSourceContextsCount
in 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:
getSourceContexts
in 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:
getSourceContextsOrBuilder
in 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:
getExtSourceContextsList
in 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:
getExtSourceContextsOrBuilderList
in 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:
getExtSourceContextsCount
in 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:
getExtSourceContexts
in 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:
getExtSourceContextsOrBuilder
in interfaceDebuggeeOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:DebuggeeOrBuilder
A set of custom debuggee properties, populated by the agent, to be displayed to the user.
map<string, string> labels = 11;
- Specified by:
getLabelsCount
in 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:
containsLabels
in interfaceDebuggeeOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in 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:
getLabelsMap
in 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:
getLabelsOrDefault
in 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:
getLabelsOrThrow
in interfaceDebuggeeOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Debuggee.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Debuggee getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-