Class RunEvaluationResponse.Builder (0.3.0)

public static final class RunEvaluationResponse.Builder extends GeneratedMessage.Builder<RunEvaluationResponse.Builder> implements RunEvaluationResponseOrBuilder

Response message for EvaluationService.RunEvaluation.

Protobuf type google.cloud.ces.v1beta.RunEvaluationResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public RunEvaluationResponse build()
Returns
Type Description
RunEvaluationResponse

buildPartial()

public RunEvaluationResponse buildPartial()
Returns
Type Description
RunEvaluationResponse

clear()

public RunEvaluationResponse.Builder clear()
Returns
Type Description
RunEvaluationResponse.Builder
Overrides

clearEvaluationRun()

public RunEvaluationResponse.Builder clearEvaluationRun()

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

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

Returns
Type Description
RunEvaluationResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public RunEvaluationResponse getDefaultInstanceForType()
Returns
Type Description
RunEvaluationResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEvaluationRun()

public String getEvaluationRun()

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

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

Returns
Type Description
String

The evaluationRun.

getEvaluationRunBytes()

public ByteString getEvaluationRunBytes()

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

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

Returns
Type Description
ByteString

The bytes for evaluationRun.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RunEvaluationResponse other)

public RunEvaluationResponse.Builder mergeFrom(RunEvaluationResponse other)
Parameter
Name Description
other RunEvaluationResponse
Returns
Type Description
RunEvaluationResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RunEvaluationResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunEvaluationResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RunEvaluationResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RunEvaluationResponse.Builder
Overrides

setEvaluationRun(String value)

public RunEvaluationResponse.Builder setEvaluationRun(String value)

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

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

Parameter
Name Description
value String

The evaluationRun to set.

Returns
Type Description
RunEvaluationResponse.Builder

This builder for chaining.

setEvaluationRunBytes(ByteString value)

public RunEvaluationResponse.Builder setEvaluationRunBytes(ByteString value)

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

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

Parameter
Name Description
value ByteString

The bytes for evaluationRun to set.

Returns
Type Description
RunEvaluationResponse.Builder

This builder for chaining.