com.hederahashgraph.api.proto.java.Freeze Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: freeze.proto
package com.hederahashgraph.api.proto.java;
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\"com.hederahashgraph.api.proto.javaP" +
"\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.FreezeTypeOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}