com.opera.core.systems.scope.protos
Class EsdbgProtos.Configuration
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.opera.core.systems.scope.protos.EsdbgProtos.Configuration
- All Implemented Interfaces:
- com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EsdbgProtos.ConfigurationOrBuilder, Serializable
- Enclosing class:
- EsdbgProtos
public static final class EsdbgProtos.Configuration
- extends com.google.protobuf.GeneratedMessage
- implements EsdbgProtos.ConfigurationOrBuilder
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type> |
| Fields inherited from class com.google.protobuf.GeneratedMessage |
alwaysUseFieldBuilders |
| Methods inherited from class com.google.protobuf.GeneratedMessage |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension |
| Methods inherited from class com.google.protobuf.AbstractMessage |
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
STOPATSCRIPT_FIELD_NUMBER
public static final int STOPATSCRIPT_FIELD_NUMBER
- See Also:
- Constant Field Values
STOPATEXCEPTION_FIELD_NUMBER
public static final int STOPATEXCEPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
STOPATERROR_FIELD_NUMBER
public static final int STOPATERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
STOPATABORT_FIELD_NUMBER
public static final int STOPATABORT_FIELD_NUMBER
- See Also:
- Constant Field Values
STOPATGC_FIELD_NUMBER
public static final int STOPATGC_FIELD_NUMBER
- See Also:
- Constant Field Values
STOPATDEBUGGERSTATEMENT_FIELD_NUMBER
public static final int STOPATDEBUGGERSTATEMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
getDefaultInstance
public static EsdbgProtos.Configuration getDefaultInstance()
getDefaultInstanceForType
public EsdbgProtos.Configuration getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
hasStopAtScript
public boolean hasStopAtScript()
- Specified by:
hasStopAtScript in interface EsdbgProtos.ConfigurationOrBuilder
getStopAtScript
public boolean getStopAtScript()
- Specified by:
getStopAtScript in interface EsdbgProtos.ConfigurationOrBuilder
hasStopAtException
public boolean hasStopAtException()
- Specified by:
hasStopAtException in interface EsdbgProtos.ConfigurationOrBuilder
getStopAtException
public boolean getStopAtException()
- Specified by:
getStopAtException in interface EsdbgProtos.ConfigurationOrBuilder
hasStopAtError
public boolean hasStopAtError()
- Specified by:
hasStopAtError in interface EsdbgProtos.ConfigurationOrBuilder
getStopAtError
public boolean getStopAtError()
- Specified by:
getStopAtError in interface EsdbgProtos.ConfigurationOrBuilder
hasStopAtAbort
public boolean hasStopAtAbort()
- Specified by:
hasStopAtAbort in interface EsdbgProtos.ConfigurationOrBuilder
getStopAtAbort
public boolean getStopAtAbort()
- Specified by:
getStopAtAbort in interface EsdbgProtos.ConfigurationOrBuilder
hasStopAtGc
public boolean hasStopAtGc()
- Specified by:
hasStopAtGc in interface EsdbgProtos.ConfigurationOrBuilder
getStopAtGc
public boolean getStopAtGc()
- Specified by:
getStopAtGc in interface EsdbgProtos.ConfigurationOrBuilder
hasStopAtDebuggerStatement
public boolean hasStopAtDebuggerStatement()
- Specified by:
hasStopAtDebuggerStatement in interface EsdbgProtos.ConfigurationOrBuilder
getStopAtDebuggerStatement
public boolean getStopAtDebuggerStatement()
- Specified by:
getStopAtDebuggerStatement in interface EsdbgProtos.ConfigurationOrBuilder
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
- Specified by:
writeTo in interface com.google.protobuf.MessageLite- Overrides:
writeTo in class com.google.protobuf.AbstractMessage
- Throws:
IOException
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite- Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
- Throws:
ObjectStreamException
parseFrom
public static EsdbgProtos.Configuration parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static EsdbgProtos.Configuration parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static EsdbgProtos.Configuration parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static EsdbgProtos.Configuration parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static EsdbgProtos.Configuration parseFrom(InputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static EsdbgProtos.Configuration parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static EsdbgProtos.Configuration parseDelimitedFrom(InputStream input)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static EsdbgProtos.Configuration parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseFrom
public static EsdbgProtos.Configuration parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static EsdbgProtos.Configuration parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
newBuilder
public static EsdbgProtos.Configuration.Builder newBuilder()
newBuilderForType
public EsdbgProtos.Configuration.Builder newBuilderForType()
- Specified by:
newBuilderForType in interface com.google.protobuf.Message- Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite
newBuilder
public static EsdbgProtos.Configuration.Builder newBuilder(EsdbgProtos.Configuration prototype)
toBuilder
public EsdbgProtos.Configuration.Builder toBuilder()
- Specified by:
toBuilder in interface com.google.protobuf.Message- Specified by:
toBuilder in interface com.google.protobuf.MessageLite
newBuilderForType
protected EsdbgProtos.Configuration.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage
Copyright © 2012. All Rights Reserved.