I believe all the Well Known Types like empty are included by the default Maven jar. google.rpc.Status comes from the googleapis-common-protos.
On Tuesday, October 31, 2017 at 10:09:09 AM UTC-7, Matt Mitchell wrote: > > We're using Java gRPC and make use of some of the "standard library" > protobuf messages, like google.protobuf.Empty and google.rpc.Status - > currently, these are copied into our project under the proto directory, > along side our application proto files. Is there a way to reference the > google proto files in our project from an external dependency instead? > > Note: the build environment is Gradle, using the com.google.protobuf > Gradle plugin. > > Thanks! > - Matt > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b650df34-f8dd-402c-bb51-78e716814267%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
