public static final class UpdateFeatureViewRequest.Builder extends GeneratedMessageV3.Builder<UpdateFeatureViewRequest.Builder> implements UpdateFeatureViewRequestOrBuilder
   
   Request message for
 FeatureOnlineStoreAdminService.UpdateFeatureView.
 Protobuf type google.cloud.aiplatform.v1beta1.UpdateFeatureViewRequest
    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 UpdateFeatureViewRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest build()
   
  
  
  
  
    public UpdateFeatureViewRequest buildPartial()
   
  
  
  
  
    public UpdateFeatureViewRequest.Builder clear()
   
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest.Builder clearFeatureView()
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateFeatureViewRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest.Builder clearUpdateMask()
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .google.protobuf.FieldMask update_mask = 2;
    public UpdateFeatureViewRequest.Builder clone()
   
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public FeatureView getFeatureView()
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public FeatureView.Builder getFeatureViewBuilder()
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public FeatureViewOrBuilder getFeatureViewOrBuilder()
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public FieldMask getUpdateMask()
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .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
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .google.protobuf.FieldMask update_mask = 2;
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .google.protobuf.FieldMask update_mask = 2;
    public boolean hasFeatureView()
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the featureView field is set. | 
    
  
  
  
  
    public boolean hasUpdateMask()
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .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 UpdateFeatureViewRequest.Builder mergeFeatureView(FeatureView value)
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateFeatureViewRequest.Builder mergeFrom(UpdateFeatureViewRequest other)
   
  
  
  
  
  
    public UpdateFeatureViewRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public UpdateFeatureViewRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final UpdateFeatureViewRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest.Builder mergeUpdateMask(FieldMask value)
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .google.protobuf.FieldMask update_mask = 2;
    public UpdateFeatureViewRequest.Builder setFeatureView(FeatureView value)
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateFeatureViewRequest.Builder setFeatureView(FeatureView.Builder builderForValue)
   
   Required. The FeatureView's name field is used to identify the
 FeatureView to be updated. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
 
 .google.cloud.aiplatform.v1beta1.FeatureView feature_view = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateFeatureViewRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final UpdateFeatureViewRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public UpdateFeatureViewRequest.Builder setUpdateMask(FieldMask value)
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .google.protobuf.FieldMask update_mask = 2;
    public UpdateFeatureViewRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Field mask is used to specify the fields to be overwritten in the
 FeatureView 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:
- labels
- service_agent_type
- big_query_source
- big_query_source.uri
- big_query_source.entity_id_columns
- feature_registry_source
- feature_registry_source.feature_groups
- sync_config
- sync_config.cron
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |