public interface NodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCategories(int index)
repeated string categories = 4; |
com.google.protobuf.ByteString |
getCategoriesBytes(int index)
repeated string categories = 4; |
int |
getCategoriesCount()
repeated string categories = 4; |
List<String> |
getCategoriesList()
repeated string categories = 4; |
String |
getForeginId()
string foregin_id = 2; |
com.google.protobuf.ByteString |
getForeginIdBytes()
string foregin_id = 2; |
String |
getForeignSource()
string foreign_source = 1; |
com.google.protobuf.ByteString |
getForeignSourceBytes()
string foreign_source = 1; |
int |
getNodeId()
uint32 node_id = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getForeignSource()
string foreign_source = 1;
com.google.protobuf.ByteString getForeignSourceBytes()
string foreign_source = 1;
String getForeginId()
string foregin_id = 2;
com.google.protobuf.ByteString getForeginIdBytes()
string foregin_id = 2;
int getNodeId()
uint32 node_id = 3;
int getCategoriesCount()
repeated string categories = 4;
String getCategories(int index)
repeated string categories = 4;
com.google.protobuf.ByteString getCategoriesBytes(int index)
repeated string categories = 4;
Copyright © 2021. All rights reserved.