com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBodyOrBuilder 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: consensus_delete_topic.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface ConsensusDeleteTopicTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ConsensusDeleteTopicTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Topic identifier
*
*
* .proto.TopicID topicID = 1;
* @return Whether the topicID field is set.
*/
boolean hasTopicID();
/**
*
**
* Topic identifier
*
*
* .proto.TopicID topicID = 1;
* @return The topicID.
*/
com.hedera.hashgraph.sdk.proto.TopicID getTopicID();
/**
*
**
* Topic identifier
*
*
* .proto.TopicID topicID = 1;
*/
com.hedera.hashgraph.sdk.proto.TopicIDOrBuilder getTopicIDOrBuilder();
}