com.hedera.hashgraph.sdk.proto.TokenReject 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: token_reject.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TokenReject {
private TokenReject() {}
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_TokenRejectTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenRejectTransactionBody_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenReference_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenReference_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\022token_reject.proto\022\005proto\032\021basic_types" +
".proto\"h\n\032TokenRejectTransactionBody\022\037\n\005" +
"owner\030\001 \001(\0132\020.proto.AccountID\022)\n\nrejecti" +
"ons\030\002 \003(\0132\025.proto.TokenReference\"k\n\016Toke" +
"nReference\022(\n\016fungible_token\030\001 \001(\0132\016.pro" +
"to.TokenIDH\000\022\033\n\003nft\030\002 \001(\0132\014.proto.NftIDH" +
"\000B\022\n\020token_identifierB\"\n\036com.hedera.hash" +
"graph.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_TokenRejectTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TokenRejectTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenRejectTransactionBody_descriptor,
new java.lang.String[] { "Owner", "Rejections", });
internal_static_proto_TokenReference_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TokenReference_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenReference_descriptor,
new java.lang.String[] { "FungibleToken", "Nft", "TokenIdentifier", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}