Interface CollectionSetProtos.CollectionSetResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionSetProtos.CollectionSetResource,CollectionSetProtos.CollectionSetResource.Builder
- Enclosing class:
- CollectionSetProtos
public static interface CollectionSetProtos.CollectionSetResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
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;
-
hasInterface
boolean hasInterface()
.InterfaceLevelResource interface = 2;
-
getInterface
CollectionSetProtos.InterfaceLevelResource getInterface()
.InterfaceLevelResource interface = 2;
-
getInterfaceOrBuilder
CollectionSetProtos.InterfaceLevelResourceOrBuilder getInterfaceOrBuilder()
.InterfaceLevelResource interface = 2;
-
hasGeneric
boolean hasGeneric()
.GenericTypeResource generic = 3;
-
getGeneric
CollectionSetProtos.GenericTypeResource getGeneric()
.GenericTypeResource generic = 3;
-
getGenericOrBuilder
CollectionSetProtos.GenericTypeResourceOrBuilder getGenericOrBuilder()
.GenericTypeResource generic = 3;
-
hasResponse
boolean hasResponse()
.ResponseTimeResource response = 4;
-
getResponse
CollectionSetProtos.ResponseTimeResource getResponse()
.ResponseTimeResource response = 4;
-
getResponseOrBuilder
CollectionSetProtos.ResponseTimeResourceOrBuilder getResponseOrBuilder()
.ResponseTimeResource response = 4;
-
getStringList
List<CollectionSetProtos.StringAttribute> getStringList()
repeated .StringAttribute string = 10;
-
getString
CollectionSetProtos.StringAttribute getString(int index)
repeated .StringAttribute string = 10;
-
getStringCount
int getStringCount()
repeated .StringAttribute string = 10;
-
getStringOrBuilderList
List<? extends CollectionSetProtos.StringAttributeOrBuilder> getStringOrBuilderList()
repeated .StringAttribute string = 10;
-
getStringOrBuilder
CollectionSetProtos.StringAttributeOrBuilder getStringOrBuilder(int index)
repeated .StringAttribute string = 10;
-
getNumericList
List<CollectionSetProtos.NumericAttribute> getNumericList()
repeated .NumericAttribute numeric = 11;
-
getNumeric
CollectionSetProtos.NumericAttribute getNumeric(int index)
repeated .NumericAttribute numeric = 11;
-
getNumericCount
int getNumericCount()
repeated .NumericAttribute numeric = 11;
-
getNumericOrBuilderList
List<? extends CollectionSetProtos.NumericAttributeOrBuilder> getNumericOrBuilderList()
repeated .NumericAttribute numeric = 11;
-
getNumericOrBuilder
CollectionSetProtos.NumericAttributeOrBuilder getNumericOrBuilder(int index)
repeated .NumericAttribute numeric = 11;
-
getResourceCase
CollectionSetProtos.CollectionSetResource.ResourceCase getResourceCase()
-
-