Uses of Class
com.google.cloud.aiplatform.v1.ListFeaturestoresResponse.Builder
Packages that use ListFeaturestoresResponse.Builder
-
Uses of ListFeaturestoresResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeaturestoresResponse.BuilderModifier and TypeMethodDescriptionListFeaturestoresResponse.Builder.addAllFeaturestores(Iterable<? extends Featurestore> values) The Featurestores matching the request.ListFeaturestoresResponse.Builder.addFeaturestores(int index, Featurestore value) The Featurestores matching the request.ListFeaturestoresResponse.Builder.addFeaturestores(int index, Featurestore.Builder builderForValue) The Featurestores matching the request.ListFeaturestoresResponse.Builder.addFeaturestores(Featurestore value) The Featurestores matching the request.ListFeaturestoresResponse.Builder.addFeaturestores(Featurestore.Builder builderForValue) The Featurestores matching the request.ListFeaturestoresResponse.Builder.clear()ListFeaturestoresResponse.Builder.clearFeaturestores()The Featurestores matching the request.ListFeaturestoresResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page.ListFeaturestoresResponse.Builder.mergeFrom(ListFeaturestoresResponse other) ListFeaturestoresResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeaturestoresResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListFeaturestoresResponse.newBuilder()ListFeaturestoresResponse.newBuilder(ListFeaturestoresResponse prototype) ListFeaturestoresResponse.newBuilderForType()protected ListFeaturestoresResponse.BuilderListFeaturestoresResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeaturestoresResponse.Builder.removeFeaturestores(int index) The Featurestores matching the request.ListFeaturestoresResponse.Builder.setFeaturestores(int index, Featurestore value) The Featurestores matching the request.ListFeaturestoresResponse.Builder.setFeaturestores(int index, Featurestore.Builder builderForValue) The Featurestores matching the request.ListFeaturestoresResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page.ListFeaturestoresResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page.ListFeaturestoresResponse.toBuilder()