public static final class BatchReport.Test extends com.google.protobuf.GeneratedMessage implements BatchReport.TestOrBuilder
Test| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReport.Test.Builder
Protobuf type
Test |
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>| Modifier and Type | Field and Description |
|---|---|
static int |
DURATION_IN_MS_FIELD_NUMBER |
static int |
MSG_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<BatchReport.Test> |
PARSER
Deprecated.
|
static int |
STACKTRACE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static BatchReport.Test |
getDefaultInstance() |
BatchReport.Test |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDurationInMs()
optional int64 duration_in_ms = 3; |
String |
getMsg()
optional string msg = 5; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 5; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
com.google.protobuf.Parser<BatchReport.Test> |
getParserForType() |
int |
getSerializedSize() |
String |
getStacktrace()
optional string stacktrace = 4; |
com.google.protobuf.ByteString |
getStacktraceBytes()
optional string stacktrace = 4; |
Constants.TestStatus |
getStatus()
optional .TestStatus status = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDurationInMs()
optional int64 duration_in_ms = 3; |
boolean |
hasMsg()
optional string msg = 5; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasStacktrace()
optional string stacktrace = 4; |
boolean |
hasStatus()
optional .TestStatus status = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchReport.Test.Builder |
newBuilder() |
static BatchReport.Test.Builder |
newBuilder(BatchReport.Test prototype) |
BatchReport.Test.Builder |
newBuilderForType() |
protected BatchReport.Test.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BatchReport.Test |
parseDelimitedFrom(InputStream input) |
static BatchReport.Test |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Test |
parseFrom(byte[] data) |
static BatchReport.Test |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Test |
parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Test |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Test |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Test |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Test |
parseFrom(InputStream input) |
static BatchReport.Test |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BatchReport.Test> |
parser() |
BatchReport.Test.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int DURATION_IN_MS_FIELD_NUMBER
public static final int STACKTRACE_FIELD_NUMBER
public static final int MSG_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<BatchReport.Test> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
optional string name = 1;hasName in interface BatchReport.TestOrBuilderpublic String getName()
optional string name = 1;getName in interface BatchReport.TestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface BatchReport.TestOrBuilderpublic boolean hasStatus()
optional .TestStatus status = 2;hasStatus in interface BatchReport.TestOrBuilderpublic Constants.TestStatus getStatus()
optional .TestStatus status = 2;getStatus in interface BatchReport.TestOrBuilderpublic boolean hasDurationInMs()
optional int64 duration_in_ms = 3;hasDurationInMs in interface BatchReport.TestOrBuilderpublic long getDurationInMs()
optional int64 duration_in_ms = 3;getDurationInMs in interface BatchReport.TestOrBuilderpublic boolean hasStacktrace()
optional string stacktrace = 4;hasStacktrace in interface BatchReport.TestOrBuilderpublic String getStacktrace()
optional string stacktrace = 4;getStacktrace in interface BatchReport.TestOrBuilderpublic com.google.protobuf.ByteString getStacktraceBytes()
optional string stacktrace = 4;getStacktraceBytes in interface BatchReport.TestOrBuilderpublic boolean hasMsg()
optional string msg = 5;hasMsg in interface BatchReport.TestOrBuilderpublic String getMsg()
optional string msg = 5;getMsg in interface BatchReport.TestOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
optional string msg = 5;getMsgBytes in interface BatchReport.TestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Test parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Test parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Test parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Test parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Test parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Test parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Test parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Test parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Test parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchReport.Test parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchReport.Test.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReport.Test.Builder newBuilder()
public static BatchReport.Test.Builder newBuilder(BatchReport.Test prototype)
public BatchReport.Test.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchReport.Test.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Test getDefaultInstance()
public static com.google.protobuf.Parser<BatchReport.Test> parser()
public com.google.protobuf.Parser<BatchReport.Test> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic BatchReport.Test getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2009–2016 SonarSource. All rights reserved.