com.hedera.hashgraph.sdk.proto.ServicesConfigurationListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
public interface ServicesConfigurationListOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ServicesConfigurationList)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* list of name value pairs of the application properties
*
*
* repeated .proto.Setting nameValue = 1;
*/
java.util.List
getNameValueList();
/**
*
**
* list of name value pairs of the application properties
*
*
* repeated .proto.Setting nameValue = 1;
*/
com.hedera.hashgraph.sdk.proto.Setting getNameValue(int index);
/**
*
**
* list of name value pairs of the application properties
*
*
* repeated .proto.Setting nameValue = 1;
*/
int getNameValueCount();
}