com.hedera.hashgraph.sdk.proto.KeyListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
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 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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.KeyOrBuilder>
getKeysOrBuilderList();
/**
*
**
* list of keys
*
*
* repeated .proto.Key keys = 1;
*/
com.hedera.hashgraph.sdk.proto.KeyOrBuilder getKeysOrBuilder(
int index);
}