Converts an InfraObject to its protobuf representation, wrapped in an InfraObjectProto.
(self)
| 43 | |
| 44 | @abstractmethod |
| 45 | def to_infra_object_proto(self) -> InfraObjectProto: |
| 46 | """Converts an InfraObject to its protobuf representation, wrapped in an InfraObjectProto.""" |
| 47 | pass |
| 48 | |
| 49 | @abstractmethod |
| 50 | def to_proto(self) -> Any: |
no outgoing calls