Class UpdateDataExchangeRequest.Builder (0.3.2) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.3.2keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  UpdateDataExchangeRequest . Builder   extends   GeneratedMessageV3 . Builder<UpdateDataExchangeRequest . Builder >  implements   UpdateDataExchangeRequestOrBuilder  
   Message for updating a DataExchange.
 Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateDataExchangeRequest
Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateDataExchangeRequest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   UpdateDataExchangeRequest   build ()  
  Returns 
  
  buildPartial() 
  
    
public   UpdateDataExchangeRequest   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   UpdateDataExchangeRequest . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearDataExchange() 
  
    
public   UpdateDataExchangeRequest . Builder   clearDataExchange ()  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   UpdateDataExchangeRequest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   UpdateDataExchangeRequest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearUpdateMask() 
  
    
public   UpdateDataExchangeRequest . Builder   clearUpdateMask ()  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  clone() 
  
    
public   UpdateDataExchangeRequest . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDataExchange() 
  
    
public   DataExchange   getDataExchange ()  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getDataExchangeBuilder() 
  
    
public   DataExchange . Builder   getDataExchangeBuilder ()  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getDataExchangeOrBuilder() 
  
    
public   DataExchangeOrBuilder   getDataExchangeOrBuilder ()  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getDefaultInstanceForType() 
  
    
public   UpdateDataExchangeRequest   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getUpdateMask() 
  
    
public   FieldMask   getUpdateMask ()  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getUpdateMaskBuilder() 
  
    
public   FieldMask . Builder   getUpdateMaskBuilder ()  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getUpdateMaskOrBuilder() 
  
    
public   FieldMaskOrBuilder   getUpdateMaskOrBuilder ()  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  hasDataExchange() 
  
    
public   boolean   hasDataExchange ()  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the dataExchange field is set.
 
     
  
  hasUpdateMask() 
  
    
public   boolean   hasUpdateMask ()  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the updateMask field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeDataExchange(DataExchange value) 
  
    
public   UpdateDataExchangeRequest . Builder   mergeDataExchange ( DataExchange   value )  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  mergeFrom(UpdateDataExchangeRequest other) 
  
    
public   UpdateDataExchangeRequest . Builder   mergeFrom ( UpdateDataExchangeRequest   other )  
  Parameter 
  
  Returns 
  
  
    
public   UpdateDataExchangeRequest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   UpdateDataExchangeRequest . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateDataExchangeRequest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeUpdateMask(FieldMask value) 
  
    
public   UpdateDataExchangeRequest . Builder   mergeUpdateMask ( FieldMask   value )  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setDataExchange(DataExchange value) 
  
    
public   UpdateDataExchangeRequest . Builder   setDataExchange ( DataExchange   value )  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setDataExchange(DataExchange.Builder builderForValue) 
  
    
public   UpdateDataExchangeRequest . Builder   setDataExchange ( DataExchange . Builder   builderForValue )  
   Required. The DataExchange to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateDataExchangeRequest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   UpdateDataExchangeRequest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateDataExchangeRequest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setUpdateMask(FieldMask value) 
  
    
public   UpdateDataExchangeRequest . Builder   setUpdateMask ( FieldMask   value )  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setUpdateMask(FieldMask.Builder builderForValue) 
  
    
public   UpdateDataExchangeRequest . Builder   setUpdateMask ( FieldMask . Builder   builderForValue )  
   Required. Field mask is used to specify the fields to be overwritten in the
 DataExchange resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
    
      
        Name Description  
      
        builderForValue Builder  
     
  
  Returns 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]