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_REF_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
IS_TEST_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
LANGUAGE_FIELD_NUMBER |
static int |
LINES_FIELD_NUMBER |
static int |
LINK_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 |
TYPE_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getChildRef(int index)
repeated int32 child_ref = 7 [packed = true]; |
int |
getChildRefCount()
repeated int32 child_ref = 7 [packed = true]; |
List<Integer> |
getChildRefList()
repeated int32 child_ref = 7 [packed = true]; |
static BatchReport.Component |
getDefaultInstance() |
BatchReport.Component |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 12; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 12; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsTest()
optional bool is_test = 5; |
String |
getKey()
optional string key = 10; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 10; |
String |
getLanguage()
optional string language = 6; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 6; |
int |
getLines()
optional int32 lines = 11; |
BatchReport.ComponentLink |
getLink(int index)
repeated .ComponentLink link = 8; |
int |
getLinkCount()
repeated .ComponentLink link = 8; |
List<BatchReport.ComponentLink> |
getLinkList()
repeated .ComponentLink link = 8; |
BatchReport.ComponentLinkOrBuilder |
getLinkOrBuilder(int index)
repeated .ComponentLink link = 8; |
List<? extends BatchReport.ComponentLinkOrBuilder> |
getLinkOrBuilderList()
repeated .ComponentLink link = 8; |
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() |
Constants.ComponentType |
getType()
optional .ComponentType type = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVersion()
optional string version = 9; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 9; |
boolean |
hasDescription()
optional string description = 12; |
boolean |
hasIsTest()
optional bool is_test = 5; |
boolean |
hasKey()
optional string key = 10; |
boolean |
hasLanguage()
optional string language = 6; |
boolean |
hasLines()
optional int32 lines = 11; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasRef()
optional int32 ref = 1; |
boolean |
hasType()
optional .ComponentType type = 4; |
boolean |
hasVersion()
optional string version = 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() |
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 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_REF_FIELD_NUMBER
public static final int LINK_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
public static final int LINES_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final com.google.protobuf.Parser<BatchReport.Component> 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 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> getChildRefList()
repeated int32 child_ref = 7 [packed = true];getChildRefList in interface BatchReport.ComponentOrBuilderpublic int getChildRefCount()
repeated int32 child_ref = 7 [packed = true];getChildRefCount in interface BatchReport.ComponentOrBuilderpublic int getChildRef(int index)
repeated int32 child_ref = 7 [packed = true];getChildRef in interface BatchReport.ComponentOrBuilderpublic List<BatchReport.ComponentLink> getLinkList()
repeated .ComponentLink link = 8;getLinkList in interface BatchReport.ComponentOrBuilderpublic List<? extends BatchReport.ComponentLinkOrBuilder> getLinkOrBuilderList()
repeated .ComponentLink link = 8;getLinkOrBuilderList in interface BatchReport.ComponentOrBuilderpublic int getLinkCount()
repeated .ComponentLink link = 8;getLinkCount in interface BatchReport.ComponentOrBuilderpublic BatchReport.ComponentLink getLink(int index)
repeated .ComponentLink link = 8;getLink in interface BatchReport.ComponentOrBuilderpublic BatchReport.ComponentLinkOrBuilder getLinkOrBuilder(int index)
repeated .ComponentLink link = 8;getLinkOrBuilder in interface BatchReport.ComponentOrBuilderpublic boolean hasVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
hasVersion in interface BatchReport.ComponentOrBuilderpublic String getVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
getVersion in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
optional string version = 9;
Only available on PROJECT and MODULE types
getVersionBytes in interface BatchReport.ComponentOrBuilderpublic boolean hasKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
hasKey in interface BatchReport.ComponentOrBuilderpublic String getKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
getKey in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
getKeyBytes in interface BatchReport.ComponentOrBuilderpublic boolean hasLines()
optional int32 lines = 11;
Only available on FILE type
hasLines in interface BatchReport.ComponentOrBuilderpublic int getLines()
optional int32 lines = 11;
Only available on FILE type
getLines in interface BatchReport.ComponentOrBuilderpublic boolean hasDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
hasDescription in interface BatchReport.ComponentOrBuilderpublic String getDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
getDescription in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 12;
Only available on PROJECT and MODULE types
getDescriptionBytes 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.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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 BatchReport.Component.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReport.Component.Builder newBuilder()
public 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.GeneratedMessagepublic static BatchReport.Component getDefaultInstance()
public 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 BatchReport.Component getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2009–2015 SonarSource. All rights reserved.