com.hederahashgraph.api.proto.java.GetByKeyResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: get_by_key.proto
package com.hederahashgraph.api.proto.java;
public interface GetByKeyResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.GetByKeyResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The list of entities that include this public key in their associated Key list
*
*
* repeated .proto.EntityID entities = 2;
*/
java.util.List
getEntitiesList();
/**
*
**
* The list of entities that include this public key in their associated Key list
*
*
* repeated .proto.EntityID entities = 2;
*/
com.hederahashgraph.api.proto.java.EntityID getEntities(int index);
/**
*
**
* The list of entities that include this public key in their associated Key list
*
*
* repeated .proto.EntityID entities = 2;
*/
int getEntitiesCount();
/**
*
**
* The list of entities that include this public key in their associated Key list
*
*
* repeated .proto.EntityID entities = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.EntityIDOrBuilder>
getEntitiesOrBuilderList();
/**
*
**
* The list of entities that include this public key in their associated Key list
*
*
* repeated .proto.EntityID entities = 2;
*/
com.hederahashgraph.api.proto.java.EntityIDOrBuilder getEntitiesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy