Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 TypeMethodDescriptiongetNameValue(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
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
getNameValue
* 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;
-