public interface GroupConfigItemsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName()
The name is composed by "module name"."provider name"."groupName".
|
com.google.protobuf.ByteString |
getGroupNameBytes()
The name is composed by "module name"."provider name"."groupName".
|
Config |
getItems(int index)
repeated .Config items = 2; |
int |
getItemsCount()
repeated .Config items = 2; |
List<Config> |
getItemsList()
repeated .Config items = 2; |
ConfigOrBuilder |
getItemsOrBuilder(int index)
repeated .Config items = 2; |
List<? extends ConfigOrBuilder> |
getItemsOrBuilderList()
repeated .Config items = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGroupName()
The name is composed by "module name"."provider name"."groupName".
string groupName = 1;com.google.protobuf.ByteString getGroupNameBytes()
The name is composed by "module name"."provider name"."groupName".
string groupName = 1;Config getItems(int index)
repeated .Config items = 2;int getItemsCount()
repeated .Config items = 2;List<? extends ConfigOrBuilder> getItemsOrBuilderList()
repeated .Config items = 2;ConfigOrBuilder getItemsOrBuilder(int index)
repeated .Config items = 2;Copyright © 2022 The Apache Software Foundation. All rights reserved.