public static final class BatchReport.Component extends com.google.protobuf.GeneratedMessage implements BatchReport.ComponentOrBuilder
Component| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReport.Component.Builder
Protobuf type
Component |
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 |
CHILD_REFS_FIELD_NUMBER |
static int |
IS_TEST_FIELD_NUMBER |
static int |
LANGUAGE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<BatchReport.Component> |
PARSER |
static int |
PATH_FIELD_NUMBER |
static int |
REF_FIELD_NUMBER |
static int |
SNAPSHOT_ID_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
UUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getChildRefs(int index)
repeated int32 child_refs = 7 [packed = true]; |
int |
getChildRefsCount()
repeated int32 child_refs = 7 [packed = true]; |
List<Integer> |
getChildRefsList()
repeated int32 child_refs = 7 [packed = true]; |
static BatchReport.Component |
getDefaultInstance() |
BatchReport.Component |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsTest()
optional bool is_test = 5; |
String |
getLanguage()
optional string language = 6; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 6; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
com.google.protobuf.Parser<BatchReport.Component> |
getParserForType() |
String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
int |
getRef()
optional int32 ref = 1; |
int |
getSerializedSize() |
int |
getSnapshotId()
optional int32 snapshot_id = 8; |
Constants.ComponentType |
getType()
optional .ComponentType type = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUuid()
optional string uuid = 9; |
com.google.protobuf.ByteString |
getUuidBytes()
optional string uuid = 9; |
boolean |
hasIsTest()
optional bool is_test = 5; |
boolean |
hasLanguage()
optional string language = 6; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasRef()
optional int32 ref = 1; |
boolean |
hasSnapshotId()
optional int32 snapshot_id = 8; |
boolean |
hasType()
optional .ComponentType type = 4; |
boolean |
hasUuid()
optional string uuid = 9; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchReport.Component.Builder |
newBuilder() |
static BatchReport.Component.Builder |
newBuilder(BatchReport.Component prototype) |
BatchReport.Component.Builder |
newBuilderForType() |
protected BatchReport.Component.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BatchReport.Component |
parseDelimitedFrom(InputStream input) |
static BatchReport.Component |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Component |
parseFrom(byte[] data) |
static BatchReport.Component |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Component |
parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Component |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Component |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Component |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Component |
parseFrom(InputStream input) |
static BatchReport.Component |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Component.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<BatchReport.Component> PARSER
public static final int REF_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int IS_TEST_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
public static final int CHILD_REFS_FIELD_NUMBER
public static final int SNAPSHOT_ID_FIELD_NUMBER
public static final int UUID_FIELD_NUMBER
public static BatchReport.Component getDefaultInstance()
public BatchReport.Component getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic 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 com.google.protobuf.Parser<BatchReport.Component> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasRef()
optional int32 ref = 1;hasRef in interface BatchReport.ComponentOrBuilderpublic int getRef()
optional int32 ref = 1;getRef in interface BatchReport.ComponentOrBuilderpublic boolean hasPath()
optional string path = 2;hasPath in interface BatchReport.ComponentOrBuilderpublic String getPath()
optional string path = 2;getPath in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 2;getPathBytes in interface BatchReport.ComponentOrBuilderpublic boolean hasName()
optional string name = 3;hasName in interface BatchReport.ComponentOrBuilderpublic String getName()
optional string name = 3;getName in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 3;getNameBytes in interface BatchReport.ComponentOrBuilderpublic boolean hasType()
optional .ComponentType type = 4;hasType in interface BatchReport.ComponentOrBuilderpublic Constants.ComponentType getType()
optional .ComponentType type = 4;getType in interface BatchReport.ComponentOrBuilderpublic boolean hasIsTest()
optional bool is_test = 5;hasIsTest in interface BatchReport.ComponentOrBuilderpublic boolean getIsTest()
optional bool is_test = 5;getIsTest in interface BatchReport.ComponentOrBuilderpublic boolean hasLanguage()
optional string language = 6;hasLanguage in interface BatchReport.ComponentOrBuilderpublic String getLanguage()
optional string language = 6;getLanguage in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getLanguageBytes()
optional string language = 6;getLanguageBytes in interface BatchReport.ComponentOrBuilderpublic List<Integer> getChildRefsList()
repeated int32 child_refs = 7 [packed = true];getChildRefsList in interface BatchReport.ComponentOrBuilderpublic int getChildRefsCount()
repeated int32 child_refs = 7 [packed = true];getChildRefsCount in interface BatchReport.ComponentOrBuilderpublic int getChildRefs(int index)
repeated int32 child_refs = 7 [packed = true];getChildRefs in interface BatchReport.ComponentOrBuilderpublic boolean hasSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
hasSnapshotId in interface BatchReport.ComponentOrBuilderpublic int getSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
getSnapshotId in interface BatchReport.ComponentOrBuilderpublic boolean hasUuid()
optional string uuid = 9;hasUuid in interface BatchReport.ComponentOrBuilderpublic String getUuid()
optional string uuid = 9;getUuid in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getUuidBytes()
optional string uuid = 9;getUuidBytes in interface BatchReport.ComponentOrBuilderpublic 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.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static BatchReport.Component parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Component parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Component parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Component parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Component parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Component parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Component parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Component parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Component parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchReport.Component parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Component.Builder newBuilder()
public BatchReport.Component.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReport.Component.Builder newBuilder(BatchReport.Component prototype)
public BatchReport.Component.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchReport.Component.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2009–2015 SonarSource. All rights reserved.