public static final class ListCustomJobsResponse.Builder extends GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder> implements ListCustomJobsResponseOrBuilder
Response message for
JobService.ListCustomJobs
Protobuf type google.cloud.aiplatform.v1beta1.ListCustomJobsResponse
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListCustomJobsResponse.Builder addAllCustomJobs(Iterable<? extends CustomJob> values)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.CustomJob>
|
public ListCustomJobsResponse.Builder addCustomJobs(CustomJob value)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public ListCustomJobsResponse.Builder addCustomJobs(CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public ListCustomJobsResponse.Builder addCustomJobs(int index, CustomJob value)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public ListCustomJobsResponse.Builder addCustomJobs(int index, CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public CustomJob.Builder addCustomJobsBuilder()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public CustomJob.Builder addCustomJobsBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public ListCustomJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListCustomJobsResponse build()
public ListCustomJobsResponse buildPartial()
public ListCustomJobsResponse.Builder clear()
Overrides
public ListCustomJobsResponse.Builder clearCustomJobs()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public ListCustomJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
public ListCustomJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListCustomJobsResponse.Builder clone()
Overrides
public CustomJob getCustomJobs(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public CustomJob.Builder getCustomJobsBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public List<CustomJob.Builder> getCustomJobsBuilderList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public int getCustomJobsCount()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Returns |
Type |
Description |
int |
|
public List<CustomJob> getCustomJobsList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public CustomJobOrBuilder getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.CustomJobOrBuilder> |
|
public ListCustomJobsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListCustomJobsResponse.Builder mergeFrom(ListCustomJobsResponse other)
public ListCustomJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListCustomJobsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListCustomJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListCustomJobsResponse.Builder removeCustomJobs(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public ListCustomJobsResponse.Builder setCustomJobs(int index, CustomJob value)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public ListCustomJobsResponse.Builder setCustomJobs(int index, CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
public ListCustomJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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 |
String
The nextPageToken to set.
|
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 |
ByteString
The bytes for nextPageToken to set.
|
public ListCustomJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListCustomJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides