com.hedera.hashgraph.sdk.proto.ContractGetBytecode 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: contract_get_bytecode.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class ContractGetBytecode {
private ContractGetBytecode() {}
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_ContractGetBytecodeQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetBytecodeQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ContractGetBytecodeResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetBytecodeResponse_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\033contract_get_bytecode.proto\022\005proto\032\021ba" +
"sic_types.proto\032\022query_header.proto\032\025res" +
"ponse_header.proto\"e\n\030ContractGetBytecod" +
"eQuery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHead" +
"er\022%\n\ncontractID\030\002 \001(\0132\021.proto.ContractI" +
"D\"V\n\033ContractGetBytecodeResponse\022%\n\006head" +
"er\030\001 \001(\0132\025.proto.ResponseHeader\022\020\n\010bytec" +
"ode\030\006 \001(\014B\"\n\036com.hedera.hashgraph.sdk.pr" +
"otoP\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.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_ContractGetBytecodeQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ContractGetBytecodeQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetBytecodeQuery_descriptor,
new java.lang.String[] { "Header", "ContractID", });
internal_static_proto_ContractGetBytecodeResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ContractGetBytecodeResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetBytecodeResponse_descriptor,
new java.lang.String[] { "Header", "Bytecode", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}