com.hedera.hashgraph.sdk.proto.StorageSlot 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: storage_slot.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class StorageSlot {
private StorageSlot() {}
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_SlotKey_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_SlotKey_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_SlotValue_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_SlotValue_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\022storage_slot.proto\022\005proto\032\021basic_types" +
".proto\"=\n\007SlotKey\022%\n\ncontractID\030\001 \001(\0132\021." +
"proto.ContractID\022\013\n\003key\030\002 \001(\014\"B\n\tSlotVal" +
"ue\022\r\n\005value\030\001 \001(\014\022\024\n\014previous_key\030\002 \001(\014\022" +
"\020\n\010next_key\030\003 \001(\014B\"\n\036com.hedera.hashgrap" +
"h.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(),
});
internal_static_proto_SlotKey_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_SlotKey_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_SlotKey_descriptor,
new java.lang.String[] { "ContractID", "Key", });
internal_static_proto_SlotValue_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_SlotValue_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_SlotValue_descriptor,
new java.lang.String[] { "Value", "PreviousKey", "NextKey", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}