Class Evaluation.EvaluationSpec.QuerySetSpec.Builder (0.79.0)

public static final class Evaluation.EvaluationSpec.QuerySetSpec.Builder extends GeneratedMessage.Builder<Evaluation.EvaluationSpec.QuerySetSpec.Builder> implements Evaluation.EvaluationSpec.QuerySetSpecOrBuilder

Describes the specification of the query set.

Protobuf type google.cloud.discoveryengine.v1alpha.Evaluation.EvaluationSpec.QuerySetSpec

Static Methods

getDescriptor()

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

Methods

build()

public Evaluation.EvaluationSpec.QuerySetSpec build()
Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec

buildPartial()

public Evaluation.EvaluationSpec.QuerySetSpec buildPartial()
Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec

clear()

public Evaluation.EvaluationSpec.QuerySetSpec.Builder clear()
Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec.Builder
Overrides

clearSampleQuerySet()

public Evaluation.EvaluationSpec.QuerySetSpec.Builder clearSampleQuerySet()

Required. The full resource name of the SampleQuerySet used for the evaluation, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec.Builder

This builder for chaining.

getDefaultInstanceForType()

public Evaluation.EvaluationSpec.QuerySetSpec getDefaultInstanceForType()
Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec

getDescriptorForType()

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

getSampleQuerySet()

public String getSampleQuerySet()

Required. The full resource name of the SampleQuerySet used for the evaluation, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The sampleQuerySet.

getSampleQuerySetBytes()

public ByteString getSampleQuerySetBytes()

Required. The full resource name of the SampleQuerySet used for the evaluation, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for sampleQuerySet.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Evaluation.EvaluationSpec.QuerySetSpec other)

public Evaluation.EvaluationSpec.QuerySetSpec.Builder mergeFrom(Evaluation.EvaluationSpec.QuerySetSpec other)
Parameter
Name Description
other Evaluation.EvaluationSpec.QuerySetSpec
Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Evaluation.EvaluationSpec.QuerySetSpec.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec.Builder
Overrides

setSampleQuerySet(String value)

public Evaluation.EvaluationSpec.QuerySetSpec.Builder setSampleQuerySet(String value)

Required. The full resource name of the SampleQuerySet used for the evaluation, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The sampleQuerySet to set.

Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec.Builder

This builder for chaining.

setSampleQuerySetBytes(ByteString value)

public Evaluation.EvaluationSpec.QuerySetSpec.Builder setSampleQuerySetBytes(ByteString value)

Required. The full resource name of the SampleQuerySet used for the evaluation, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for sampleQuerySet to set.

Returns
Type Description
Evaluation.EvaluationSpec.QuerySetSpec.Builder

This builder for chaining.