Interface ResultStorageOrBuilder (0.14.1)

public interface ResultStorageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsPath()

public abstract String getGcsPath()

Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".

string gcs_path = 4;

Returns
TypeDescription
String

The gcsPath.

getGcsPathBytes()

public abstract ByteString getGcsPathBytes()

Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".

string gcs_path = 4;

Returns
TypeDescription
ByteString

The bytes for gcsPath.

getResultsUri()

public abstract String getResultsUri()

URI to the test results in the Firebase Web Console.

string results_uri = 3;

Returns
TypeDescription
String

The resultsUri.

getResultsUriBytes()

public abstract ByteString getResultsUriBytes()

URI to the test results in the Firebase Web Console.

string results_uri = 3;

Returns
TypeDescription
ByteString

The bytes for resultsUri.

getToolResultsExecution()

public abstract String getToolResultsExecution()

Tool Results execution resource containing test results. Format is projects/{project_id}/histories/{history_id}/executions/{execution_id}. Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.

string tool_results_execution = 2;

Returns
TypeDescription
String

The toolResultsExecution.

getToolResultsExecutionBytes()

public abstract ByteString getToolResultsExecutionBytes()

Tool Results execution resource containing test results. Format is projects/{project_id}/histories/{history_id}/executions/{execution_id}. Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.

string tool_results_execution = 2;

Returns
TypeDescription
ByteString

The bytes for toolResultsExecution.

getToolResultsHistory()

public abstract String getToolResultsHistory()

Tool Results history resource containing test results. Format is projects/{project_id}/histories/{history_id}. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.

string tool_results_history = 1;

Returns
TypeDescription
String

The toolResultsHistory.

getToolResultsHistoryBytes()

public abstract ByteString getToolResultsHistoryBytes()

Tool Results history resource containing test results. Format is projects/{project_id}/histories/{history_id}. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.

string tool_results_history = 1;

Returns
TypeDescription
ByteString

The bytes for toolResultsHistory.