Interface DataserviceMessages.DiskCollectRequestOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DataserviceMessages.DiskCollectRequest,- DataserviceMessages.DiskCollectRequest.Builder
 - Enclosing class:
- DataserviceMessages
 
 public static interface DataserviceMessages.DiskCollectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsRefsToUpdate(String key)map<string, int32> refsToUpdate = 4;StringgetCandidates(int index)repeated string candidates = 3;com.google.protobuf.ByteStringgetCandidatesBytes(int index)repeated string candidates = 3;intgetCandidatesCount()repeated string candidates = 3;List<String>getCandidatesList()repeated string candidates = 3;StringgetEpochNodeID()string epochNodeID = 1;com.google.protobuf.ByteStringgetEpochNodeIDBytes()string epochNodeID = 1;Map<String,Integer>getRefsToUpdate()Deprecated.intgetRefsToUpdateCount()map<string, int32> refsToUpdate = 4;Map<String,Integer>getRefsToUpdateMap()map<string, int32> refsToUpdate = 4;intgetRefsToUpdateOrDefault(String key, int defaultValue)map<string, int32> refsToUpdate = 4;intgetRefsToUpdateOrThrow(String key)map<string, int32> refsToUpdate = 4;StringgetRingPath(int index)repeated string ringPath = 2;com.google.protobuf.ByteStringgetRingPathBytes(int index)repeated string ringPath = 2;intgetRingPathCount()repeated string ringPath = 2;List<String>getRingPathList()repeated string ringPath = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getEpochNodeIDString getEpochNodeID() string epochNodeID = 1;- Returns:
- The epochNodeID.
 
 - 
getEpochNodeIDBytescom.google.protobuf.ByteString getEpochNodeIDBytes() string epochNodeID = 1;- Returns:
- The bytes for epochNodeID.
 
 - 
getRingPathListList<String> getRingPathList() repeated string ringPath = 2;- Returns:
- A list containing the ringPath.
 
 - 
getRingPathCountint getRingPathCount() repeated string ringPath = 2;- Returns:
- The count of ringPath.
 
 - 
getRingPathString getRingPath(int index) repeated string ringPath = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The ringPath at the given index.
 
 - 
getRingPathBytescom.google.protobuf.ByteString getRingPathBytes(int index) repeated string ringPath = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the ringPath at the given index.
 
 - 
getCandidatesListList<String> getCandidatesList() repeated string candidates = 3;- Returns:
- A list containing the candidates.
 
 - 
getCandidatesCountint getCandidatesCount() repeated string candidates = 3;- Returns:
- The count of candidates.
 
 - 
getCandidatesString getCandidates(int index) repeated string candidates = 3;- Parameters:
- index- The index of the element to return.
- Returns:
- The candidates at the given index.
 
 - 
getCandidatesBytescom.google.protobuf.ByteString getCandidatesBytes(int index) repeated string candidates = 3;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the candidates at the given index.
 
 - 
getRefsToUpdateCountint getRefsToUpdateCount() map<string, int32> refsToUpdate = 4;
 - 
containsRefsToUpdateboolean containsRefsToUpdate(String key) map<string, int32> refsToUpdate = 4;
 - 
getRefsToUpdate@Deprecated Map<String,Integer> getRefsToUpdate() Deprecated.UsegetRefsToUpdateMap()instead.
 - 
getRefsToUpdateOrDefaultint getRefsToUpdateOrDefault(String key, int defaultValue) map<string, int32> refsToUpdate = 4;
 - 
getRefsToUpdateOrThrowint getRefsToUpdateOrThrow(String key) map<string, int32> refsToUpdate = 4;
 
- 
 
-