Skip to content

Commit 2e8a09c

Browse files
authored
Merge branch 'main' into update-vscode-settings
2 parents bc3a82a + c8d93f2 commit 2e8a09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/a2a/grpc/a2a_pb2_grpc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class A2AServiceStub(object):
1414
- Messages are not a standard resource so there is no get/delete/update/list
1515
interface, only a send and stream custom methods.
1616
- Tasks have a get interface and custom cancel and subscribe methods.
17-
- TaskPushNotificationConfig are a resource whose parent is a task.
17+
- TaskPushNotificationConfig are a resource whose parent is a task.
1818
They have get, list and create methods.
1919
- AgentCard is a static resource with only a get method.
2020
fields are not present as they don't comply with AIP rules, and the
@@ -88,7 +88,7 @@ class A2AServiceServicer(object):
8888
- Messages are not a standard resource so there is no get/delete/update/list
8989
interface, only a send and stream custom methods.
9090
- Tasks have a get interface and custom cancel and subscribe methods.
91-
- TaskPushNotificationConfig are a resource whose parent is a task.
91+
- TaskPushNotificationConfig are a resource whose parent is a task.
9292
They have get, list and create methods.
9393
- AgentCard is a static resource with only a get method.
9494
fields are not present as they don't comply with AIP rules, and the
@@ -241,7 +241,7 @@ class A2AService(object):
241241
- Messages are not a standard resource so there is no get/delete/update/list
242242
interface, only a send and stream custom methods.
243243
- Tasks have a get interface and custom cancel and subscribe methods.
244-
- TaskPushNotificationConfig are a resource whose parent is a task.
244+
- TaskPushNotificationConfig are a resource whose parent is a task.
245245
They have get, list and create methods.
246246
- AgentCard is a static resource with only a get method.
247247
fields are not present as they don't comply with AIP rules, and the

0 commit comments

Comments
 (0)