public static final class DeleteFeatureValuesRequest.Builder extends GeneratedMessageV3.Builder<DeleteFeatureValuesRequest.Builder> implements DeleteFeatureValuesRequestOrBuilder
   
   Request message for
 FeaturestoreService.DeleteFeatureValues.
 Protobuf type google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public DeleteFeatureValuesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest build()
   
  
  
  
  
    public DeleteFeatureValuesRequest buildPartial()
   
  
  
  
  
    public DeleteFeatureValuesRequest.Builder clear()
   
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder clearDeleteOption()
   
  
  
  
  
    public DeleteFeatureValuesRequest.Builder clearEntityType()
   
   Required. The resource name of the EntityType grouping the Features for
 which values are being deleted from. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
 
 string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    public DeleteFeatureValuesRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder clearSelectEntity()
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.Builder clearSelectTimeRangeAndFeature()
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public DeleteFeatureValuesRequest.Builder clone()
   
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest getDefaultInstanceForType()
   
  
  
  
  
    public DeleteFeatureValuesRequest.DeleteOptionCase getDeleteOptionCase()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public String getEntityType()
   
   Required. The resource name of the EntityType grouping the Features for
 which values are being deleted from. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
 
 string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The entityType. | 
    
  
  
  
  
    public ByteString getEntityTypeBytes()
   
   Required. The resource name of the EntityType grouping the Features for
 which values are being deleted from. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
 
 string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for entityType. | 
    
  
  
  
  
    public DeleteFeatureValuesRequest.SelectEntity getSelectEntity()
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.SelectEntity.Builder getSelectEntityBuilder()
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder getSelectTimeRangeAndFeatureBuilder()
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public boolean hasSelectEntity()
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the selectEntity field is set. | 
    
  
  
  
  
    public boolean hasSelectTimeRangeAndFeature()
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the selectTimeRangeAndFeature field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder mergeFrom(DeleteFeatureValuesRequest other)
   
  
  
  
  
  
    public DeleteFeatureValuesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public DeleteFeatureValuesRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder mergeSelectEntity(DeleteFeatureValuesRequest.SelectEntity value)
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.Builder mergeSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature value)
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public final DeleteFeatureValuesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder setEntityType(String value)
   
   Required. The resource name of the EntityType grouping the Features for
 which values are being deleted from. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
 
 string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The entityType to set. | 
    
  
  
  
  
  
    public DeleteFeatureValuesRequest.Builder setEntityTypeBytes(ByteString value)
   
   Required. The resource name of the EntityType grouping the Features for
 which values are being deleted from. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
 
 string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for entityType to set. | 
    
  
  
  
  
  
    public DeleteFeatureValuesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public DeleteFeatureValuesRequest.Builder setSelectEntity(DeleteFeatureValuesRequest.SelectEntity value)
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.Builder setSelectEntity(DeleteFeatureValuesRequest.SelectEntity.Builder builderForValue)
   
   Select feature values to be deleted by specifying entities.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
 
    public DeleteFeatureValuesRequest.Builder setSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature value)
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public DeleteFeatureValuesRequest.Builder setSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder builderForValue)
   
   Select feature values to be deleted by specifying time range and
 features.
 
 .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
 
    public final DeleteFeatureValuesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides