Class ExportFlowResponse (1.11.0)

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

The response message for Flows.ExportFlow.

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
flow_uri str
The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in ExportFlowRequest. This field is a member of oneof_ flow.
flow_content bytes
Uncompressed raw byte content for flow. This field is a member of oneof_ flow.