Class ExportTestCasesResponse (1.13.0)

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``.

Inheritance

builtins.object > proto.message.Message > ExportTestCasesResponse