@@ -14,7 +14,7 @@ class A2AServiceStub(object):
14
14
- Messages are not a standard resource so there is no get/delete/update/list
15
15
interface, only a send and stream custom methods.
16
16
- 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.
18
18
They have get, list and create methods.
19
19
- AgentCard is a static resource with only a get method.
20
20
fields are not present as they don't comply with AIP rules, and the
@@ -88,7 +88,7 @@ class A2AServiceServicer(object):
88
88
- Messages are not a standard resource so there is no get/delete/update/list
89
89
interface, only a send and stream custom methods.
90
90
- 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.
92
92
They have get, list and create methods.
93
93
- AgentCard is a static resource with only a get method.
94
94
fields are not present as they don't comply with AIP rules, and the
@@ -241,7 +241,7 @@ class A2AService(object):
241
241
- Messages are not a standard resource so there is no get/delete/update/list
242
242
interface, only a send and stream custom methods.
243
243
- 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.
245
245
They have get, list and create methods.
246
246
- AgentCard is a static resource with only a get method.
247
247
fields are not present as they don't comply with AIP rules, and the
0 commit comments