com.hedera.hashgraph.sdk.proto.CryptoAddLiveHash 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: crypto_add_live_hash.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class CryptoAddLiveHash {
private CryptoAddLiveHash() {}
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_LiveHash_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_LiveHash_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_CryptoAddLiveHashTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoAddLiveHashTransactionBody_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\032crypto_add_live_hash.proto\022\005proto\032\021bas" +
"ic_types.proto\032\016duration.proto\"~\n\010LiveHa" +
"sh\022#\n\taccountId\030\001 \001(\0132\020.proto.AccountID\022" +
"\014\n\004hash\030\002 \001(\014\022\034\n\004keys\030\003 \001(\0132\016.proto.KeyL" +
"ist\022!\n\010duration\030\005 \001(\0132\017.proto.Duration\"E" +
"\n CryptoAddLiveHashTransactionBody\022!\n\010li" +
"veHash\030\003 \001(\0132\017.proto.LiveHashB\"\n\036com.hed" +
"era.hashgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor(),
});
internal_static_proto_LiveHash_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_LiveHash_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_LiveHash_descriptor,
new java.lang.String[] { "AccountId", "Hash", "Keys", "Duration", });
internal_static_proto_CryptoAddLiveHashTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_CryptoAddLiveHashTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoAddLiveHashTransactionBody_descriptor,
new java.lang.String[] { "LiveHash", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}