public static interface BatchReport.MetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAnalysisDate()
optional int64 analysis_date = 1; |
int |
getDeletedComponentsCount()
optional int32 deleted_components_count = 5; |
String |
getProjectKey()
optional string project_key = 2; |
com.google.protobuf.ByteString |
getProjectKeyBytes()
optional string project_key = 2; |
int |
getRootComponentRef()
optional int32 root_component_ref = 3; |
long |
getSnapshotId()
optional int64 snapshot_id = 4; |
boolean |
hasAnalysisDate()
optional int64 analysis_date = 1; |
boolean |
hasDeletedComponentsCount()
optional int32 deleted_components_count = 5; |
boolean |
hasProjectKey()
optional string project_key = 2; |
boolean |
hasRootComponentRef()
optional int32 root_component_ref = 3; |
boolean |
hasSnapshotId()
optional int64 snapshot_id = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAnalysisDate()
optional int64 analysis_date = 1;long getAnalysisDate()
optional int64 analysis_date = 1;boolean hasProjectKey()
optional string project_key = 2;String getProjectKey()
optional string project_key = 2;com.google.protobuf.ByteString getProjectKeyBytes()
optional string project_key = 2;boolean hasRootComponentRef()
optional int32 root_component_ref = 3;int getRootComponentRef()
optional int32 root_component_ref = 3;boolean hasSnapshotId()
optional int64 snapshot_id = 4;
temporary fields used during development of computation stack
long getSnapshotId()
optional int64 snapshot_id = 4;
temporary fields used during development of computation stack
boolean hasDeletedComponentsCount()
optional int32 deleted_components_count = 5;int getDeletedComponentsCount()
optional int32 deleted_components_count = 5;Copyright © 2009–2015 SonarSource. All rights reserved.