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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionSetProtos.GenericTypeResource
getGeneric()
.GenericTypeResource generic = 3;
CollectionSetProtos.GenericTypeResourceOrBuilder
getGenericOrBuilder()
.GenericTypeResource generic = 3;
CollectionSetProtos.InterfaceLevelResource
getInterface()
.InterfaceLevelResource interface = 2;
CollectionSetProtos.InterfaceLevelResourceOrBuilder
getInterfaceOrBuilder()
.InterfaceLevelResource interface = 2;
CollectionSetProtos.NodeLevelResource
getNode()
.NodeLevelResource node = 1;
CollectionSetProtos.NodeLevelResourceOrBuilder
getNodeOrBuilder()
.NodeLevelResource node = 1;
CollectionSetProtos.NumericAttribute
getNumeric(int index)
repeated .NumericAttribute numeric = 11;
int
getNumericCount()
repeated .NumericAttribute numeric = 11;
java.util.List<CollectionSetProtos.NumericAttribute>
getNumericList()
repeated .NumericAttribute numeric = 11;
CollectionSetProtos.NumericAttributeOrBuilder
getNumericOrBuilder(int index)
repeated .NumericAttribute numeric = 11;
java.util.List<? extends CollectionSetProtos.NumericAttributeOrBuilder>
getNumericOrBuilderList()
repeated .NumericAttribute numeric = 11;
CollectionSetProtos.CollectionSetResource.ResourceCase
getResourceCase()
CollectionSetProtos.ResponseTimeResource
getResponse()
.ResponseTimeResource response = 4;
CollectionSetProtos.ResponseTimeResourceOrBuilder
getResponseOrBuilder()
.ResponseTimeResource response = 4;
CollectionSetProtos.StringAttribute
getString(int index)
repeated .StringAttribute string = 10;
int
getStringCount()
repeated .StringAttribute string = 10;
java.util.List<CollectionSetProtos.StringAttribute>
getStringList()
repeated .StringAttribute string = 10;
CollectionSetProtos.StringAttributeOrBuilder
getStringOrBuilder(int index)
repeated .StringAttribute string = 10;
java.util.List<? extends CollectionSetProtos.StringAttributeOrBuilder>
getStringOrBuilderList()
repeated .StringAttribute string = 10;
boolean
hasGeneric()
.GenericTypeResource generic = 3;
boolean
hasInterface()
.InterfaceLevelResource interface = 2;
boolean
hasNode()
.NodeLevelResource node = 1;
boolean
hasResponse()
.ResponseTimeResource response = 4;
-
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
java.util.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
java.util.List<? extends CollectionSetProtos.StringAttributeOrBuilder> getStringOrBuilderList()
repeated .StringAttribute string = 10;
-
getStringOrBuilder
CollectionSetProtos.StringAttributeOrBuilder getStringOrBuilder(int index)
repeated .StringAttribute string = 10;
-
getNumericList
java.util.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
java.util.List<? extends CollectionSetProtos.NumericAttributeOrBuilder> getNumericOrBuilderList()
repeated .NumericAttribute numeric = 11;
-
getNumericOrBuilder
CollectionSetProtos.NumericAttributeOrBuilder getNumericOrBuilder(int index)
repeated .NumericAttribute numeric = 11;
-
getResourceCase
CollectionSetProtos.CollectionSetResource.ResourceCase getResourceCase()
-
-