public static final class ListBatchPredictionJobsResponse.Builder extends GeneratedMessageV3.Builder<ListBatchPredictionJobsResponse.Builder> implements ListBatchPredictionJobsResponseOrBuilder
Response message for
JobService.ListBatchPredictionJobs
Protobuf type google.cloud.aiplatform.v1.ListBatchPredictionJobsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 ListBatchPredictionJobsResponse.Builder addAllBatchPredictionJobs(Iterable<? extends BatchPredictionJob> values)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.BatchPredictionJob>
|
public ListBatchPredictionJobsResponse.Builder addBatchPredictionJobs(BatchPredictionJob value)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public ListBatchPredictionJobsResponse.Builder addBatchPredictionJobs(BatchPredictionJob.Builder builderForValue)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public ListBatchPredictionJobsResponse.Builder addBatchPredictionJobs(int index, BatchPredictionJob value)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public ListBatchPredictionJobsResponse.Builder addBatchPredictionJobs(int index, BatchPredictionJob.Builder builderForValue)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public BatchPredictionJob.Builder addBatchPredictionJobsBuilder()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public BatchPredictionJob.Builder addBatchPredictionJobsBuilder(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter |
---|
Name | Description |
index | int
|
public ListBatchPredictionJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListBatchPredictionJobsResponse build()
public ListBatchPredictionJobsResponse buildPartial()
public ListBatchPredictionJobsResponse.Builder clear()
Overrides
public ListBatchPredictionJobsResponse.Builder clearBatchPredictionJobs()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public ListBatchPredictionJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListBatchPredictionJobsResponse.Builder clearNextPageToken()
A token to retrieve the next page of results.
Pass to
ListBatchPredictionJobsRequest.page_token
to obtain that page.
string next_page_token = 2;
public ListBatchPredictionJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListBatchPredictionJobsResponse.Builder clone()
Overrides
public BatchPredictionJob getBatchPredictionJobs(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter |
---|
Name | Description |
index | int
|
public BatchPredictionJob.Builder getBatchPredictionJobsBuilder(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<BatchPredictionJob.Builder> getBatchPredictionJobsBuilderList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public int getBatchPredictionJobsCount()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Returns |
---|
Type | Description |
int | |
public List<BatchPredictionJob> getBatchPredictionJobsList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends BatchPredictionJobOrBuilder> getBatchPredictionJobsOrBuilderList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.BatchPredictionJobOrBuilder> | |
public ListBatchPredictionJobsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token to retrieve the next page of results.
Pass to
ListBatchPredictionJobsRequest.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
ListBatchPredictionJobsRequest.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 ListBatchPredictionJobsResponse.Builder mergeFrom(ListBatchPredictionJobsResponse other)
public ListBatchPredictionJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListBatchPredictionJobsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ListBatchPredictionJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListBatchPredictionJobsResponse.Builder removeBatchPredictionJobs(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter |
---|
Name | Description |
index | int
|
public ListBatchPredictionJobsResponse.Builder setBatchPredictionJobs(int index, BatchPredictionJob value)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public ListBatchPredictionJobsResponse.Builder setBatchPredictionJobs(int index, BatchPredictionJob.Builder builderForValue)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
public ListBatchPredictionJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListBatchPredictionJobsResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results.
Pass to
ListBatchPredictionJobsRequest.page_token
to obtain that page.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListBatchPredictionJobsResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve the next page of results.
Pass to
ListBatchPredictionJobsRequest.page_token
to obtain that page.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
public ListBatchPredictionJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListBatchPredictionJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides