public static interface BatchReport.ComponentOrBuilder extends com.google.protobuf.MessageOrBuilder
| 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]; |
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; |
String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
int |
getRef()
optional int32 ref = 1; |
int |
getSnapshotId()
optional int32 snapshot_id = 8; |
Constants.ComponentType |
getType()
optional .ComponentType type = 4; |
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; |
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> getChildRefsList()
repeated int32 child_refs = 7 [packed = true];int getChildRefsCount()
repeated int32 child_refs = 7 [packed = true];int getChildRefs(int index)
repeated int32 child_refs = 7 [packed = true];boolean hasSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
int getSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
boolean hasUuid()
optional string uuid = 9;com.google.protobuf.ByteString getUuidBytes()
optional string uuid = 9;Copyright © 2009–2015 SonarSource. All rights reserved.