public static final class GenerateAppResourceRequest.QualityReportGenerationConfig.Builder extends GeneratedMessage.Builder<GenerateAppResourceRequest.QualityReportGenerationConfig.Builder> implements GenerateAppResourceRequest.QualityReportGenerationConfigOrBuilderThe configuration to be used for quality report generation.
Protobuf type
google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GenerateAppResourceRequest.QualityReportGenerationConfig.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GenerateAppResourceRequest.QualityReportGenerationConfig build()| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig |
|
buildPartial()
public GenerateAppResourceRequest.QualityReportGenerationConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig |
|
clear()
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
|
clearAlgorithm()
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder clearAlgorithm()Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
This builder for chaining. |
clearEvaluationRun()
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder clearEvaluationRun()Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
This builder for chaining. |
getAlgorithm()
public GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm getAlgorithm()Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm |
The algorithm. |
getAlgorithmValue()
public int getAlgorithmValue()Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for algorithm. |
getDefaultInstanceForType()
public GenerateAppResourceRequest.QualityReportGenerationConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluationRun()
public String getEvaluationRun()Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationRun. |
getEvaluationRunBytes()
public ByteString getEvaluationRunBytes()Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationRun. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GenerateAppResourceRequest.QualityReportGenerationConfig other)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder mergeFrom(GenerateAppResourceRequest.QualityReportGenerationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateAppResourceRequest.QualityReportGenerationConfig |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
|
setAlgorithm(GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm value)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder setAlgorithm(GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm value)Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithmThe algorithm to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
This builder for chaining. |
setAlgorithmValue(int value)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder setAlgorithmValue(int value)Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for algorithm to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
This builder for chaining. |
setEvaluationRun(String value)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder setEvaluationRun(String value)Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe evaluationRun to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
This builder for chaining. |
setEvaluationRunBytes(ByteString value)
public GenerateAppResourceRequest.QualityReportGenerationConfig.Builder setEvaluationRunBytes(ByteString value)Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for evaluationRun to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.Builder |
This builder for chaining. |