Interface Deployment.ResultOrBuilder (0.52.0)

public static interface Deployment.ResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentTestResults(int index)

public abstract String getDeploymentTestResults(int index)

Results of test cases running before the deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The deploymentTestResults at the given index.

getDeploymentTestResultsBytes(int index)

public abstract ByteString getDeploymentTestResultsBytes(int index)

Results of test cases running before the deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the deploymentTestResults at the given index.

getDeploymentTestResultsCount()

public abstract int getDeploymentTestResultsCount()

Results of test cases running before the deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
int

The count of deploymentTestResults.

getDeploymentTestResultsList()

public abstract List<String> getDeploymentTestResultsList()

Results of test cases running before the deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
List<String>

A list containing the deploymentTestResults.

getExperiment()

public abstract String getExperiment()

The name of the experiment triggered by this deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>.

string experiment = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The experiment.

getExperimentBytes()

public abstract ByteString getExperimentBytes()

The name of the experiment triggered by this deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>.

string experiment = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for experiment.