public static interface Deployment.ResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentTestResults(int index)
Results of test cases running before the deployment.
|
com.google.protobuf.ByteString |
getDeploymentTestResultsBytes(int index)
Results of test cases running before the deployment.
|
int |
getDeploymentTestResultsCount()
Results of test cases running before the deployment.
|
List<String> |
getDeploymentTestResultsList()
Results of test cases running before the deployment.
|
String |
getExperiment()
The name of the experiment triggered by this deployment.
|
com.google.protobuf.ByteString |
getExperimentBytes()
The name of the experiment triggered by this deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getDeploymentTestResultsList()
Results of test cases running before the deployment. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>`.
repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }
int getDeploymentTestResultsCount()
Results of test cases running before the deployment. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>`.
repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }
String getDeploymentTestResults(int index)
Results of test cases running before the deployment. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>`.
repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getDeploymentTestResultsBytes(int index)
Results of test cases running before the deployment. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>`.
repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }
index - The index of the value to return.String getExperiment()
The name of the experiment triggered by this deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.
string experiment = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getExperimentBytes()
The name of the experiment triggered by this deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.
string experiment = 2 [(.google.api.resource_reference) = { ... }Copyright © 2025 Google LLC. All rights reserved.