Send feedback
Class ListEvaluationsResponse.Builder (0.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.43.0 keyboard_arrow_down
public static final class ListEvaluationsResponse . Builder extends GeneratedMessageV3 . Builder<ListEvaluationsResponse . Builder > implements ListEvaluationsResponseOrBuilder
Response message for
EvaluationService.ListEvaluations
method.
Protobuf type google.cloud.discoveryengine.v1alpha.ListEvaluationsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllEvaluations(Iterable<? extends Evaluation> values)
public ListEvaluationsResponse . Builder addAllEvaluations ( Iterable <? extends Evaluation > values )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.discoveryengine.v1alpha.Evaluation >
addEvaluations(Evaluation value)
public ListEvaluationsResponse . Builder addEvaluations ( Evaluation value )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
addEvaluations(Evaluation.Builder builderForValue)
public ListEvaluationsResponse . Builder addEvaluations ( Evaluation . Builder builderForValue )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
addEvaluations(int index, Evaluation value)
public ListEvaluationsResponse . Builder addEvaluations ( int index , Evaluation value )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
addEvaluations(int index, Evaluation.Builder builderForValue)
public ListEvaluationsResponse . Builder addEvaluations ( int index , Evaluation . Builder builderForValue )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
addEvaluationsBuilder()
public Evaluation . Builder addEvaluationsBuilder ()
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
addEvaluationsBuilder(int index)
public Evaluation . Builder addEvaluationsBuilder ( int index )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Parameter
Name
Description
index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListEvaluationsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ListEvaluationsResponse build ()
buildPartial()
public ListEvaluationsResponse buildPartial ()
clear()
public ListEvaluationsResponse . Builder clear ()
Overrides
clearEvaluations()
public ListEvaluationsResponse . Builder clearEvaluations ()
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
clearField(Descriptors.FieldDescriptor field)
public ListEvaluationsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNextPageToken()
public ListEvaluationsResponse . Builder clearNextPageToken ()
A token that can be sent as
ListEvaluationsRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListEvaluationsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ListEvaluationsResponse . Builder clone ()
Overrides
getDefaultInstanceForType()
public ListEvaluationsResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEvaluations(int index)
public Evaluation getEvaluations ( int index )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Parameter
Name
Description
index
int
getEvaluationsBuilder(int index)
public Evaluation . Builder getEvaluationsBuilder ( int index )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Parameter
Name
Description
index
int
getEvaluationsBuilderList()
public List<Evaluation . Builder > getEvaluationsBuilderList ()
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
getEvaluationsCount()
public int getEvaluationsCount ()
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Returns
Type
Description
int
getEvaluationsList()
public List<Evaluation> getEvaluationsList ()
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
getEvaluationsOrBuilder(int index)
public EvaluationOrBuilder getEvaluationsOrBuilder ( int index )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Parameter
Name
Description
index
int
getEvaluationsOrBuilderList()
public List <? extends EvaluationOrBuilder > getEvaluationsOrBuilderList ()
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Returns
Type
Description
List <? extends com.google.cloud.discoveryengine.v1alpha.EvaluationOrBuilder >
getNextPageToken()
public String getNextPageToken ()
A token that can be sent as
ListEvaluationsRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Returns
Type
Description
String
The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
A token that can be sent as
ListEvaluationsRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Returns
Type
Description
ByteString
The bytes for nextPageToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ListEvaluationsResponse other)
public ListEvaluationsResponse . Builder mergeFrom ( ListEvaluationsResponse other )
public ListEvaluationsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ListEvaluationsResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListEvaluationsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeEvaluations(int index)
public ListEvaluationsResponse . Builder removeEvaluations ( int index )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
Parameter
Name
Description
index
int
setEvaluations(int index, Evaluation value)
public ListEvaluationsResponse . Builder setEvaluations ( int index , Evaluation value )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
setEvaluations(int index, Evaluation.Builder builderForValue)
public ListEvaluationsResponse . Builder setEvaluations ( int index , Evaluation . Builder builderForValue )
The Evaluation s.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListEvaluationsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNextPageToken(String value)
public ListEvaluationsResponse . Builder setNextPageToken ( String value )
A token that can be sent as
ListEvaluationsRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Parameter
Name
Description
value
String
The nextPageToken to set.
setNextPageTokenBytes(ByteString value)
public ListEvaluationsResponse . Builder setNextPageTokenBytes ( ByteString value )
A token that can be sent as
ListEvaluationsRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Parameter
Name
Description
value
ByteString
The bytes for nextPageToken to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListEvaluationsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListEvaluationsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]