public static final class ListCustomJobsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder> implements ListCustomJobsResponseOrBuilder
Response message for [JobService.ListCustomJobs][google.cloud.aiplatform.v1.JobService.ListCustomJobs]Protobuf type
google.cloud.aiplatform.v1.ListCustomJobsResponse| Modifier and Type | Method and Description |
|---|---|
ListCustomJobsResponse.Builder |
addAllCustomJobs(Iterable<? extends CustomJob> values)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
addCustomJobs(CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
addCustomJobs(CustomJob value)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
addCustomJobs(int index,
CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
addCustomJobs(int index,
CustomJob value)
List of CustomJobs in the requested page.
|
CustomJob.Builder |
addCustomJobsBuilder()
List of CustomJobs in the requested page.
|
CustomJob.Builder |
addCustomJobsBuilder(int index)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListCustomJobsResponse |
build() |
ListCustomJobsResponse |
buildPartial() |
ListCustomJobsResponse.Builder |
clear() |
ListCustomJobsResponse.Builder |
clearCustomJobs()
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListCustomJobsResponse.Builder |
clearNextPageToken()
A token to retrieve the next page of results.
|
ListCustomJobsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListCustomJobsResponse.Builder |
clone() |
CustomJob |
getCustomJobs(int index)
List of CustomJobs in the requested page.
|
CustomJob.Builder |
getCustomJobsBuilder(int index)
List of CustomJobs in the requested page.
|
List<CustomJob.Builder> |
getCustomJobsBuilderList()
List of CustomJobs in the requested page.
|
int |
getCustomJobsCount()
List of CustomJobs in the requested page.
|
List<CustomJob> |
getCustomJobsList()
List of CustomJobs in the requested page.
|
CustomJobOrBuilder |
getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.
|
List<? extends CustomJobOrBuilder> |
getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.
|
ListCustomJobsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListCustomJobsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListCustomJobsResponse.Builder |
mergeFrom(ListCustomJobsResponse other) |
ListCustomJobsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListCustomJobsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListCustomJobsResponse.Builder |
removeCustomJobs(int index)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
setCustomJobs(int index,
CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
setCustomJobs(int index,
CustomJob value)
List of CustomJobs in the requested page.
|
ListCustomJobsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListCustomJobsResponse.Builder |
setNextPageToken(String value)
A token to retrieve the next page of results.
|
ListCustomJobsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve the next page of results.
|
ListCustomJobsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListCustomJobsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListCustomJobsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListCustomJobsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListCustomJobsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder mergeFrom(ListCustomJobsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public ListCustomJobsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCustomJobsResponse.Builder>IOExceptionpublic List<CustomJob> getCustomJobsList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;getCustomJobsList in interface ListCustomJobsResponseOrBuilderpublic int getCustomJobsCount()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;getCustomJobsCount in interface ListCustomJobsResponseOrBuilderpublic CustomJob getCustomJobs(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;getCustomJobs in interface ListCustomJobsResponseOrBuilderpublic ListCustomJobsResponse.Builder setCustomJobs(int index, CustomJob value)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;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;public ListCustomJobsResponse.Builder addCustomJobs(CustomJob value)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public ListCustomJobsResponse.Builder addCustomJobs(int index, CustomJob value)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public ListCustomJobsResponse.Builder addCustomJobs(CustomJob.Builder builderForValue)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;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;public ListCustomJobsResponse.Builder addAllCustomJobs(Iterable<? extends CustomJob> values)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public ListCustomJobsResponse.Builder clearCustomJobs()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public ListCustomJobsResponse.Builder removeCustomJobs(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public CustomJob.Builder getCustomJobsBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public CustomJobOrBuilder getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;getCustomJobsOrBuilder in interface ListCustomJobsResponseOrBuilderpublic List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;getCustomJobsOrBuilderList in interface ListCustomJobsResponseOrBuilderpublic CustomJob.Builder addCustomJobsBuilder()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public CustomJob.Builder addCustomJobsBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public List<CustomJob.Builder> getCustomJobsBuilderList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;public String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;getNextPageToken in interface ListCustomJobsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;getNextPageTokenBytes in interface ListCustomJobsResponseOrBuilderpublic ListCustomJobsResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;value - The nextPageToken to set.public ListCustomJobsResponse.Builder clearNextPageToken()
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;public ListCustomJobsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListCustomJobsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>public final ListCustomJobsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCustomJobsResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.