Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class ServicesConfigurationList.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<ServicesConfigurationList,ServicesConfigurationList.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<ServicesConfigurationList,ServicesConfigurationList.Builder>
com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ServicesConfigurationListOrBuilder,Cloneable
- Enclosing class:
ServicesConfigurationList
public static final class ServicesConfigurationList.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ServicesConfigurationList,ServicesConfigurationList.Builder>
implements ServicesConfigurationListOrBuilder
* Setting values representing a source of runtime configuration information.Protobuf type
proto.ServicesConfigurationList-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllNameValue(Iterable<? extends Setting> values) * A List of `Setting` values, typically read from application properties.addNameValue(int index, Setting value) * A List of `Setting` values, typically read from application properties.addNameValue(int index, Setting.Builder builderForValue) * A List of `Setting` values, typically read from application properties.addNameValue(Setting value) * A List of `Setting` values, typically read from application properties.addNameValue(Setting.Builder builderForValue) * A List of `Setting` values, typically read from application properties.* A List of `Setting` values, typically read from application properties.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.removeNameValue(int index) * A List of `Setting` values, typically read from application properties.setNameValue(int index, Setting value) * A List of `Setting` values, typically read from application properties.setNameValue(int index, Setting.Builder builderForValue) * A List of `Setting` values, typically read from application properties.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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;- Specified by:
getNameValueListin interfaceServicesConfigurationListOrBuilder
-
getNameValueCount
public int getNameValueCount()* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1;- Specified by:
getNameValueCountin interfaceServicesConfigurationListOrBuilder
-
getNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1;- Specified by:
getNameValuein interfaceServicesConfigurationListOrBuilder
-
setNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
setNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
addNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
addNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
addNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
addNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
addAllNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
clearNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1; -
removeNameValue
* A List of `Setting` values, typically read from application properties.
repeated .proto.Setting nameValue = 1;
-