com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: consensus_get_topic_info.proto
package com.hederahashgraph.api.proto.java;
public interface ConsensusGetTopicInfoQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ConsensusGetTopicInfoQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of response is requested
* (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of response is requested
* (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of response is requested
* (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The Topic for which information is being requested
*
*
* .proto.TopicID topicID = 2;
* @return Whether the topicID field is set.
*/
boolean hasTopicID();
/**
*
**
* The Topic for which information is being requested
*
*
* .proto.TopicID topicID = 2;
* @return The topicID.
*/
com.hederahashgraph.api.proto.java.TopicID getTopicID();
/**
*
**
* The Topic for which information is being requested
*
*
* .proto.TopicID topicID = 2;
*/
com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy