We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635d517 commit 18ea1bdCopy full SHA for 18ea1bd
spec-grpc/src/main/proto/a2a.proto
@@ -13,7 +13,7 @@ option csharp_namespace = "A2a.V1";
13
option go_package = "google.golang.org/a2a/v1";
14
option java_multiple_files = true;
15
option java_outer_classname = "A2A";
16
-option java_package = "com.google.a2a.v1";
+option java_package = "io.a2a.grpc";
17
18
// A2AService defines the gRPC version of the A2A protocol. This has a slightly
19
// different shape than the JSONRPC version to better conform to AIP-127,
0 commit comments