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

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

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: freeze.proto

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

public final class Freeze {
  private Freeze() {}
  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_FreezeTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_FreezeTransactionBody_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\014freeze.proto\022\005proto\032\017timestamp.proto\032\021" +
      "basic_types.proto\032\021freeze_type.proto\"\362\001\n" +
      "\025FreezeTransactionBody\022\025\n\tstartHour\030\001 \001(" +
      "\005B\002\030\001\022\024\n\010startMin\030\002 \001(\005B\002\030\001\022\023\n\007endHour\030\003" +
      " \001(\005B\002\030\001\022\022\n\006endMin\030\004 \001(\005B\002\030\001\022\"\n\013update_f" +
      "ile\030\005 \001(\0132\r.proto.FileID\022\021\n\tfile_hash\030\006 " +
      "\001(\014\022$\n\nstart_time\030\007 \001(\0132\020.proto.Timestam" +
      "p\022&\n\013freeze_type\030\010 \001(\0162\021.proto.FreezeTyp" +
      "eB\"\n\036com.hedera.hashgraph.sdk.protoP\001b\006p" +
      "roto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.FreezeTypeOuterClass.getDescriptor(),
        });
    internal_static_proto_FreezeTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_FreezeTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_FreezeTransactionBody_descriptor,
        new java.lang.String[] { "StartHour", "StartMin", "EndHour", "EndMin", "UpdateFile", "FileHash", "StartTime", "FreezeType", });
    com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.FreezeTypeOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy