All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.ServicesConfigurationListOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: basic_types.proto

package com.hederahashgraph.api.proto.java;

public interface ServicesConfigurationListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ServicesConfigurationList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * 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.hederahashgraph.api.proto.java.Setting getNameValue(int index); /** *
   **
   * list of name value pairs of the application properties
   * 
* * repeated .proto.Setting nameValue = 1; */ int getNameValueCount(); /** *
   **
   * list of name value pairs of the application properties
   * 
* * repeated .proto.Setting nameValue = 1; */ java.util.List getNameValueOrBuilderList(); /** *
   **
   * list of name value pairs of the application properties
   * 
* * repeated .proto.Setting nameValue = 1; */ com.hederahashgraph.api.proto.java.SettingOrBuilder getNameValueOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy