Interface CollectionSetProtos.NodeLevelResourceOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 CollectionSetProtos.NodeLevelResource,CollectionSetProtos.NodeLevelResource.Builder
- Enclosing class:
 - CollectionSetProtos
 
public static interface CollectionSetProtos.NodeLevelResourceOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetForeignId()string foreign_id = 3;com.google.protobuf.ByteStringgetForeignIdBytes()string foreign_id = 3;StringgetForeignSource()string foreign_source = 2;com.google.protobuf.ByteStringgetForeignSourceBytes()string foreign_source = 2;StringgetLocation()string location = 5;com.google.protobuf.ByteStringgetLocationBytes()string location = 5;longgetNodeId()int64 node_id = 1;StringgetNodeLabel()string node_label = 4;com.google.protobuf.ByteStringgetNodeLabelBytes()string node_label = 4;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getNodeId
long getNodeId()
int64 node_id = 1; 
- 
getForeignSource
String getForeignSource()
string foreign_source = 2; 
- 
getForeignSourceBytes
com.google.protobuf.ByteString getForeignSourceBytes()
string foreign_source = 2; 
- 
getForeignId
String getForeignId()
string foreign_id = 3; 
- 
getForeignIdBytes
com.google.protobuf.ByteString getForeignIdBytes()
string foreign_id = 3; 
- 
getNodeLabel
String getNodeLabel()
string node_label = 4; 
- 
getNodeLabelBytes
com.google.protobuf.ByteString getNodeLabelBytes()
string node_label = 4; 
- 
getLocation
String getLocation()
string location = 5; 
- 
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 5; 
 - 
 
 -