Uses of Class
com.google.cloud.aiplatform.v1.ListFeatureViewsResponse.Builder
Packages that use ListFeatureViewsResponse.Builder
-
Uses of ListFeatureViewsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeatureViewsResponse.BuilderModifier and TypeMethodDescriptionListFeatureViewsResponse.Builder.addAllFeatureViews(Iterable<? extends FeatureView> values) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.addFeatureViews(int index, FeatureView value) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.addFeatureViews(int index, FeatureView.Builder builderForValue) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.addFeatureViews(FeatureView value) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.addFeatureViews(FeatureView.Builder builderForValue) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.clear()ListFeatureViewsResponse.Builder.clearFeatureViews()The FeatureViews matching the request.ListFeatureViewsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.page_token] to retrieve the next page.ListFeatureViewsResponse.Builder.mergeFrom(ListFeatureViewsResponse other) ListFeatureViewsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeatureViewsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListFeatureViewsResponse.newBuilder()ListFeatureViewsResponse.newBuilder(ListFeatureViewsResponse prototype) ListFeatureViewsResponse.newBuilderForType()protected ListFeatureViewsResponse.BuilderListFeatureViewsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeatureViewsResponse.Builder.removeFeatureViews(int index) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.setFeatureViews(int index, FeatureView value) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.setFeatureViews(int index, FeatureView.Builder builderForValue) The FeatureViews matching the request.ListFeatureViewsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.page_token] to retrieve the next page.ListFeatureViewsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.page_token] to retrieve the next page.ListFeatureViewsResponse.toBuilder()