public static final class UpdateEntityTypeRequest.Builder extends GeneratedMessageV3.Builder<UpdateEntityTypeRequest.Builder> implements UpdateEntityTypeRequestOrBuilder
   
   Request message for
 FeaturestoreService.UpdateEntityType.
 Protobuf type google.cloud.aiplatform.v1.UpdateEntityTypeRequest
    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 UpdateEntityTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest build()
   
  
  
  
  
    public UpdateEntityTypeRequest buildPartial()
   
  
  
  
  
    public UpdateEntityTypeRequest.Builder clear()
   
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder clearEntityType()
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateEntityTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder clearUpdateMask()
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    public UpdateEntityTypeRequest.Builder clone()
   
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public EntityType getEntityType()
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | EntityType | The entityType. | 
    
  
  
  
  
    public EntityType.Builder getEntityTypeBuilder()
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public EntityTypeOrBuilder getEntityTypeOrBuilder()
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public FieldMask getUpdateMask()
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    public boolean hasEntityType()
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the entityType field is set. | 
    
  
  
  
  
    public boolean hasUpdateMask()
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder mergeEntityType(EntityType value)
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateEntityTypeRequest.Builder mergeFrom(UpdateEntityTypeRequest other)
   
  
  
  
  
  
    public UpdateEntityTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public UpdateEntityTypeRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final UpdateEntityTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder mergeUpdateMask(FieldMask value)
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    public UpdateEntityTypeRequest.Builder setEntityType(EntityType value)
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateEntityTypeRequest.Builder setEntityType(EntityType.Builder builderForValue)
   
   Required. The EntityType's name field is used to identify the EntityType
 to be updated. Format:
 projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
 
 .google.cloud.aiplatform.v1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateEntityTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final UpdateEntityTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public UpdateEntityTypeRequest.Builder setUpdateMask(FieldMask value)
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    public UpdateEntityTypeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Field mask is used to specify the fields to be overwritten in the
 EntityType resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field will be overwritten if it is in the mask. If the
 user does not provide a mask then only the non-empty fields present in the
 request will be overwritten. Set the update_mask to * to override all
 fields.
 Updatable fields:
- description
- labels
- monitoring_config.snapshot_analysis.disabled
- monitoring_config.snapshot_analysis.monitoring_interval_days
- monitoring_config.snapshot_analysis.staleness_days
- monitoring_config.import_features_analysis.state
- monitoring_config.import_features_analysis.anomaly_detection_baseline
- monitoring_config.numerical_threshold_config.value
- monitoring_config.categorical_threshold_config.value
- offline_storage_ttl_days
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |