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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>`.
repeated string deployment_test_results = 1 [(.google.api.resource_reference) = { ... }
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) = { ... }
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) = { ... }
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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>`.
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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>.
string experiment = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.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) = { ... }Copyright © 2022 Google LLC. All rights reserved.