public static final class Listing.BigQueryDatasetSource.Builder extends GeneratedMessageV3.Builder<Listing.BigQueryDatasetSource.Builder> implements Listing.BigQueryDatasetSourceOrBuilder
   
   A reference to a shared dataset. It is an existing BigQuery dataset with a
 collection of objects such as tables and views that you want to share
 with subscribers.
 When subscriber's subscribe to a listing, Analytics Hub creates a linked
 dataset in
 the subscriber's project. A Linked dataset is an opaque, read-only BigQuery
 dataset that serves as a symbolic link to a shared dataset.
 Protobuf type google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource
 
  
  
  
    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
  
  
  addAllSelectedResources(Iterable<? extends Listing.BigQueryDatasetSource.SelectedResource> values)
  
    public Listing.BigQueryDatasetSource.Builder addAllSelectedResources(Iterable<? extends Listing.BigQueryDatasetSource.SelectedResource> values)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource>
  | 
      
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public Listing.BigQueryDatasetSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  addSelectedResources(Listing.BigQueryDatasetSource.SelectedResource value)
  
    public Listing.BigQueryDatasetSource.Builder addSelectedResources(Listing.BigQueryDatasetSource.SelectedResource value)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  
  addSelectedResources(Listing.BigQueryDatasetSource.SelectedResource.Builder builderForValue)
  
    public Listing.BigQueryDatasetSource.Builder addSelectedResources(Listing.BigQueryDatasetSource.SelectedResource.Builder builderForValue)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  
  addSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource value)
  
    public Listing.BigQueryDatasetSource.Builder addSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource value)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  
  addSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource.Builder builderForValue)
  
    public Listing.BigQueryDatasetSource.Builder addSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource.Builder builderForValue)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  
  addSelectedResourcesBuilder()
  
    public Listing.BigQueryDatasetSource.SelectedResource.Builder addSelectedResourcesBuilder()
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  addSelectedResourcesBuilder(int index)
  
    public Listing.BigQueryDatasetSource.SelectedResource.Builder addSelectedResourcesBuilder(int index)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  build()
  
    public Listing.BigQueryDatasetSource build()
   
  
  
  buildPartial()
  
    public Listing.BigQueryDatasetSource buildPartial()
   
  
  
  clear()
  
    public Listing.BigQueryDatasetSource.Builder clear()
   
  
  Overrides
  
  
  clearDataset()
  
    public Listing.BigQueryDatasetSource.Builder clearDataset()
   
   Resource name of the dataset source for this listing.
 e.g. projects/myproject/datasets/123
 string dataset = 1 [(.google.api.resource_reference) = { ... }
 
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public Listing.BigQueryDatasetSource.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public Listing.BigQueryDatasetSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearSelectedResources()
  
    public Listing.BigQueryDatasetSource.Builder clearSelectedResources()
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  clone()
  
    public Listing.BigQueryDatasetSource.Builder clone()
   
  
  Overrides
  
  
  getDataset()
  
    public String getDataset()
   
   Resource name of the dataset source for this listing.
 e.g. projects/myproject/datasets/123
 string dataset = 1 [(.google.api.resource_reference) = { ... }
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The dataset. 
 | 
      
    
  
  
  getDatasetBytes()
  
    public ByteString getDatasetBytes()
   
   Resource name of the dataset source for this listing.
 e.g. projects/myproject/datasets/123
 string dataset = 1 [(.google.api.resource_reference) = { ... }
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for dataset. 
 | 
      
    
  
  
  getDefaultInstanceForType()
  
    public Listing.BigQueryDatasetSource getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getSelectedResources(int index)
  
    public Listing.BigQueryDatasetSource.SelectedResource getSelectedResources(int index)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getSelectedResourcesBuilder(int index)
  
    public Listing.BigQueryDatasetSource.SelectedResource.Builder getSelectedResourcesBuilder(int index)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getSelectedResourcesBuilderList()
  
    public List<Listing.BigQueryDatasetSource.SelectedResource.Builder> getSelectedResourcesBuilderList()
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  getSelectedResourcesCount()
  
    public int getSelectedResourcesCount()
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getSelectedResourcesList()
  
    public List<Listing.BigQueryDatasetSource.SelectedResource> getSelectedResourcesList()
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  getSelectedResourcesOrBuilder(int index)
  
    public Listing.BigQueryDatasetSource.SelectedResourceOrBuilder getSelectedResourcesOrBuilder(int index)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getSelectedResourcesOrBuilderList()
  
    public List<? extends Listing.BigQueryDatasetSource.SelectedResourceOrBuilder> getSelectedResourcesOrBuilderList()
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResourceOrBuilder> | 
         | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(Listing.BigQueryDatasetSource other)
  
    public Listing.BigQueryDatasetSource.Builder mergeFrom(Listing.BigQueryDatasetSource other)
   
  
  
  
  
  
    public Listing.BigQueryDatasetSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public Listing.BigQueryDatasetSource.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final Listing.BigQueryDatasetSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeSelectedResources(int index)
  
    public Listing.BigQueryDatasetSource.Builder removeSelectedResources(int index)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  setDataset(String value)
  
    public Listing.BigQueryDatasetSource.Builder setDataset(String value)
   
   Resource name of the dataset source for this listing.
 e.g. projects/myproject/datasets/123
 string dataset = 1 [(.google.api.resource_reference) = { ... }
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The dataset to set. 
 | 
      
    
  
  
  
  setDatasetBytes(ByteString value)
  
    public Listing.BigQueryDatasetSource.Builder setDatasetBytes(ByteString value)
   
   Resource name of the dataset source for this listing.
 e.g. projects/myproject/datasets/123
 string dataset = 1 [(.google.api.resource_reference) = { ... }
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for dataset to set. 
 | 
      
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public Listing.BigQueryDatasetSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public Listing.BigQueryDatasetSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource value)
  
    public Listing.BigQueryDatasetSource.Builder setSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource value)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  
  setSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource.Builder builderForValue)
  
    public Listing.BigQueryDatasetSource.Builder setSelectedResources(int index, Listing.BigQueryDatasetSource.SelectedResource.Builder builderForValue)
   
   Optional. Resources in this dataset that are selectively shared.
 If this field is empty, then the entire dataset (all resources) are
 shared. This field is only valid for data clean room exchanges.
 
 repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final Listing.BigQueryDatasetSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides