com.hederahashgraph.api.proto.java.KeyListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BasicTypes.proto
package com.hederahashgraph.api.proto.java;
public interface KeyListOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.KeyList)
com.google.protobuf.MessageOrBuilder {
/**
*
* list of keys
*
*
* repeated .proto.Key keys = 1;
*/
java.util.List
getKeysList();
/**
*
* list of keys
*
*
* repeated .proto.Key keys = 1;
*/
com.hederahashgraph.api.proto.java.Key getKeys(int index);
/**
*
* list of keys
*
*
* repeated .proto.Key keys = 1;
*/
int getKeysCount();
/**
*
* list of keys
*
*
* repeated .proto.Key keys = 1;
*/
java.util.List extends com.hederahashgraph.api.proto.java.KeyOrBuilder>
getKeysOrBuilderList();
/**
*
* list of keys
*
*
* repeated .proto.Key keys = 1;
*/
com.hederahashgraph.api.proto.java.KeyOrBuilder getKeysOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy