Uses of Class
com.google.cloud.aiplatform.v1.ListFeaturesRequest.Builder
Packages that use ListFeaturesRequest.Builder
-
Uses of ListFeaturesRequest.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeaturesRequest.BuilderModifier and TypeMethodDescriptionListFeaturesRequest.Builder.clear()ListFeaturesRequest.Builder.clearFilter()Lists the Features that match the filter expression.ListFeaturesRequest.Builder.clearLatestStatsCount()Only applicable for Vertex AI Feature Store (Legacy).ListFeaturesRequest.Builder.clearOrderBy()A comma-separated list of fields to order by, sorted in ascending order.ListFeaturesRequest.Builder.clearPageSize()The maximum number of Features to return.ListFeaturesRequest.Builder.clearPageToken()A page token, received from a previous [FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1.FeaturestoreService.ListFeatures] call or [FeatureRegistryService.ListFeatures][google.cloud.aiplatform.v1.FeatureRegistryService.ListFeatures] call.ListFeaturesRequest.Builder.clearParent()Required.ListFeaturesRequest.Builder.clearReadMask()Mask specifying which fields to read.ListFeaturesRequest.Builder.mergeFrom(ListFeaturesRequest other) ListFeaturesRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeaturesRequest.Builder.mergeFrom(com.google.protobuf.Message other) ListFeaturesRequest.Builder.mergeReadMask(com.google.protobuf.FieldMask value) Mask specifying which fields to read.static ListFeaturesRequest.BuilderListFeaturesRequest.newBuilder()static ListFeaturesRequest.BuilderListFeaturesRequest.newBuilder(ListFeaturesRequest prototype) ListFeaturesRequest.newBuilderForType()protected ListFeaturesRequest.BuilderListFeaturesRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Lists the Features that match the filter expression.ListFeaturesRequest.Builder.setFilterBytes(com.google.protobuf.ByteString value) Lists the Features that match the filter expression.ListFeaturesRequest.Builder.setLatestStatsCount(int value) Only applicable for Vertex AI Feature Store (Legacy).ListFeaturesRequest.Builder.setOrderBy(String value) A comma-separated list of fields to order by, sorted in ascending order.ListFeaturesRequest.Builder.setOrderByBytes(com.google.protobuf.ByteString value) A comma-separated list of fields to order by, sorted in ascending order.ListFeaturesRequest.Builder.setPageSize(int value) The maximum number of Features to return.ListFeaturesRequest.Builder.setPageToken(String value) A page token, received from a previous [FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1.FeaturestoreService.ListFeatures] call or [FeatureRegistryService.ListFeatures][google.cloud.aiplatform.v1.FeatureRegistryService.ListFeatures] call.ListFeaturesRequest.Builder.setPageTokenBytes(com.google.protobuf.ByteString value) A page token, received from a previous [FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1.FeaturestoreService.ListFeatures] call or [FeatureRegistryService.ListFeatures][google.cloud.aiplatform.v1.FeatureRegistryService.ListFeatures] call.Required.ListFeaturesRequest.Builder.setParentBytes(com.google.protobuf.ByteString value) Required.ListFeaturesRequest.Builder.setReadMask(com.google.protobuf.FieldMask value) Mask specifying which fields to read.ListFeaturesRequest.Builder.setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) Mask specifying which fields to read.ListFeaturesRequest.toBuilder()