@@ -437,18 +437,17 @@ class Message(google.protobuf.message.Message):
437
437
438
438
REQUEST_FIELD_NUMBER : builtins .int
439
439
RESPONSE_FIELD_NUMBER : builtins .int
440
- EVENT_FIELD_NUMBER : builtins .int
440
+ CLOUDEVENT_FIELD_NUMBER : builtins .int
441
441
REGISTERAGENTTYPEREQUEST_FIELD_NUMBER : builtins .int
442
442
REGISTERAGENTTYPERESPONSE_FIELD_NUMBER : builtins .int
443
443
ADDSUBSCRIPTIONREQUEST_FIELD_NUMBER : builtins .int
444
444
ADDSUBSCRIPTIONRESPONSE_FIELD_NUMBER : builtins .int
445
- CLOUDEVENT_FIELD_NUMBER : builtins .int
446
445
@property
447
446
def request (self ) -> global___RpcRequest : ...
448
447
@property
449
448
def response (self ) -> global___RpcResponse : ...
450
449
@property
451
- def event (self ) -> global___Event : ...
450
+ def cloudEvent (self ) -> cloudevent_pb2 . CloudEvent : ...
452
451
@property
453
452
def registerAgentTypeRequest (self ) -> global___RegisterAgentTypeRequest : ...
454
453
@property
@@ -457,22 +456,19 @@ class Message(google.protobuf.message.Message):
457
456
def addSubscriptionRequest (self ) -> global___AddSubscriptionRequest : ...
458
457
@property
459
458
def addSubscriptionResponse (self ) -> global___AddSubscriptionResponse : ...
460
- @property
461
- def cloudEvent (self ) -> cloudevent_pb2 .CloudEvent : ...
462
459
def __init__ (
463
460
self ,
464
461
* ,
465
462
request : global___RpcRequest | None = ...,
466
463
response : global___RpcResponse | None = ...,
467
- event : global___Event | None = ...,
464
+ cloudEvent : cloudevent_pb2 . CloudEvent | None = ...,
468
465
registerAgentTypeRequest : global___RegisterAgentTypeRequest | None = ...,
469
466
registerAgentTypeResponse : global___RegisterAgentTypeResponse | None = ...,
470
467
addSubscriptionRequest : global___AddSubscriptionRequest | None = ...,
471
468
addSubscriptionResponse : global___AddSubscriptionResponse | None = ...,
472
- cloudEvent : cloudevent_pb2 .CloudEvent | None = ...,
473
469
) -> None : ...
474
- def HasField (self , field_name : typing .Literal ["addSubscriptionRequest" , b"addSubscriptionRequest" , "addSubscriptionResponse" , b"addSubscriptionResponse" , "cloudEvent" , b"cloudEvent" , "event" , b"event" , " message" , b"message" , "registerAgentTypeRequest" , b"registerAgentTypeRequest" , "registerAgentTypeResponse" , b"registerAgentTypeResponse" , "request" , b"request" , "response" , b"response" ]) -> builtins .bool : ...
475
- def ClearField (self , field_name : typing .Literal ["addSubscriptionRequest" , b"addSubscriptionRequest" , "addSubscriptionResponse" , b"addSubscriptionResponse" , "cloudEvent" , b"cloudEvent" , "event" , b"event" , " message" , b"message" , "registerAgentTypeRequest" , b"registerAgentTypeRequest" , "registerAgentTypeResponse" , b"registerAgentTypeResponse" , "request" , b"request" , "response" , b"response" ]) -> None : ...
476
- def WhichOneof (self , oneof_group : typing .Literal ["message" , b"message" ]) -> typing .Literal ["request" , "response" , "event " , "registerAgentTypeRequest" , "registerAgentTypeResponse" , "addSubscriptionRequest" , "addSubscriptionResponse" , "cloudEvent " ] | None : ...
470
+ def HasField (self , field_name : typing .Literal ["addSubscriptionRequest" , b"addSubscriptionRequest" , "addSubscriptionResponse" , b"addSubscriptionResponse" , "cloudEvent" , b"cloudEvent" , "message" , b"message" , "registerAgentTypeRequest" , b"registerAgentTypeRequest" , "registerAgentTypeResponse" , b"registerAgentTypeResponse" , "request" , b"request" , "response" , b"response" ]) -> builtins .bool : ...
471
+ def ClearField (self , field_name : typing .Literal ["addSubscriptionRequest" , b"addSubscriptionRequest" , "addSubscriptionResponse" , b"addSubscriptionResponse" , "cloudEvent" , b"cloudEvent" , "message" , b"message" , "registerAgentTypeRequest" , b"registerAgentTypeRequest" , "registerAgentTypeResponse" , b"registerAgentTypeResponse" , "request" , b"request" , "response" , b"response" ]) -> None : ...
472
+ def WhichOneof (self , oneof_group : typing .Literal ["message" , b"message" ]) -> typing .Literal ["request" , "response" , "cloudEvent " , "registerAgentTypeRequest" , "registerAgentTypeResponse" , "addSubscriptionRequest" , "addSubscriptionResponse" ] | None : ...
477
473
478
474
global___Message = Message
0 commit comments