public static final class ListTrainingPipelinesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder> implements ListTrainingPipelinesResponseOrBuilder
Response message for [PipelineService.ListTrainingPipelines][google.cloud.aiplatform.v1beta1.PipelineService.ListTrainingPipelines]Protobuf type
google.cloud.aiplatform.v1beta1.ListTrainingPipelinesResponse| Modifier and Type | Method and Description |
|---|---|
ListTrainingPipelinesResponse.Builder |
addAllTrainingPipelines(Iterable<? extends TrainingPipeline> values)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTrainingPipelinesResponse.Builder |
addTrainingPipelines(int index,
TrainingPipeline.Builder builderForValue)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
addTrainingPipelines(int index,
TrainingPipeline value)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
addTrainingPipelines(TrainingPipeline.Builder builderForValue)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
addTrainingPipelines(TrainingPipeline value)
List of TrainingPipelines in the requested page.
|
TrainingPipeline.Builder |
addTrainingPipelinesBuilder()
List of TrainingPipelines in the requested page.
|
TrainingPipeline.Builder |
addTrainingPipelinesBuilder(int index)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse |
build() |
ListTrainingPipelinesResponse |
buildPartial() |
ListTrainingPipelinesResponse.Builder |
clear() |
ListTrainingPipelinesResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListTrainingPipelinesResponse.Builder |
clearNextPageToken()
A token to retrieve the next page of results.
|
ListTrainingPipelinesResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListTrainingPipelinesResponse.Builder |
clearTrainingPipelines()
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
clone() |
ListTrainingPipelinesResponse |
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.
|
TrainingPipeline |
getTrainingPipelines(int index)
List of TrainingPipelines in the requested page.
|
TrainingPipeline.Builder |
getTrainingPipelinesBuilder(int index)
List of TrainingPipelines in the requested page.
|
List<TrainingPipeline.Builder> |
getTrainingPipelinesBuilderList()
List of TrainingPipelines in the requested page.
|
int |
getTrainingPipelinesCount()
List of TrainingPipelines in the requested page.
|
List<TrainingPipeline> |
getTrainingPipelinesList()
List of TrainingPipelines in the requested page.
|
TrainingPipelineOrBuilder |
getTrainingPipelinesOrBuilder(int index)
List of TrainingPipelines in the requested page.
|
List<? extends TrainingPipelineOrBuilder> |
getTrainingPipelinesOrBuilderList()
List of TrainingPipelines in the requested page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListTrainingPipelinesResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListTrainingPipelinesResponse.Builder |
mergeFrom(ListTrainingPipelinesResponse other) |
ListTrainingPipelinesResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListTrainingPipelinesResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListTrainingPipelinesResponse.Builder |
removeTrainingPipelines(int index)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTrainingPipelinesResponse.Builder |
setNextPageToken(String value)
A token to retrieve the next page of results.
|
ListTrainingPipelinesResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve the next page of results.
|
ListTrainingPipelinesResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListTrainingPipelinesResponse.Builder |
setTrainingPipelines(int index,
TrainingPipeline.Builder builderForValue)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.Builder |
setTrainingPipelines(int index,
TrainingPipeline value)
List of TrainingPipelines in the requested page.
|
ListTrainingPipelinesResponse.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<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.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<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListTrainingPipelinesResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListTrainingPipelinesResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListTrainingPipelinesResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.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<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.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<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.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<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.Builder mergeFrom(ListTrainingPipelinesResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder>public ListTrainingPipelinesResponse.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<ListTrainingPipelinesResponse.Builder>IOExceptionpublic List<TrainingPipeline> getTrainingPipelinesList()
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
getTrainingPipelinesList in interface ListTrainingPipelinesResponseOrBuilderpublic int getTrainingPipelinesCount()
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
getTrainingPipelinesCount in interface ListTrainingPipelinesResponseOrBuilderpublic TrainingPipeline getTrainingPipelines(int index)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
getTrainingPipelines in interface ListTrainingPipelinesResponseOrBuilderpublic ListTrainingPipelinesResponse.Builder setTrainingPipelines(int index, TrainingPipeline value)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder setTrainingPipelines(int index, TrainingPipeline.Builder builderForValue)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder addTrainingPipelines(TrainingPipeline value)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder addTrainingPipelines(int index, TrainingPipeline value)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder addTrainingPipelines(TrainingPipeline.Builder builderForValue)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder addTrainingPipelines(int index, TrainingPipeline.Builder builderForValue)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder addAllTrainingPipelines(Iterable<? extends TrainingPipeline> values)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder clearTrainingPipelines()
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public ListTrainingPipelinesResponse.Builder removeTrainingPipelines(int index)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public TrainingPipeline.Builder getTrainingPipelinesBuilder(int index)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public TrainingPipelineOrBuilder getTrainingPipelinesOrBuilder(int index)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
getTrainingPipelinesOrBuilder in interface ListTrainingPipelinesResponseOrBuilderpublic List<? extends TrainingPipelineOrBuilder> getTrainingPipelinesOrBuilderList()
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
getTrainingPipelinesOrBuilderList in interface ListTrainingPipelinesResponseOrBuilderpublic TrainingPipeline.Builder addTrainingPipelinesBuilder()
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public TrainingPipeline.Builder addTrainingPipelinesBuilder(int index)
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public List<TrainingPipeline.Builder> getTrainingPipelinesBuilderList()
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
public String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1beta1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;getNextPageToken in interface ListTrainingPipelinesResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1beta1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;getNextPageTokenBytes in interface ListTrainingPipelinesResponseOrBuilderpublic ListTrainingPipelinesResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1beta1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;value - The nextPageToken to set.public ListTrainingPipelinesResponse.Builder clearNextPageToken()
A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1beta1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;public ListTrainingPipelinesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1beta1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListTrainingPipelinesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder>public final ListTrainingPipelinesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListTrainingPipelinesResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.