public static final class ListEvaluationRunsResponse.Builder extends GeneratedMessage.Builder<ListEvaluationRunsResponse.Builder> implements ListEvaluationRunsResponseOrBuilderResponse message for EvaluationService.ListEvaluationRuns.
Protobuf type google.cloud.ces.v1beta.ListEvaluationRunsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListEvaluationRunsResponse.BuilderImplements
ListEvaluationRunsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEvaluationRuns(Iterable<? extends EvaluationRun> values)
public ListEvaluationRunsResponse.Builder addAllEvaluationRuns(Iterable<? extends EvaluationRun> values)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.ces.v1beta.EvaluationRun> |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
addEvaluationRuns(EvaluationRun value)
public ListEvaluationRunsResponse.Builder addEvaluationRuns(EvaluationRun value)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
EvaluationRun |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
addEvaluationRuns(EvaluationRun.Builder builderForValue)
public ListEvaluationRunsResponse.Builder addEvaluationRuns(EvaluationRun.Builder builderForValue)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EvaluationRun.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
addEvaluationRuns(int index, EvaluationRun value)
public ListEvaluationRunsResponse.Builder addEvaluationRuns(int index, EvaluationRun value)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EvaluationRun |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
addEvaluationRuns(int index, EvaluationRun.Builder builderForValue)
public ListEvaluationRunsResponse.Builder addEvaluationRuns(int index, EvaluationRun.Builder builderForValue)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EvaluationRun.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
addEvaluationRunsBuilder()
public EvaluationRun.Builder addEvaluationRunsBuilder()The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
EvaluationRun.Builder |
|
addEvaluationRunsBuilder(int index)
public EvaluationRun.Builder addEvaluationRunsBuilder(int index)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationRun.Builder |
|
build()
public ListEvaluationRunsResponse build()| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse |
|
buildPartial()
public ListEvaluationRunsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse |
|
clear()
public ListEvaluationRunsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
clearEvaluationRuns()
public ListEvaluationRunsResponse.Builder clearEvaluationRuns()The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
clearNextPageToken()
public ListEvaluationRunsResponse.Builder clearNextPageToken()A token that can be sent as ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListEvaluationRunsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluationRuns(int index)
public EvaluationRun getEvaluationRuns(int index)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationRun |
|
getEvaluationRunsBuilder(int index)
public EvaluationRun.Builder getEvaluationRunsBuilder(int index)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationRun.Builder |
|
getEvaluationRunsBuilderList()
public List<EvaluationRun.Builder> getEvaluationRunsBuilderList()The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getEvaluationRunsCount()
public int getEvaluationRunsCount()The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationRunsList()
public List<EvaluationRun> getEvaluationRunsList()The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
List<EvaluationRun> |
|
getEvaluationRunsOrBuilder(int index)
public EvaluationRunOrBuilder getEvaluationRunsOrBuilder(int index)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationRunOrBuilder |
|
getEvaluationRunsOrBuilderList()
public List<? extends EvaluationRunOrBuilder> getEvaluationRunsOrBuilderList()The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1beta.EvaluationRunOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()A token that can be sent as ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates 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 ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates 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(ListEvaluationRunsResponse other)
public ListEvaluationRunsResponse.Builder mergeFrom(ListEvaluationRunsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEvaluationRunsResponse |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListEvaluationRunsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListEvaluationRunsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
removeEvaluationRuns(int index)
public ListEvaluationRunsResponse.Builder removeEvaluationRuns(int index)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
setEvaluationRuns(int index, EvaluationRun value)
public ListEvaluationRunsResponse.Builder setEvaluationRuns(int index, EvaluationRun value)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EvaluationRun |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
setEvaluationRuns(int index, EvaluationRun.Builder builderForValue)
public ListEvaluationRunsResponse.Builder setEvaluationRuns(int index, EvaluationRun.Builder builderForValue)The list of evaluation runs.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EvaluationRun.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
|
setNextPageToken(String value)
public ListEvaluationRunsResponse.Builder setNextPageToken(String value)A token that can be sent as ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListEvaluationRunsResponse.Builder setNextPageTokenBytes(ByteString value)A token that can be sent as ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListEvaluationRunsResponse.Builder |
This builder for chaining. |