com.hederahashgraph.api.proto.java.CryptoGetAccountBalance Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_get_account_balance.proto
package com.hederahashgraph.api.proto.java;
public final class CryptoGetAccountBalance {
private CryptoGetAccountBalance() {}
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_CryptoGetAccountBalanceQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoGetAccountBalanceQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_CryptoGetAccountBalanceResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoGetAccountBalanceResponse_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 crypto_get_account_balance.proto\022\005prot" +
"o\032\021basic_types.proto\032\022query_header.proto" +
"\032\025response_header.proto\"\243\001\n\034CryptoGetAcc" +
"ountBalanceQuery\022\"\n\006header\030\001 \001(\0132\022.proto" +
".QueryHeader\022%\n\taccountID\030\002 \001(\0132\020.proto." +
"AccountIDH\000\022\'\n\ncontractID\030\003 \001(\0132\021.proto." +
"ContractIDH\000B\017\n\rbalanceSource\"\256\001\n\037Crypto" +
"GetAccountBalanceResponse\022%\n\006header\030\001 \001(" +
"\0132\025.proto.ResponseHeader\022#\n\taccountID\030\002 " +
"\001(\0132\020.proto.AccountID\022\017\n\007balance\030\003 \001(\004\022." +
"\n\rtokenBalances\030\004 \003(\0132\023.proto.TokenBalan" +
"ceB\002\030\001B&\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.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_CryptoGetAccountBalanceQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_CryptoGetAccountBalanceQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoGetAccountBalanceQuery_descriptor,
new java.lang.String[] { "Header", "AccountID", "ContractID", "BalanceSource", });
internal_static_proto_CryptoGetAccountBalanceResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_CryptoGetAccountBalanceResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoGetAccountBalanceResponse_descriptor,
new java.lang.String[] { "Header", "AccountID", "Balance", "TokenBalances", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}