org.pipservices4.grpc.commandable.CommandableProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: commandable.proto
package org.pipservices4.grpc.commandable;
public final class CommandableProto {
private CommandableProto() {}
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_commandable_ErrorDescription_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_commandable_ErrorDescription_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_commandable_ErrorDescription_DetailsEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_commandable_ErrorDescription_DetailsEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_commandable_InvokeRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_commandable_InvokeRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_commandable_InvokeReply_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_commandable_InvokeReply_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\021commandable.proto\022\013commandable\"\366\001\n\020Err" +
"orDescription\022\020\n\010category\030\001 \001(\t\022\014\n\004code\030" +
"\002 \001(\t\022\020\n\010trace_id\030\003 \001(\t\022\016\n\006status\030\004 \001(\005\022" +
"\017\n\007message\030\005 \001(\t\022\r\n\005cause\030\006 \001(\t\022\023\n\013stack" +
"_trace\030\007 \001(\t\022;\n\007details\030\010 \003(\0132*.commanda" +
"ble.ErrorDescription.DetailsEntry\032.\n\014Det" +
"ailsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028" +
"\001\"X\n\rInvokeRequest\022\016\n\006method\030\001 \001(\t\022\020\n\010tr" +
"ace_id\030\002 \001(\t\022\022\n\nargs_empty\030\003 \001(\010\022\021\n\targs" +
"_json\030\004 \001(\t\"f\n\013InvokeReply\022,\n\005error\030\001 \001(",
"\0132\035.commandable.ErrorDescription\022\024\n\014resu" +
"lt_empty\030\002 \001(\010\022\023\n\013result_json\030\003 \001(\t2O\n\013C" +
"ommandable\022@\n\006invoke\022\032.commandable.Invok" +
"eRequest\032\030.commandable.InvokeReply\"\000BJ\n!" +
"org.pipservices4.grpc.commandableB\020Comma" +
"ndableProtoP\001Z\006protos\242\002\010GRPC_CMDb\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_commandable_ErrorDescription_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_commandable_ErrorDescription_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_commandable_ErrorDescription_descriptor,
new java.lang.String[] { "Category", "Code", "TraceId", "Status", "Message", "Cause", "StackTrace", "Details", });
internal_static_commandable_ErrorDescription_DetailsEntry_descriptor =
internal_static_commandable_ErrorDescription_descriptor.getNestedTypes().get(0);
internal_static_commandable_ErrorDescription_DetailsEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_commandable_ErrorDescription_DetailsEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_commandable_InvokeRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_commandable_InvokeRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_commandable_InvokeRequest_descriptor,
new java.lang.String[] { "Method", "TraceId", "ArgsEmpty", "ArgsJson", });
internal_static_commandable_InvokeReply_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_commandable_InvokeReply_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_commandable_InvokeReply_descriptor,
new java.lang.String[] { "Error", "ResultEmpty", "ResultJson", });
}
// @@protoc_insertion_point(outer_class_scope)
}