com.hederahashgraph.api.proto.java.ContractGetInfo Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContractGetInfo.proto
package com.hederahashgraph.api.proto.java;
public final class ContractGetInfo {
private ContractGetInfo() {}
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_ContractGetInfoQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetInfoQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ContractGetInfoResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetInfoResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ContractGetInfoResponse_ContractInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetInfoResponse_ContractInfo_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\025ContractGetInfo.proto\022\005proto\032\017Timestam" +
"p.proto\032\016Duration.proto\032\020BasicTypes.prot" +
"o\032\021QueryHeader.proto\032\024ResponseHeader.pro" +
"to\"a\n\024ContractGetInfoQuery\022\"\n\006header\030\001 \001" +
"(\0132\022.proto.QueryHeader\022%\n\ncontractID\030\002 \001" +
"(\0132\021.proto.ContractID\"\344\003\n\027ContractGetInf" +
"oResponse\022%\n\006header\030\001 \001(\0132\025.proto.Respon" +
"seHeader\022A\n\014contractInfo\030\002 \001(\0132+.proto.C" +
"ontractGetInfoResponse.ContractInfo\032\336\002\n\014" +
"ContractInfo\022%\n\ncontractID\030\001 \001(\0132\021.proto" +
".ContractID\022#\n\taccountID\030\002 \001(\0132\020.proto.A" +
"ccountID\022\031\n\021contractAccountID\030\003 \001(\t\022\034\n\010a" +
"dminKey\030\004 \001(\0132\n.proto.Key\022(\n\016expirationT" +
"ime\030\005 \001(\0132\020.proto.Timestamp\022(\n\017autoRenew" +
"Period\030\006 \001(\0132\017.proto.Duration\022\017\n\007storage" +
"\030\007 \001(\003\022\014\n\004memo\030\010 \001(\t\022\017\n\007balance\030\t \001(\004\022\017\n" +
"\007deleted\030\n \001(\010\0224\n\022tokenRelationships\030\013 \003" +
"(\0132\030.proto.TokenRelationshipB&\n\"com.hede" +
"rahashgraph.api.proto.javaP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_ContractGetInfoQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ContractGetInfoQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetInfoQuery_descriptor,
new java.lang.String[] { "Header", "ContractID", });
internal_static_proto_ContractGetInfoResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ContractGetInfoResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetInfoResponse_descriptor,
new java.lang.String[] { "Header", "ContractInfo", });
internal_static_proto_ContractGetInfoResponse_ContractInfo_descriptor =
internal_static_proto_ContractGetInfoResponse_descriptor.getNestedTypes().get(0);
internal_static_proto_ContractGetInfoResponse_ContractInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetInfoResponse_ContractInfo_descriptor,
new java.lang.String[] { "ContractID", "AccountID", "ContractAccountID", "AdminKey", "ExpirationTime", "AutoRenewPeriod", "Storage", "Memo", "Balance", "Deleted", "TokenRelationships", });
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
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)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy