public static final class ListCustomJobsResponse.Builder extends GeneratedMessage.Builder<ListCustomJobsResponse.Builder> implements ListCustomJobsResponseOrBuilderResponse message for JobService.ListCustomJobs
Protobuf type google.cloud.aiplatform.v1.ListCustomJobsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListCustomJobsResponse.BuilderImplements
ListCustomJobsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllCustomJobs(Iterable<? extends CustomJob> values)
public ListCustomJobsResponse.Builder addAllCustomJobs(Iterable<? extends CustomJob> values)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.CustomJob> |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
addCustomJobs(CustomJob value)
public ListCustomJobsResponse.Builder addCustomJobs(CustomJob value)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomJob |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
addCustomJobs(CustomJob.Builder builderForValue)
public ListCustomJobsResponse.Builder addCustomJobs(CustomJob.Builder builderForValue)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
addCustomJobs(int index, CustomJob value)
public ListCustomJobsResponse.Builder addCustomJobs(int index, CustomJob value)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
CustomJob |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
addCustomJobs(int index, CustomJob.Builder builderForValue)
public ListCustomJobsResponse.Builder addCustomJobs(int index, CustomJob.Builder builderForValue)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
CustomJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
addCustomJobsBuilder()
public CustomJob.Builder addCustomJobsBuilder()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
CustomJob.Builder |
|
addCustomJobsBuilder(int index)
public CustomJob.Builder addCustomJobsBuilder(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomJob.Builder |
|
build()
public ListCustomJobsResponse build()| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse |
|
buildPartial()
public ListCustomJobsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse |
|
clear()
public ListCustomJobsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
clearCustomJobs()
public ListCustomJobsResponse.Builder clearCustomJobs()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
clearNextPageToken()
public ListCustomJobsResponse.Builder clearNextPageToken()A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
This builder for chaining. |
getCustomJobs(int index)
public CustomJob getCustomJobs(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomJob |
|
getCustomJobsBuilder(int index)
public CustomJob.Builder getCustomJobsBuilder(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomJob.Builder |
|
getCustomJobsBuilderList()
public List<CustomJob.Builder> getCustomJobsBuilderList()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getCustomJobsCount()
public int getCustomJobsCount()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCustomJobsList()
public List<CustomJob> getCustomJobsList()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<CustomJob> |
|
getCustomJobsOrBuilder(int index)
public CustomJobOrBuilder getCustomJobsOrBuilder(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomJobOrBuilder |
|
getCustomJobsOrBuilderList()
public List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.CustomJobOrBuilder> |
|
getDefaultInstanceForType()
public ListCustomJobsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.
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(ListCustomJobsResponse other)
public ListCustomJobsResponse.Builder mergeFrom(ListCustomJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCustomJobsResponse |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCustomJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListCustomJobsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
removeCustomJobs(int index)
public ListCustomJobsResponse.Builder removeCustomJobs(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
setCustomJobs(int index, CustomJob value)
public ListCustomJobsResponse.Builder setCustomJobs(int index, CustomJob value)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
CustomJob |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
setCustomJobs(int index, CustomJob.Builder builderForValue)
public ListCustomJobsResponse.Builder setCustomJobs(int index, CustomJob.Builder builderForValue)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
CustomJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
|
setNextPageToken(String value)
public ListCustomJobsResponse.Builder setNextPageToken(String value)A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListCustomJobsResponse.Builder setNextPageTokenBytes(ByteString value)A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListCustomJobsResponse.Builder |
This builder for chaining. |