Uses of Class
com.google.cloud.aiplatform.v1.ListFeatureOnlineStoresResponse.Builder
Packages that use ListFeatureOnlineStoresResponse.Builder
-
Uses of ListFeatureOnlineStoresResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeatureOnlineStoresResponse.BuilderModifier and TypeMethodDescriptionListFeatureOnlineStoresResponse.Builder.addAllFeatureOnlineStores(Iterable<? extends FeatureOnlineStore> values) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.addFeatureOnlineStores(int index, FeatureOnlineStore value) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.addFeatureOnlineStores(int index, FeatureOnlineStore.Builder builderForValue) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.addFeatureOnlineStores(FeatureOnlineStore value) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.addFeatureOnlineStores(FeatureOnlineStore.Builder builderForValue) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.clear()ListFeatureOnlineStoresResponse.Builder.clearFeatureOnlineStores()The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page.ListFeatureOnlineStoresResponse.Builder.mergeFrom(ListFeatureOnlineStoresResponse other) ListFeatureOnlineStoresResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeatureOnlineStoresResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListFeatureOnlineStoresResponse.newBuilder()ListFeatureOnlineStoresResponse.newBuilder(ListFeatureOnlineStoresResponse prototype) ListFeatureOnlineStoresResponse.newBuilderForType()protected ListFeatureOnlineStoresResponse.BuilderListFeatureOnlineStoresResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeatureOnlineStoresResponse.Builder.removeFeatureOnlineStores(int index) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.setFeatureOnlineStores(int index, FeatureOnlineStore value) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.setFeatureOnlineStores(int index, FeatureOnlineStore.Builder builderForValue) The FeatureOnlineStores matching the request.ListFeatureOnlineStoresResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page.ListFeatureOnlineStoresResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page.ListFeatureOnlineStoresResponse.toBuilder()