Interface ExportTestCasesResponseOrBuilder (0.52.0)

public interface ExportTestCasesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract ByteString getContent()

Uncompressed raw byte content for test cases.

bytes content = 2;

Returns
TypeDescription
ByteString

The content.

getDestinationCase()

public abstract ExportTestCasesResponse.DestinationCase getDestinationCase()
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for gcsUri.

hasContent()

public abstract boolean hasContent()

Uncompressed raw byte content for test cases.

bytes content = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the gcsUri field is set.