All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ConsensusGetTopicInfo.proto

package com.hederahashgraph.api.proto.java;

public interface ConsensusGetTopicInfoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ConsensusGetTopicInfoResponse)
    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; */ boolean hasHeader(); /** *
   * 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.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(); /** *
   * Topic identifier.
   * 
* * .proto.TopicID topicID = 2; */ boolean hasTopicID(); /** *
   * Topic identifier.
   * 
* * .proto.TopicID topicID = 2; */ com.hederahashgraph.api.proto.java.TopicID getTopicID(); /** *
   * Topic identifier.
   * 
* * .proto.TopicID topicID = 2; */ com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder(); /** *
   * Current state of the topic
   * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ boolean hasTopicInfo(); /** *
   * Current state of the topic
   * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ com.hederahashgraph.api.proto.java.ConsensusTopicInfo getTopicInfo(); /** *
   * Current state of the topic
   * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ com.hederahashgraph.api.proto.java.ConsensusTopicInfoOrBuilder getTopicInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy