com.hederahashgraph.api.proto.java.KeyListOrBuilder 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 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);
}