public interface ExportTestCasesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContent()
public abstract ByteString getContent()Uncompressed raw byte content for test cases.
bytes content = 2;
| Type | Description |
| ByteString | The content. |
getDestinationCase()
public abstract ExportTestCasesResponse.DestinationCase getDestinationCase()| Type | Description |
| ExportTestCasesResponse.DestinationCase |
getGcsUri()
public abstract String getGcsUri() The URI to a file containing the exported test cases. This field is
populated only if gcs_uri is specified in
ExportTestCasesRequest.
string gcs_uri = 1;
| Type | Description |
| String | The gcsUri. |
getGcsUriBytes()
public abstract ByteString getGcsUriBytes() The URI to a file containing the exported test cases. This field is
populated only if gcs_uri is specified in
ExportTestCasesRequest.
string gcs_uri = 1;
| Type | Description |
| ByteString | The bytes for gcsUri. |
hasContent()
public abstract boolean hasContent()Uncompressed raw byte content for test cases.
bytes content = 2;
| Type | Description |
| boolean | Whether the content field is set. |
hasGcsUri()
public abstract boolean hasGcsUri() The URI to a file containing the exported test cases. This field is
populated only if gcs_uri is specified in
ExportTestCasesRequest.
string gcs_uri = 1;
| Type | Description |
| boolean | Whether the gcsUri field is set. |