All Downloads are FREE. Search and download functionalities are using the official Maven repository.

imports.trpc.proto Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
syntax = "proto3";

import "google/protobuf/descriptor.proto";

package trpc;

option java_package = "com.tencent.trpc.codegen.extension";
option java_outer_classname = "TrpcExtensionProto";

extend google.protobuf.MethodOptions {
  string alias = 50001;
}

extend google.protobuf.FieldOptions {
  string go_tag = 50050;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy