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

com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopic Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: consensus_update_topic.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public final class ConsensusUpdateTopic {
  private ConsensusUpdateTopic() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ConsensusUpdateTopicTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ConsensusUpdateTopicTransactionBody_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\034consensus_update_topic.proto\022\005proto\032\036g" +
      "oogle/protobuf/wrappers.proto\032\021basic_typ" +
      "es.proto\032\016duration.proto\032\017timestamp.prot" +
      "o\"\257\002\n#ConsensusUpdateTopicTransactionBod" +
      "y\022\037\n\007topicID\030\001 \001(\0132\016.proto.TopicID\022*\n\004me" +
      "mo\030\002 \001(\0132\034.google.protobuf.StringValue\022(" +
      "\n\016expirationTime\030\004 \001(\0132\020.proto.Timestamp" +
      "\022\034\n\010adminKey\030\006 \001(\0132\n.proto.Key\022\035\n\tsubmit" +
      "Key\030\007 \001(\0132\n.proto.Key\022(\n\017autoRenewPeriod" +
      "\030\010 \001(\0132\017.proto.Duration\022*\n\020autoRenewAcco" +
      "unt\030\t \001(\0132\020.proto.AccountIDB\"\n\036com.heder" +
      "a.hashgraph.sdk.protoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.WrappersProto.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
        });
    internal_static_proto_ConsensusUpdateTopicTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ConsensusUpdateTopicTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ConsensusUpdateTopicTransactionBody_descriptor,
        new java.lang.String[] { "TopicID", "Memo", "ExpirationTime", "AdminKey", "SubmitKey", "AutoRenewPeriod", "AutoRenewAccount", });
    com.google.protobuf.WrappersProto.getDescriptor();
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy