Update gRPC API
This commit is contained in:
71
src/main/java/bdchain/api/grpc/ErrorDetailsProto.java
Normal file
71
src/main/java/bdchain/api/grpc/ErrorDetailsProto.java
Normal file
@@ -0,0 +1,71 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: bdchain/api/error_details.proto
|
||||
|
||||
package bdchain.api.grpc;
|
||||
|
||||
public final class ErrorDetailsProto {
|
||||
private ErrorDetailsProto() {}
|
||||
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_bdchain_api_InvalidArgument_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_bdchain_api_InvalidArgument_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_bdchain_api_InvalidArgument_FieldViolation_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_bdchain_api_InvalidArgument_FieldViolation_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\037bdchain/api/error_details.proto\022\013bdcha" +
|
||||
"in.api\"\216\001\n\017InvalidArgument\022E\n\020field_viol" +
|
||||
"ations\030\001 \003(\0132+.bdchain.api.InvalidArgume" +
|
||||
"nt.FieldViolation\0324\n\016FieldViolation\022\r\n\005f" +
|
||||
"ield\030\001 \001(\t\022\023\n\013description\030\002 \001(\tBD\n\020bdcha" +
|
||||
"in.api.grpcB\021ErrorDetailsProtoP\001Z\033bdchai" +
|
||||
"n/api/grpc/errdetailsb\006proto3"
|
||||
};
|
||||
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
|
||||
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
|
||||
public com.google.protobuf.ExtensionRegistry assignDescriptors(
|
||||
com.google.protobuf.Descriptors.FileDescriptor root) {
|
||||
descriptor = root;
|
||||
return null;
|
||||
}
|
||||
};
|
||||
com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
}, assigner);
|
||||
internal_static_bdchain_api_InvalidArgument_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_bdchain_api_InvalidArgument_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_bdchain_api_InvalidArgument_descriptor,
|
||||
new java.lang.String[] { "FieldViolations", });
|
||||
internal_static_bdchain_api_InvalidArgument_FieldViolation_descriptor =
|
||||
internal_static_bdchain_api_InvalidArgument_descriptor.getNestedTypes().get(0);
|
||||
internal_static_bdchain_api_InvalidArgument_FieldViolation_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_bdchain_api_InvalidArgument_FieldViolation_descriptor,
|
||||
new java.lang.String[] { "Field", "Description", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
Reference in New Issue
Block a user