Class ExportTestCasesResponse (1.9.1)

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

The response message for TestCases.ExportTestCases.

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
gcs_uri str
The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest. This field is a member of oneof_ destination.
content bytes
Uncompressed raw byte content for test cases. This field is a member of oneof_ destination.