- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class ListEvaluationJobsRequest.Builder extends GeneratedMessageV3.Builder<ListEvaluationJobsRequest.Builder> implements ListEvaluationJobsRequestOrBuilder
Request message for ListEvaluationJobs.
Protobuf type google.cloud.datalabeling.v1beta1.ListEvaluationJobsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListEvaluationJobsRequest.BuilderImplements
ListEvaluationJobsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListEvaluationJobsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
build()
public ListEvaluationJobsRequest build()
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest |
buildPartial()
public ListEvaluationJobsRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest |
clear()
public ListEvaluationJobsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListEvaluationJobsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
clearFilter()
public ListEvaluationJobsRequest.Builder clearFilter()
Optional. You can filter the jobs to list by model_id (also known as
model_name, as described in
EvaluationJob.modelVersion) or by
evaluation job state (as described in EvaluationJob.state). To filter
by both criteria, use the AND
operator or the OR
operator. For example,
you can use the following string for your filter:
"evaluation<span></span>job.model_id = <var>{model_name}</var> AND
evaluation<span></span>job.state = <var>{evaluation_job_state}</var>"
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListEvaluationJobsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
clearPageSize()
public ListEvaluationJobsRequest.Builder clearPageSize()
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListEvaluationJobsRequest.Builder clearPageToken()
Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken in the response to the previous request. The request returns the first page if this is empty.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
clearParent()
public ListEvaluationJobsRequest.Builder clearParent()
Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
clone()
public ListEvaluationJobsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
getDefaultInstanceForType()
public ListEvaluationJobsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
Optional. You can filter the jobs to list by model_id (also known as
model_name, as described in
EvaluationJob.modelVersion) or by
evaluation job state (as described in EvaluationJob.state). To filter
by both criteria, use the AND
operator or the OR
operator. For example,
you can use the following string for your filter:
"evaluation<span></span>job.model_id = <var>{model_name}</var> AND
evaluation<span></span>job.state = <var>{evaluation_job_state}</var>"
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()
Optional. You can filter the jobs to list by model_id (also known as
model_name, as described in
EvaluationJob.modelVersion) or by
evaluation job state (as described in EvaluationJob.state). To filter
by both criteria, use the AND
operator or the OR
operator. For example,
you can use the following string for your filter:
"evaluation<span></span>job.model_id = <var>{model_name}</var> AND
evaluation<span></span>job.state = <var>{evaluation_job_state}</var>"
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken in the response to the previous request. The request returns the first page if this is empty.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken in the response to the previous request. The request returns the first page if this is empty.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListEvaluationJobsRequest other)
public ListEvaluationJobsRequest.Builder mergeFrom(ListEvaluationJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEvaluationJobsRequest |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListEvaluationJobsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListEvaluationJobsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListEvaluationJobsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListEvaluationJobsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
setFilter(String value)
public ListEvaluationJobsRequest.Builder setFilter(String value)
Optional. You can filter the jobs to list by model_id (also known as
model_name, as described in
EvaluationJob.modelVersion) or by
evaluation job state (as described in EvaluationJob.state). To filter
by both criteria, use the AND
operator or the OR
operator. For example,
you can use the following string for your filter:
"evaluation<span></span>job.model_id = <var>{model_name}</var> AND
evaluation<span></span>job.state = <var>{evaluation_job_state}</var>"
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The filter to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListEvaluationJobsRequest.Builder setFilterBytes(ByteString value)
Optional. You can filter the jobs to list by model_id (also known as
model_name, as described in
EvaluationJob.modelVersion) or by
evaluation job state (as described in EvaluationJob.state). To filter
by both criteria, use the AND
operator or the OR
operator. For example,
you can use the following string for your filter:
"evaluation<span></span>job.model_id = <var>{model_name}</var> AND
evaluation<span></span>job.state = <var>{evaluation_job_state}</var>"
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for filter to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListEvaluationJobsRequest.Builder setPageSize(int value)
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListEvaluationJobsRequest.Builder setPageToken(String value)
Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken in the response to the previous request. The request returns the first page if this is empty.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListEvaluationJobsRequest.Builder setPageTokenBytes(ByteString value)
Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken in the response to the previous request. The request returns the first page if this is empty.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListEvaluationJobsRequest.Builder setParent(String value)
Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListEvaluationJobsRequest.Builder setParentBytes(ByteString value)
Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListEvaluationJobsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListEvaluationJobsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListEvaluationJobsRequest.Builder |