public static final class UpdateInstanceRequest.Builder extends GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder> implements UpdateInstanceRequestOrBuilder
   
   Request message for updating a Data Fusion instance.
 Data Fusion only allows updating the labels, options, and stack driver
 settings.
 Protobuf type google.cloud.datafusion.v1beta1.UpdateInstanceRequest
    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
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateInstanceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateInstanceRequest build()
   
  
  
  buildPartial()
  
    public UpdateInstanceRequest buildPartial()
   
  
  
  clear()
  
    public UpdateInstanceRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateInstanceRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearInstance()
  
    public UpdateInstanceRequest.Builder clearInstance()
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateInstanceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateMask()
  
    public UpdateInstanceRequest.Builder clearUpdateMask()
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
clone()
  
    public UpdateInstanceRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateInstanceRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getInstance()
  
    public Instance getInstance()
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Instance | The instance. | 
    
  
  
  getInstanceBuilder()
  
    public Instance.Builder getInstanceBuilder()
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
getInstanceOrBuilder()
  
    public InstanceOrBuilder getInstanceOrBuilder()
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
hasInstance()
  
    public boolean hasInstance()
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the instance field is set. | 
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateInstanceRequest other)
  
    public UpdateInstanceRequest.Builder mergeFrom(UpdateInstanceRequest other)
   
  
  
  
  
  
    public UpdateInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateInstanceRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeInstance(Instance value)
  
    public UpdateInstanceRequest.Builder mergeInstance(Instance value)
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Instance
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateInstanceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateInstanceRequest.Builder mergeUpdateMask(FieldMask value)
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateInstanceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setInstance(Instance value)
  
    public UpdateInstanceRequest.Builder setInstance(Instance value)
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Instance
 | 
    
  
  
  
  setInstance(Instance.Builder builderForValue)
  
    public UpdateInstanceRequest.Builder setInstance(Instance.Builder builderForValue)
   
   Required. The instance resource that replaces the resource on the server. Currently,
 Data Fusion only allows replacing labels, options, and stack driver
 settings. All other fields will be ignored.
 
 .google.cloud.datafusion.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateInstanceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateInstanceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateInstanceRequest.Builder setUpdateMask(FieldMask value)
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateInstanceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Field mask is used to specify the fields that the update will overwrite
 in an instance resource. 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, all the supported fields (labels and
 options currently) will be overwritten.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |