Uses of Class
com.google.cloud.aiplatform.v1.ListFeatureGroupsResponse.Builder
Packages that use ListFeatureGroupsResponse.Builder
-
Uses of ListFeatureGroupsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeatureGroupsResponse.BuilderModifier and TypeMethodDescriptionListFeatureGroupsResponse.Builder.addAllFeatureGroups(Iterable<? extends FeatureGroup> values) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.addFeatureGroups(int index, FeatureGroup value) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.addFeatureGroups(int index, FeatureGroup.Builder builderForValue) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.addFeatureGroups(FeatureGroup value) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.addFeatureGroups(FeatureGroup.Builder builderForValue) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.clear()ListFeatureGroupsResponse.Builder.clearFeatureGroups()The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token] to retrieve the next page.ListFeatureGroupsResponse.Builder.mergeFrom(ListFeatureGroupsResponse other) ListFeatureGroupsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeatureGroupsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListFeatureGroupsResponse.newBuilder()ListFeatureGroupsResponse.newBuilder(ListFeatureGroupsResponse prototype) ListFeatureGroupsResponse.newBuilderForType()protected ListFeatureGroupsResponse.BuilderListFeatureGroupsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeatureGroupsResponse.Builder.removeFeatureGroups(int index) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.setFeatureGroups(int index, FeatureGroup value) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.setFeatureGroups(int index, FeatureGroup.Builder builderForValue) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token] to retrieve the next page.ListFeatureGroupsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token] to retrieve the next page.ListFeatureGroupsResponse.toBuilder()