Class ExportEvaluationRunsResponse.Builder (0.9.0)

public static final class ExportEvaluationRunsResponse.Builder extends GeneratedMessage.Builder<ExportEvaluationRunsResponse.Builder> implements ExportEvaluationRunsResponseOrBuilder

Response message for EvaluationService.ExportEvaluationRuns.

Protobuf type google.cloud.ces.v1beta.ExportEvaluationRunsResponse

Static Methods

getDescriptor()

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

Methods

build()

public ExportEvaluationRunsResponse build()
Returns
Type Description
ExportEvaluationRunsResponse

buildPartial()

public ExportEvaluationRunsResponse buildPartial()
Returns
Type Description
ExportEvaluationRunsResponse

clear()

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

clearEvaluationRuns()

public ExportEvaluationRunsResponse.Builder clearEvaluationRuns()
Returns
Type Description
ExportEvaluationRunsResponse.Builder

clearEvaluationRunsContent()

public ExportEvaluationRunsResponse.Builder clearEvaluationRunsContent()

The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.

bytes evaluation_runs_content = 1;

Returns
Type Description
ExportEvaluationRunsResponse.Builder

This builder for chaining.

clearEvaluationRunsUri()

public ExportEvaluationRunsResponse.Builder clearEvaluationRunsUri()

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

string evaluation_runs_uri = 2;

Returns
Type Description
ExportEvaluationRunsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExportEvaluationRunsResponse getDefaultInstanceForType()
Returns
Type Description
ExportEvaluationRunsResponse

getDescriptorForType()

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

getEvaluationRunsCase()

public ExportEvaluationRunsResponse.EvaluationRunsCase getEvaluationRunsCase()
Returns
Type Description
ExportEvaluationRunsResponse.EvaluationRunsCase

getEvaluationRunsContent()

public ByteString getEvaluationRunsContent()

The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.

bytes evaluation_runs_content = 1;

Returns
Type Description
ByteString

The evaluationRunsContent.

getEvaluationRunsUri()

public String getEvaluationRunsUri()

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

string evaluation_runs_uri = 2;

Returns
Type Description
String

The evaluationRunsUri.

getEvaluationRunsUriBytes()

public ByteString getEvaluationRunsUriBytes()

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

string evaluation_runs_uri = 2;

Returns
Type Description
ByteString

The bytes for evaluationRunsUri.

hasEvaluationRunsContent()

public boolean hasEvaluationRunsContent()

The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.

bytes evaluation_runs_content = 1;

Returns
Type Description
boolean

Whether the evaluationRunsContent field is set.

hasEvaluationRunsUri()

public boolean hasEvaluationRunsUri()

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

string evaluation_runs_uri = 2;

Returns
Type Description
boolean

Whether the evaluationRunsUri field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportEvaluationRunsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEvaluationRunsContent(ByteString value)

public ExportEvaluationRunsResponse.Builder setEvaluationRunsContent(ByteString value)

The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.

bytes evaluation_runs_content = 1;

Parameter
Name Description
value ByteString

The evaluationRunsContent to set.

Returns
Type Description
ExportEvaluationRunsResponse.Builder

This builder for chaining.

setEvaluationRunsUri(String value)

public ExportEvaluationRunsResponse.Builder setEvaluationRunsUri(String value)

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

string evaluation_runs_uri = 2;

Parameter
Name Description
value String

The evaluationRunsUri to set.

Returns
Type Description
ExportEvaluationRunsResponse.Builder

This builder for chaining.

setEvaluationRunsUriBytes(ByteString value)

public ExportEvaluationRunsResponse.Builder setEvaluationRunsUriBytes(ByteString value)

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

string evaluation_runs_uri = 2;

Parameter
Name Description
value ByteString

The bytes for evaluationRunsUri to set.

Returns
Type Description
ExportEvaluationRunsResponse.Builder

This builder for chaining.