Interface GroupConfigItemsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupConfigItems,GroupConfigItems.Builder
public interface GroupConfigItemsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupName()The name is composed by "module name"."provider name"."groupName".com.google.protobuf.ByteStringgetGroupNameBytes()The name is composed by "module name"."provider name"."groupName".ConfiggetItems(int index)repeated .Config items = 2;intgetItemsCount()repeated .Config items = 2;List<Config>getItemsList()repeated .Config items = 2;ConfigOrBuildergetItemsOrBuilder(int index)repeated .Config items = 2;List<? extends ConfigOrBuilder>getItemsOrBuilderList()repeated .Config items = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupName
String getGroupName()
The name is composed by "module name"."provider name"."groupName".
string groupName = 1;- Returns:
- The groupName.
-
getGroupNameBytes
com.google.protobuf.ByteString getGroupNameBytes()
The name is composed by "module name"."provider name"."groupName".
string groupName = 1;- Returns:
- The bytes for groupName.
-
getItems
Config getItems(int index)
repeated .Config items = 2;
-
getItemsCount
int getItemsCount()
repeated .Config items = 2;
-
getItemsOrBuilderList
List<? extends ConfigOrBuilder> getItemsOrBuilderList()
repeated .Config items = 2;
-
getItemsOrBuilder
ConfigOrBuilder getItemsOrBuilder(int index)
repeated .Config items = 2;
-
-