Class ExportAgentResponse (1.28.0)

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

NameDescription
agent_uri str
The URI to a file containing the exported agent. This field is populated if agent_uri is specified in ExportAgentRequest. This field is a member of oneof_ agent.
agent_content bytes
Uncompressed raw byte content for agent. This field is populated if none of agent_uri and git_destination are specified in ExportAgentRequest. This field is a member of oneof_ agent.
commit_sha str
Commit SHA of the git push. This field is populated if git_destination is specified in ExportAgentRequest. This field is a member of oneof_ agent.