Interface ServicesConfigurationListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ServicesConfigurationList, ServicesConfigurationList.Builder

@Generated public interface ServicesConfigurationListOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNameValue(int index)
    * A List of `Setting` values, typically read from application properties.
    int
    * A List of `Setting` values, typically read from application properties.
    * A List of `Setting` values, typically read from application properties.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNameValueList

      List<Setting> getNameValueList()
       *
       A List of `Setting` values, typically read from application properties.
       
      repeated .proto.Setting nameValue = 1;
    • getNameValue

      Setting getNameValue(int index)
       *
       A List of `Setting` values, typically read from application properties.
       
      repeated .proto.Setting nameValue = 1;
    • getNameValueCount

      int getNameValueCount()
       *
       A List of `Setting` values, typically read from application properties.
       
      repeated .proto.Setting nameValue = 1;