Class RestoreAgentRequest (2.11.0)

RestoreAgentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Agents.RestoreAgent.

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
parent str
Required. The project that the agent to restore is associated with. Format: projects/ or projects/.
agent_uri str
The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://". 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.