public static interface BatchReport.ComponentOrBuilder extends com.google.protobuf.MessageOrBuilder
| 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]; |
String |
getDescription()
optional string description = 12; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 12; |
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; |
String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
int |
getRef()
optional int32 ref = 1; |
Constants.ComponentType |
getType()
optional .ComponentType type = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRef()
optional int32 ref = 1;int getRef()
optional int32 ref = 1;boolean hasPath()
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
optional string path = 2;boolean hasName()
optional string name = 3;com.google.protobuf.ByteString getNameBytes()
optional string name = 3;boolean hasType()
optional .ComponentType type = 4;Constants.ComponentType getType()
optional .ComponentType type = 4;boolean hasIsTest()
optional bool is_test = 5;boolean getIsTest()
optional bool is_test = 5;boolean hasLanguage()
optional string language = 6;String getLanguage()
optional string language = 6;com.google.protobuf.ByteString getLanguageBytes()
optional string language = 6;List<Integer> getChildRefList()
repeated int32 child_ref = 7 [packed = true];int getChildRefCount()
repeated int32 child_ref = 7 [packed = true];int getChildRef(int index)
repeated int32 child_ref = 7 [packed = true];List<BatchReport.ComponentLink> getLinkList()
repeated .ComponentLink link = 8;BatchReport.ComponentLink getLink(int index)
repeated .ComponentLink link = 8;int getLinkCount()
repeated .ComponentLink link = 8;List<? extends BatchReport.ComponentLinkOrBuilder> getLinkOrBuilderList()
repeated .ComponentLink link = 8;BatchReport.ComponentLinkOrBuilder getLinkOrBuilder(int index)
repeated .ComponentLink link = 8;boolean hasVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
String getVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
com.google.protobuf.ByteString getVersionBytes()
optional string version = 9;
Only available on PROJECT and MODULE types
boolean hasKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
String getKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
com.google.protobuf.ByteString getKeyBytes()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
boolean hasLines()
optional int32 lines = 11;
Only available on FILE type
int getLines()
optional int32 lines = 11;
Only available on FILE type
boolean hasDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
String getDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 12;
Only available on PROJECT and MODULE types
Copyright © 2009–2015 SonarSource. All rights reserved.