Class UpdateListingRequest.Builder (0.2.1) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 0.2.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  UpdateListingRequest . Builder   extends   GeneratedMessageV3 . Builder<UpdateListingRequest . Builder >  implements   UpdateListingRequestOrBuilder  
   
   Message for updating a Listing.
 Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest
 
  
  
  
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateListingRequest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   UpdateListingRequest   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   UpdateListingRequest   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   UpdateListingRequest . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   UpdateListingRequest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearListing() 
  
    
public   UpdateListingRequest . Builder   clearListing ()  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   UpdateListingRequest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearUpdateMask() 
  
    
public   UpdateListingRequest . Builder   clearUpdateMask ()  
   
   Required. Field mask is used to specify the fields to be overwritten in the
 Listing 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   UpdateListingRequest . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   UpdateListingRequest   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  getListing() 
  
    
public   Listing   getListing ()  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        Listing  
        The listing.
 
       
     
  
   
  getListingBuilder() 
  
    
public   Listing . Builder   getListingBuilder ()  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
   
  getListingOrBuilder() 
  
    
public   ListingOrBuilder   getListingOrBuilder ()  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
   
  getUpdateMask() 
  
    
public   FieldMask   getUpdateMask ()  
   
   Required. Field mask is used to specify the fields to be overwritten in the
 Listing 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
 Listing 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
 Listing 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 
  
   
  hasListing() 
  
    
public   boolean   hasListing ()  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the listing field is set.
 
       
     
  
   
  hasUpdateMask() 
  
    
public   boolean   hasUpdateMask ()  
   
   Required. Field mask is used to specify the fields to be overwritten in the
 Listing 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 
  
   
  mergeFrom(UpdateListingRequest other) 
  
    
public   UpdateListingRequest . Builder   mergeFrom ( UpdateListingRequest   other )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   UpdateListingRequest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   UpdateListingRequest . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeListing(Listing value) 
  
    
public   UpdateListingRequest . Builder   mergeListing ( Listing   value )  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Parameter 
  
  Returns 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateListingRequest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUpdateMask(FieldMask value) 
  
    
public   UpdateListingRequest . Builder   mergeUpdateMask ( FieldMask   value )  
   
   Required. Field mask is used to specify the fields to be overwritten in the
 Listing 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 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateListingRequest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setListing(Listing value) 
  
    
public   UpdateListingRequest . Builder   setListing ( Listing   value )  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Parameter 
  
  Returns 
  
   
  setListing(Listing.Builder builderForValue) 
  
    
public   UpdateListingRequest . Builder   setListing ( Listing . Builder   builderForValue )  
   
   Required. The listing to update.
 
 .google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  Parameter 
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   UpdateListingRequest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateListingRequest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  setUpdateMask(FieldMask value) 
  
    
public   UpdateListingRequest . Builder   setUpdateMask ( FieldMask   value )  
   
   Required. Field mask is used to specify the fields to be overwritten in the
 Listing 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   UpdateListingRequest . Builder   setUpdateMask ( FieldMask . Builder   builderForValue )  
   
   Required. Field mask is used to specify the fields to be overwritten in the
 Listing 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-30 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-30 UTC."],[],[]]