@@ -299,16 +299,14 @@ class AgentCardSignature(_message.Message):
299299 def __init__ (self , protected : _Optional [str ] = ..., signature : _Optional [str ] = ..., header : _Optional [_Union [_struct_pb2 .Struct , _Mapping ]] = ...) -> None : ...
300300
301301class TaskPushNotificationConfig (_message .Message ):
302- __slots__ = ("tenant" , "id" , " task_id" , "push_notification_config" )
302+ __slots__ = ("tenant" , "task_id" , "push_notification_config" )
303303 TENANT_FIELD_NUMBER : _ClassVar [int ]
304- ID_FIELD_NUMBER : _ClassVar [int ]
305304 TASK_ID_FIELD_NUMBER : _ClassVar [int ]
306305 PUSH_NOTIFICATION_CONFIG_FIELD_NUMBER : _ClassVar [int ]
307306 tenant : str
308- id : str
309307 task_id : str
310308 push_notification_config : PushNotificationConfig
311- def __init__ (self , tenant : _Optional [str ] = ..., id : _Optional [ str ] = ..., task_id : _Optional [str ] = ..., push_notification_config : _Optional [_Union [PushNotificationConfig , _Mapping ]] = ...) -> None : ...
309+ def __init__ (self , tenant : _Optional [str ] = ..., task_id : _Optional [str ] = ..., push_notification_config : _Optional [_Union [PushNotificationConfig , _Mapping ]] = ...) -> None : ...
312310
313311class StringList (_message .Message ):
314312 __slots__ = ("list" ,)
@@ -547,12 +545,14 @@ class ListTasksResponse(_message.Message):
547545 def __init__ (self , tasks : _Optional [_Iterable [_Union [Task , _Mapping ]]] = ..., next_page_token : _Optional [str ] = ..., page_size : _Optional [int ] = ..., total_size : _Optional [int ] = ...) -> None : ...
548546
549547class CancelTaskRequest (_message .Message ):
550- __slots__ = ("tenant" , "id" )
548+ __slots__ = ("tenant" , "id" , "metadata" )
551549 TENANT_FIELD_NUMBER : _ClassVar [int ]
552550 ID_FIELD_NUMBER : _ClassVar [int ]
551+ METADATA_FIELD_NUMBER : _ClassVar [int ]
553552 tenant : str
554553 id : str
555- def __init__ (self , tenant : _Optional [str ] = ..., id : _Optional [str ] = ...) -> None : ...
554+ metadata : _struct_pb2 .Struct
555+ def __init__ (self , tenant : _Optional [str ] = ..., id : _Optional [str ] = ..., metadata : _Optional [_Union [_struct_pb2 .Struct , _Mapping ]] = ...) -> None : ...
556556
557557class GetTaskPushNotificationConfigRequest (_message .Message ):
558558 __slots__ = ("tenant" , "task_id" , "id" )
@@ -575,16 +575,14 @@ class DeleteTaskPushNotificationConfigRequest(_message.Message):
575575 def __init__ (self , tenant : _Optional [str ] = ..., task_id : _Optional [str ] = ..., id : _Optional [str ] = ...) -> None : ...
576576
577577class CreateTaskPushNotificationConfigRequest (_message .Message ):
578- __slots__ = ("tenant" , "task_id" , "config_id" , " config" )
578+ __slots__ = ("tenant" , "task_id" , "config" )
579579 TENANT_FIELD_NUMBER : _ClassVar [int ]
580580 TASK_ID_FIELD_NUMBER : _ClassVar [int ]
581- CONFIG_ID_FIELD_NUMBER : _ClassVar [int ]
582581 CONFIG_FIELD_NUMBER : _ClassVar [int ]
583582 tenant : str
584583 task_id : str
585- config_id : str
586584 config : PushNotificationConfig
587- def __init__ (self , tenant : _Optional [str ] = ..., task_id : _Optional [str ] = ..., config_id : _Optional [ str ] = ..., config : _Optional [_Union [PushNotificationConfig , _Mapping ]] = ...) -> None : ...
585+ def __init__ (self , tenant : _Optional [str ] = ..., task_id : _Optional [str ] = ..., config : _Optional [_Union [PushNotificationConfig , _Mapping ]] = ...) -> None : ...
588586
589587class SubscribeToTaskRequest (_message .Message ):
590588 __slots__ = ("tenant" , "id" )
@@ -594,7 +592,7 @@ class SubscribeToTaskRequest(_message.Message):
594592 id : str
595593 def __init__ (self , tenant : _Optional [str ] = ..., id : _Optional [str ] = ...) -> None : ...
596594
597- class ListTaskPushNotificationConfigRequest (_message .Message ):
595+ class ListTaskPushNotificationConfigsRequest (_message .Message ):
598596 __slots__ = ("tenant" , "task_id" , "page_size" , "page_token" )
599597 TENANT_FIELD_NUMBER : _ClassVar [int ]
600598 TASK_ID_FIELD_NUMBER : _ClassVar [int ]
@@ -632,7 +630,7 @@ class StreamResponse(_message.Message):
632630 artifact_update : TaskArtifactUpdateEvent
633631 def __init__ (self , task : _Optional [_Union [Task , _Mapping ]] = ..., message : _Optional [_Union [Message , _Mapping ]] = ..., status_update : _Optional [_Union [TaskStatusUpdateEvent , _Mapping ]] = ..., artifact_update : _Optional [_Union [TaskArtifactUpdateEvent , _Mapping ]] = ...) -> None : ...
634632
635- class ListTaskPushNotificationConfigResponse (_message .Message ):
633+ class ListTaskPushNotificationConfigsResponse (_message .Message ):
636634 __slots__ = ("configs" , "next_page_token" )
637635 CONFIGS_FIELD_NUMBER : _ClassVar [int ]
638636 NEXT_PAGE_TOKEN_FIELD_NUMBER : _ClassVar [int ]
0 commit comments