ExportAgentResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The response message for Agents.ExportAgent.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
agent_uri |
str
The URI to a file containing the exported agent. This field is populated only if ``agent_uri`` is specified in ``ExportAgentRequest``. This field is a member of `oneof`_ ``agent``. |
agent_content |
bytes
Zip compressed raw byte content for agent. This field is a member of `oneof`_ ``agent``. |