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.GenericTypeResourcegetGeneric().GenericTypeResource generic = 3;CollectionSetProtos.GenericTypeResourceOrBuildergetGenericOrBuilder().GenericTypeResource generic = 3;CollectionSetProtos.InterfaceLevelResourcegetInterface().InterfaceLevelResource interface = 2;CollectionSetProtos.InterfaceLevelResourceOrBuildergetInterfaceOrBuilder().InterfaceLevelResource interface = 2;CollectionSetProtos.NodeLevelResourcegetNode().NodeLevelResource node = 1;CollectionSetProtos.NodeLevelResourceOrBuildergetNodeOrBuilder().NodeLevelResource node = 1;CollectionSetProtos.NumericAttributegetNumeric(int index)repeated .NumericAttribute numeric = 11;intgetNumericCount()repeated .NumericAttribute numeric = 11;java.util.List<CollectionSetProtos.NumericAttribute>getNumericList()repeated .NumericAttribute numeric = 11;CollectionSetProtos.NumericAttributeOrBuildergetNumericOrBuilder(int index)repeated .NumericAttribute numeric = 11;java.util.List<? extends CollectionSetProtos.NumericAttributeOrBuilder>getNumericOrBuilderList()repeated .NumericAttribute numeric = 11;CollectionSetProtos.CollectionSetResource.ResourceCasegetResourceCase()CollectionSetProtos.ResponseTimeResourcegetResponse().ResponseTimeResource response = 4;CollectionSetProtos.ResponseTimeResourceOrBuildergetResponseOrBuilder().ResponseTimeResource response = 4;CollectionSetProtos.StringAttributegetString(int index)repeated .StringAttribute string = 10;intgetStringCount()repeated .StringAttribute string = 10;java.util.List<CollectionSetProtos.StringAttribute>getStringList()repeated .StringAttribute string = 10;CollectionSetProtos.StringAttributeOrBuildergetStringOrBuilder(int index)repeated .StringAttribute string = 10;java.util.List<? extends CollectionSetProtos.StringAttributeOrBuilder>getStringOrBuilderList()repeated .StringAttribute string = 10;booleanhasGeneric().GenericTypeResource generic = 3;booleanhasInterface().InterfaceLevelResource interface = 2;booleanhasNode().NodeLevelResource node = 1;booleanhasResponse().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()
-
-