com.hedera.services.stream.proto.AccountBalanceFile Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: account_balance_file.proto
package com.hedera.services.stream.proto;
public final class AccountBalanceFile {
private AccountBalanceFile() {}
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_TokenUnitBalance_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenUnitBalance_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_SingleAccountBalances_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_SingleAccountBalances_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_AllAccountBalances_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_AllAccountBalances_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\032account_balance_file.proto\022\005proto\032\021bas" +
"ic_types.proto\032\017timestamp.proto\"D\n\020Token" +
"UnitBalance\022\037\n\007tokenId\030\001 \001(\0132\016.proto.Tok" +
"enID\022\017\n\007balance\030\002 \001(\004\"\205\001\n\025SingleAccountB" +
"alances\022#\n\taccountID\030\001 \001(\0132\020.proto.Accou" +
"ntID\022\023\n\013hbarBalance\030\002 \001(\004\0222\n\021tokenUnitBa" +
"lances\030\003 \003(\0132\027.proto.TokenUnitBalance\"u\n" +
"\022AllAccountBalances\022,\n\022consensusTimestam" +
"p\030\001 \001(\0132\020.proto.Timestamp\0221\n\013allAccounts" +
"\030\002 \003(\0132\034.proto.SingleAccountBalancesB$\n " +
"com.hedera.services.stream.protoP\001b\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_TokenUnitBalance_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TokenUnitBalance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenUnitBalance_descriptor,
new java.lang.String[] { "TokenId", "Balance", });
internal_static_proto_SingleAccountBalances_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_SingleAccountBalances_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_SingleAccountBalances_descriptor,
new java.lang.String[] { "AccountID", "HbarBalance", "TokenUnitBalances", });
internal_static_proto_AllAccountBalances_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_AllAccountBalances_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_AllAccountBalances_descriptor,
new java.lang.String[] { "ConsensusTimestamp", "AllAccounts", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}