@@ -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