Looking at a googleapis example 
https://github.com/googleapis/googleapis/blob/master/google/datastore/v1/datastore.proto#L17-L27

package google.datastore.v1;

import "google/api/annotations.proto";
import "google/datastore/v1/entity.proto";
import "google/datastore/v1/query.proto";

option csharp_namespace = "Google.Cloud.Datastore.V1";
option go_package = 
"google.golang.org/genproto/googleapis/datastore/v1;datastore";
option java_multiple_files = true;
option java_outer_classname = "DatastoreProto";
option java_package = "com.google.datastore.v1";

I'd expect the package to match the java_package. Is that legacy, or the 
suggested style - to leave off the "com"?

jeff


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" 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/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to