File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Older protoc compilers don't understand edition yet.
22syntax = "proto3" ;
3- package a2a.v1 ;
3+ package lf. a2a.v1 ;
44
55import "google/api/annotations.proto" ;
66import "google/api/client.proto" ;
@@ -9,11 +9,11 @@ import "google/protobuf/empty.proto";
99import "google/protobuf/struct.proto" ;
1010import "google/protobuf/timestamp.proto" ;
1111
12- option csharp_namespace = "A2a.V1" ;
13- option go_package = "google.golang.org/a2a/v1" ;
12+ option csharp_namespace = "Lf. A2a.V1" ;
13+ option go_package = "google.golang.org/lf/ a2a/v1" ;
1414option java_multiple_files = true ;
1515option java_outer_classname = "A2A" ;
16- option java_package = "com.google.a2a.v1" ;
16+ option java_package = "com.google.lf. a2a.v1" ;
1717
1818// Provides operations for interacting with agents using the A2A protocol.
1919service A2AService {
You can’t perform that action at this time.
0 commit comments