Uses of Class
com.google.cloud.aiplatform.v1.UpdateFeatureRequest.Builder
Packages that use UpdateFeatureRequest.Builder
-
Uses of UpdateFeatureRequest.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UpdateFeatureRequest.BuilderModifier and TypeMethodDescriptionUpdateFeatureRequest.Builder.clear()UpdateFeatureRequest.Builder.clearFeature()Required.UpdateFeatureRequest.Builder.clearUpdateMask()Field mask is used to specify the fields to be overwritten in the Features resource by the update.UpdateFeatureRequest.Builder.mergeFeature(Feature value) Required.UpdateFeatureRequest.Builder.mergeFrom(UpdateFeatureRequest other) UpdateFeatureRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateFeatureRequest.Builder.mergeFrom(com.google.protobuf.Message other) UpdateFeatureRequest.Builder.mergeUpdateMask(com.google.protobuf.FieldMask value) Field mask is used to specify the fields to be overwritten in the Features resource by the update.static UpdateFeatureRequest.BuilderUpdateFeatureRequest.newBuilder()static UpdateFeatureRequest.BuilderUpdateFeatureRequest.newBuilder(UpdateFeatureRequest prototype) UpdateFeatureRequest.newBuilderForType()protected UpdateFeatureRequest.BuilderUpdateFeatureRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) UpdateFeatureRequest.Builder.setFeature(Feature value) Required.UpdateFeatureRequest.Builder.setFeature(Feature.Builder builderForValue) Required.UpdateFeatureRequest.Builder.setUpdateMask(com.google.protobuf.FieldMask value) Field mask is used to specify the fields to be overwritten in the Features resource by the update.UpdateFeatureRequest.Builder.setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) Field mask is used to specify the fields to be overwritten in the Features resource by the update.UpdateFeatureRequest.toBuilder()