diff --git a/pb/edge_client_pb/edge_client.proto b/pb/edge_client_pb/edge_client.proto index 984c2af7..4624b0e5 100644 --- a/pb/edge_client_pb/edge_client.proto +++ b/pb/edge_client_pb/edge_client.proto @@ -5,6 +5,7 @@ package ziti.edge_client.pb; import "google/protobuf/timestamp.proto"; option go_package = "github.com/openziti/sdk-golang/pb/edge_client_pb"; +option java_package = "org.openziti.edge.proto"; enum ContentType { Zero = 0; @@ -89,4 +90,4 @@ message PostureResponse { string type = 5; string version = 6; } -} \ No newline at end of file +}