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 java.lang.String
getForeignId()
string foreign_id = 3;
com.google.protobuf.ByteString
getForeignIdBytes()
string foreign_id = 3;
java.lang.String
getForeignSource()
string foreign_source = 2;
com.google.protobuf.ByteString
getForeignSourceBytes()
string foreign_source = 2;
java.lang.String
getLocation()
string location = 5;
com.google.protobuf.ByteString
getLocationBytes()
string location = 5;
long
getNodeId()
int64 node_id = 1;
java.lang.String
getNodeLabel()
string node_label = 4;
com.google.protobuf.ByteString
getNodeLabelBytes()
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
java.lang.String getForeignSource()
string foreign_source = 2;
-
getForeignSourceBytes
com.google.protobuf.ByteString getForeignSourceBytes()
string foreign_source = 2;
-
getForeignId
java.lang.String getForeignId()
string foreign_id = 3;
-
getForeignIdBytes
com.google.protobuf.ByteString getForeignIdBytes()
string foreign_id = 3;
-
getNodeLabel
java.lang.String getNodeLabel()
string node_label = 4;
-
getNodeLabelBytes
com.google.protobuf.ByteString getNodeLabelBytes()
string node_label = 4;
-
getLocation
java.lang.String getLocation()
string location = 5;
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 5;
-
-