com.hedera.hashgraph.sdk.proto.ExchangeRateOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: exchange_rate.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class ExchangeRateOuterClass {
private ExchangeRateOuterClass() {}
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_ExchangeRate_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ExchangeRate_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ExchangeRateSet_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ExchangeRateSet_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\023exchange_rate.proto\022\005proto\032\017timestamp." +
"proto\"e\n\014ExchangeRate\022\021\n\thbarEquiv\030\001 \001(\005" +
"\022\021\n\tcentEquiv\030\002 \001(\005\022/\n\016expirationTime\030\003 " +
"\001(\0132\027.proto.TimestampSeconds\"b\n\017Exchange" +
"RateSet\022(\n\013currentRate\030\001 \001(\0132\023.proto.Exc" +
"hangeRate\022%\n\010nextRate\030\002 \001(\0132\023.proto.Exch" +
"angeRateB\"\n\036com.hedera.hashgraph.sdk.pro" +
"toP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_ExchangeRate_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ExchangeRate_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ExchangeRate_descriptor,
new java.lang.String[] { "HbarEquiv", "CentEquiv", "ExpirationTime", });
internal_static_proto_ExchangeRateSet_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ExchangeRateSet_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ExchangeRateSet_descriptor,
new java.lang.String[] { "CurrentRate", "NextRate", });
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}