- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class Deployment.Result.Builder extends GeneratedMessageV3.Builder<Deployment.Result.Builder> implements Deployment.ResultOrBuilder
Result of the deployment.
Protobuf type google.cloud.dialogflow.cx.v3beta1.Deployment.Result
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Deployment.Result.BuilderImplements
Deployment.ResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllDeploymentTestResults(Iterable<String> values)
public Deployment.Result.Builder addAllDeploymentTestResults(Iterable<String> values)
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) = { ... }
Name | Description |
values |
Iterable<String> The deploymentTestResults to add. |
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
addDeploymentTestResults(String value)
public Deployment.Result.Builder addDeploymentTestResults(String value)
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) = { ... }
Name | Description |
value |
String The deploymentTestResults to add. |
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
addDeploymentTestResultsBytes(ByteString value)
public Deployment.Result.Builder addDeploymentTestResultsBytes(ByteString value)
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) = { ... }
Name | Description |
value |
ByteString The bytes of the deploymentTestResults to add. |
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Deployment.Result.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
Deployment.Result.Builder |
build()
public Deployment.Result build()
Type | Description |
Deployment.Result |
buildPartial()
public Deployment.Result buildPartial()
Type | Description |
Deployment.Result |
clear()
public Deployment.Result.Builder clear()
Type | Description |
Deployment.Result.Builder |
clearDeploymentTestResults()
public Deployment.Result.Builder clearDeploymentTestResults()
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) = { ... }
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
clearExperiment()
public Deployment.Result.Builder clearExperiment()
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) = { ... }
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Deployment.Result.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field |
FieldDescriptor |
Type | Description |
Deployment.Result.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Deployment.Result.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof |
OneofDescriptor |
Type | Description |
Deployment.Result.Builder |
clone()
public Deployment.Result.Builder clone()
Type | Description |
Deployment.Result.Builder |
getDefaultInstanceForType()
public Deployment.Result getDefaultInstanceForType()
Type | Description |
Deployment.Result |
getDeploymentTestResults(int index)
public 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) = { ... }
Name | Description |
index |
int The index of the element to return. |
Type | Description |
String |
The deploymentTestResults at the given index. |
getDeploymentTestResultsBytes(int index)
public 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) = { ... }
Name | Description |
index |
int The index of the value to return. |
Type | Description |
ByteString |
The bytes of the deploymentTestResults at the given index. |
getDeploymentTestResultsCount()
public 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) = { ... }
Type | Description |
int |
The count of deploymentTestResults. |
getDeploymentTestResultsList()
public ProtocolStringList 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) = { ... }
Type | Description |
ProtocolStringList |
A list containing the deploymentTestResults. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getExperiment()
public 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) = { ... }
Type | Description |
String |
The experiment. |
getExperimentBytes()
public 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) = { ... }
Type | Description |
ByteString |
The bytes for experiment. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Deployment.Result other)
public Deployment.Result.Builder mergeFrom(Deployment.Result other)
Name | Description |
other |
Deployment.Result |
Type | Description |
Deployment.Result.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Deployment.Result.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
Deployment.Result.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Deployment.Result.Builder mergeFrom(Message other)
Name | Description |
other |
Message |
Type | Description |
Deployment.Result.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Deployment.Result.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
Deployment.Result.Builder |
setDeploymentTestResults(int index, String value)
public Deployment.Result.Builder setDeploymentTestResults(int index, String value)
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) = { ... }
Name | Description |
index |
int The index to set the value at. |
value |
String The deploymentTestResults to set. |
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
setExperiment(String value)
public Deployment.Result.Builder setExperiment(String value)
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) = { ... }
Name | Description |
value |
String The experiment to set. |
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
setExperimentBytes(ByteString value)
public Deployment.Result.Builder setExperimentBytes(ByteString value)
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) = { ... }
Name | Description |
value |
ByteString The bytes for experiment to set. |
Type | Description |
Deployment.Result.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Deployment.Result.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
Deployment.Result.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Deployment.Result.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Type | Description |
Deployment.Result.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Deployment.Result.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
Deployment.Result.Builder |