Interface CollectionSetProtos.GenericTypeResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionSetProtos.GenericTypeResource,CollectionSetProtos.GenericTypeResource.Builder
- Enclosing class:
- CollectionSetProtos
public static interface CollectionSetProtos.GenericTypeResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstance()string instance = 3;com.google.protobuf.ByteStringgetInstanceBytes()string instance = 3;CollectionSetProtos.NodeLevelResourcegetNode().NodeLevelResource node = 1;CollectionSetProtos.NodeLevelResourceOrBuildergetNodeOrBuilder().NodeLevelResource node = 1;StringgetType()string type = 2;com.google.protobuf.ByteStringgetTypeBytes()string type = 2;booleanhasNode().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;
-
getType
String getType()
string type = 2;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2;
-
getInstance
String getInstance()
string instance = 3;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
string instance = 3;
-
-