Uses of Class
com.google.cloud.aiplatform.v1.ListFeaturesResponse.Builder
Packages that use ListFeaturesResponse.Builder
-
Uses of ListFeaturesResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeaturesResponse.BuilderModifier and TypeMethodDescriptionListFeaturesResponse.Builder.addAllFeatures(Iterable<? extends Feature> values) The Features matching the request.ListFeaturesResponse.Builder.addFeatures(int index, Feature value) The Features matching the request.ListFeaturesResponse.Builder.addFeatures(int index, Feature.Builder builderForValue) The Features matching the request.ListFeaturesResponse.Builder.addFeatures(Feature value) The Features matching the request.ListFeaturesResponse.Builder.addFeatures(Feature.Builder builderForValue) The Features matching the request.ListFeaturesResponse.Builder.clear()ListFeaturesResponse.Builder.clearFeatures()The Features matching the request.ListFeaturesResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.ListFeaturesResponse.Builder.mergeFrom(ListFeaturesResponse other) ListFeaturesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeaturesResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ListFeaturesResponse.BuilderListFeaturesResponse.newBuilder()static ListFeaturesResponse.BuilderListFeaturesResponse.newBuilder(ListFeaturesResponse prototype) ListFeaturesResponse.newBuilderForType()protected ListFeaturesResponse.BuilderListFeaturesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeaturesResponse.Builder.removeFeatures(int index) The Features matching the request.ListFeaturesResponse.Builder.setFeatures(int index, Feature value) The Features matching the request.ListFeaturesResponse.Builder.setFeatures(int index, Feature.Builder builderForValue) The Features matching the request.ListFeaturesResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.ListFeaturesResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.ListFeaturesResponse.toBuilder()