Class ListNasJobsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ListNasJobsResponse.Builder
-
- All Implemented Interfaces:
ListNasJobsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListNasJobsResponse
public static final class ListNasJobsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder> implements ListNasJobsResponseOrBuilder
Response message for [JobService.ListNasJobs][google.cloud.aiplatform.v1beta1.JobService.ListNasJobs]
Protobuf typegoogle.cloud.aiplatform.v1beta1.ListNasJobsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListNasJobsResponse.Builder
addAllNasJobs(Iterable<? extends NasJob> values)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
addNasJobs(int index, NasJob value)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
addNasJobs(int index, NasJob.Builder builderForValue)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
addNasJobs(NasJob value)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
addNasJobs(NasJob.Builder builderForValue)
List of NasJobs in the requested page.NasJob.Builder
addNasJobsBuilder()
List of NasJobs in the requested page.NasJob.Builder
addNasJobsBuilder(int index)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListNasJobsResponse
build()
ListNasJobsResponse
buildPartial()
ListNasJobsResponse.Builder
clear()
ListNasJobsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListNasJobsResponse.Builder
clearNasJobs()
List of NasJobs in the requested page.ListNasJobsResponse.Builder
clearNextPageToken()
A token to retrieve the next page of results.ListNasJobsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListNasJobsResponse.Builder
clone()
ListNasJobsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
NasJob
getNasJobs(int index)
List of NasJobs in the requested page.NasJob.Builder
getNasJobsBuilder(int index)
List of NasJobs in the requested page.List<NasJob.Builder>
getNasJobsBuilderList()
List of NasJobs in the requested page.int
getNasJobsCount()
List of NasJobs in the requested page.List<NasJob>
getNasJobsList()
List of NasJobs in the requested page.NasJobOrBuilder
getNasJobsOrBuilder(int index)
List of NasJobs in the requested page.List<? extends NasJobOrBuilder>
getNasJobsOrBuilderList()
List of NasJobs in the requested page.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()
ListNasJobsResponse.Builder
mergeFrom(ListNasJobsResponse other)
ListNasJobsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListNasJobsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListNasJobsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListNasJobsResponse.Builder
removeNasJobs(int index)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListNasJobsResponse.Builder
setNasJobs(int index, NasJob value)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
setNasJobs(int index, NasJob.Builder builderForValue)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
setNextPageToken(String value)
A token to retrieve the next page of results.ListNasJobsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve the next page of results.ListNasJobsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListNasJobsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
clear
public ListNasJobsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
getDefaultInstanceForType
public ListNasJobsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListNasJobsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListNasJobsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListNasJobsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
setField
public ListNasJobsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
clearField
public ListNasJobsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
clearOneof
public ListNasJobsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
setRepeatedField
public ListNasJobsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
addRepeatedField
public ListNasJobsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
mergeFrom
public ListNasJobsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListNasJobsResponse.Builder>
-
mergeFrom
public ListNasJobsResponse.Builder mergeFrom(ListNasJobsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
mergeFrom
public ListNasJobsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListNasJobsResponse.Builder>
- Throws:
IOException
-
getNasJobsList
public List<NasJob> getNasJobsList()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
- Specified by:
getNasJobsList
in interfaceListNasJobsResponseOrBuilder
-
getNasJobsCount
public int getNasJobsCount()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
- Specified by:
getNasJobsCount
in interfaceListNasJobsResponseOrBuilder
-
getNasJobs
public NasJob getNasJobs(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
- Specified by:
getNasJobs
in interfaceListNasJobsResponseOrBuilder
-
setNasJobs
public ListNasJobsResponse.Builder setNasJobs(int index, NasJob value)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
setNasJobs
public ListNasJobsResponse.Builder setNasJobs(int index, NasJob.Builder builderForValue)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
addNasJobs
public ListNasJobsResponse.Builder addNasJobs(NasJob value)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
addNasJobs
public ListNasJobsResponse.Builder addNasJobs(int index, NasJob value)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
addNasJobs
public ListNasJobsResponse.Builder addNasJobs(NasJob.Builder builderForValue)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
addNasJobs
public ListNasJobsResponse.Builder addNasJobs(int index, NasJob.Builder builderForValue)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
addAllNasJobs
public ListNasJobsResponse.Builder addAllNasJobs(Iterable<? extends NasJob> values)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
clearNasJobs
public ListNasJobsResponse.Builder clearNasJobs()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
removeNasJobs
public ListNasJobsResponse.Builder removeNasJobs(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
getNasJobsBuilder
public NasJob.Builder getNasJobsBuilder(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
getNasJobsOrBuilder
public NasJobOrBuilder getNasJobsOrBuilder(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
- Specified by:
getNasJobsOrBuilder
in interfaceListNasJobsResponseOrBuilder
-
getNasJobsOrBuilderList
public List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
- Specified by:
getNasJobsOrBuilderList
in interfaceListNasJobsResponseOrBuilder
-
addNasJobsBuilder
public NasJob.Builder addNasJobsBuilder()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
addNasJobsBuilder
public NasJob.Builder addNasJobsBuilder(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
getNasJobsBuilderList
public List<NasJob.Builder> getNasJobsBuilderList()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
-
getNextPageToken
public String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListNasJobsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListNasJobsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListNasJobsResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListNasJobsResponse.Builder clearNextPageToken()
A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListNasJobsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListNasJobsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
mergeUnknownFields
public final ListNasJobsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListNasJobsResponse.Builder>
-
-