Interface CollectionSetProtos.InterfaceLevelResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionSetProtos.InterfaceLevelResource
,CollectionSetProtos.InterfaceLevelResource.Builder
- Enclosing class:
- CollectionSetProtos
public static interface CollectionSetProtos.InterfaceLevelResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIfIndex()
int32 if_index = 3;
java.lang.String
getInstance()
string instance = 2;
com.google.protobuf.ByteString
getInstanceBytes()
string instance = 2;
CollectionSetProtos.NodeLevelResource
getNode()
.NodeLevelResource node = 1;
CollectionSetProtos.NodeLevelResourceOrBuilder
getNodeOrBuilder()
.NodeLevelResource node = 1;
boolean
hasNode()
.NodeLevelResource node = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNode
boolean hasNode()
.NodeLevelResource node = 1;
-
getNode
CollectionSetProtos.NodeLevelResource getNode()
.NodeLevelResource node = 1;
-
getNodeOrBuilder
CollectionSetProtos.NodeLevelResourceOrBuilder getNodeOrBuilder()
.NodeLevelResource node = 1;
-
getInstance
java.lang.String getInstance()
string instance = 2;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
string instance = 2;
-
getIfIndex
int getIfIndex()
int32 if_index = 3;
-
-