com.hedera.hashgraph.sdk.proto.ServicesConfigurationListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// 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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy