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

com.hedera.hashgraph.sdk.proto.ServicesConfigurationListOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.SettingOrBuilder getNameValueOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy