- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListEvaluationsResponse.Builder extends GeneratedMessage.Builder<ListEvaluationsResponse.Builder> implements ListEvaluationsResponseOrBuilderResponse message for EvaluationService.ListEvaluations method.
Protobuf type google.cloud.discoveryengine.v1beta.ListEvaluationsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListEvaluationsResponse.BuilderImplements
ListEvaluationsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEvaluations(Iterable<? extends Evaluation> values)
public ListEvaluationsResponse.Builder addAllEvaluations(Iterable<? extends Evaluation> values)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1beta.Evaluation> |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
addEvaluations(Evaluation value)
public ListEvaluationsResponse.Builder addEvaluations(Evaluation value)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Evaluation |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
addEvaluations(Evaluation.Builder builderForValue)
public ListEvaluationsResponse.Builder addEvaluations(Evaluation.Builder builderForValue)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Evaluation.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
addEvaluations(int index, Evaluation value)
public ListEvaluationsResponse.Builder addEvaluations(int index, Evaluation value)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Evaluation |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
addEvaluations(int index, Evaluation.Builder builderForValue)
public ListEvaluationsResponse.Builder addEvaluations(int index, Evaluation.Builder builderForValue)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Evaluation.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
addEvaluationsBuilder()
public Evaluation.Builder addEvaluationsBuilder()The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
Evaluation.Builder |
|
addEvaluationsBuilder(int index)
public Evaluation.Builder addEvaluationsBuilder(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation.Builder |
|
build()
public ListEvaluationsResponse build()| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse |
|
buildPartial()
public ListEvaluationsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse |
|
clear()
public ListEvaluationsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
clearEvaluations()
public ListEvaluationsResponse.Builder clearEvaluations()The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListEvaluationsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluations(int index)
public Evaluation getEvaluations(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation |
|
getEvaluationsBuilder(int index)
public Evaluation.Builder getEvaluationsBuilder(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation.Builder |
|
getEvaluationsBuilderList()
public List<Evaluation.Builder> getEvaluationsBuilderList()The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getEvaluationsCount()
public int getEvaluationsCount()The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationsList()
public List<Evaluation> getEvaluationsList()The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Evaluation> |
|
getEvaluationsOrBuilder(int index)
public EvaluationOrBuilder getEvaluationsOrBuilder(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationOrBuilder |
|
getEvaluationsOrBuilderList()
public List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListEvaluationsResponse other)
public ListEvaluationsResponse.Builder mergeFrom(ListEvaluationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEvaluationsResponse |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListEvaluationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListEvaluationsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
removeEvaluations(int index)
public ListEvaluationsResponse.Builder removeEvaluations(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
setEvaluations(int index, Evaluation value)
public ListEvaluationsResponse.Builder setEvaluations(int index, Evaluation value)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Evaluation |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
setEvaluations(int index, Evaluation.Builder builderForValue)
public ListEvaluationsResponse.Builder setEvaluations(int index, Evaluation.Builder builderForValue)The Evaluations.
repeated .google.cloud.discoveryengine.v1beta.Evaluation evaluations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Evaluation.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
|
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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationsResponse.Builder |
This builder for chaining. |