Class AssetSet.Builder

  • All Implemented Interfaces:
    AssetSetOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    AssetSet

    public static final class AssetSet.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
    implements AssetSetOrBuilder
     An asset set representing a collection of assets.
     Use AssetSetAsset to link an asset to the asset set.
     
    Protobuf type google.ads.googleads.v14.resources.AssetSet
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • clear

        public AssetSet.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • getDefaultInstanceForType

        public AssetSet getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public AssetSet build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public AssetSet buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public AssetSet.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • setField

        public AssetSet.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • clearField

        public AssetSet.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • clearOneof

        public AssetSet.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • setRepeatedField

        public AssetSet.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • addRepeatedField

        public AssetSet.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • mergeFrom

        public AssetSet.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AssetSet.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • mergeFrom

        public AssetSet.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AssetSet.Builder>
        Throws:
        java.io.IOException
      • getId

        public long getId()
         Output only. The ID of the asset set.
         
        int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getId in interface AssetSetOrBuilder
        Returns:
        The id.
      • setId

        public AssetSet.Builder setId​(long value)
         Output only. The ID of the asset set.
         
        int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public AssetSet.Builder clearId()
         Output only. The ID of the asset set.
         
        int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getResourceName

        public java.lang.String getResourceName()
         Immutable. The resource name of the asset set.
         Asset set resource names have the form:
        
         `customers/{customer_id}/assetSets/{asset_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface AssetSetOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         Immutable. The resource name of the asset set.
         Asset set resource names have the form:
        
         `customers/{customer_id}/assetSets/{asset_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface AssetSetOrBuilder
        Returns:
        The bytes for resourceName.
      • setResourceName

        public AssetSet.Builder setResourceName​(java.lang.String value)
         Immutable. The resource name of the asset set.
         Asset set resource names have the form:
        
         `customers/{customer_id}/assetSets/{asset_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public AssetSet.Builder clearResourceName()
         Immutable. The resource name of the asset set.
         Asset set resource names have the form:
        
         `customers/{customer_id}/assetSets/{asset_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public AssetSet.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         Immutable. The resource name of the asset set.
         Asset set resource names have the form:
        
         `customers/{customer_id}/assetSets/{asset_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • getName

        public java.lang.String getName()
         Required. Name of the asset set. Required. It must have a minimum length of
         1 and maximum length of 128.
         
        string name = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getName in interface AssetSetOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. Name of the asset set. Required. It must have a minimum length of
         1 and maximum length of 128.
         
        string name = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNameBytes in interface AssetSetOrBuilder
        Returns:
        The bytes for name.
      • setName

        public AssetSet.Builder setName​(java.lang.String value)
         Required. Name of the asset set. Required. It must have a minimum length of
         1 and maximum length of 128.
         
        string name = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public AssetSet.Builder clearName()
         Required. Name of the asset set. Required. It must have a minimum length of
         1 and maximum length of 128.
         
        string name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setNameBytes

        public AssetSet.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. Name of the asset set. Required. It must have a minimum length of
         1 and maximum length of 128.
         
        string name = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getTypeValue

        public int getTypeValue()
         Required. Immutable. The type of the asset set. Required.
         
        .google.ads.googleads.v14.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getTypeValue in interface AssetSetOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        public AssetSet.Builder setTypeValue​(int value)
         Required. Immutable. The type of the asset set. Required.
         
        .google.ads.googleads.v14.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The enum numeric value on the wire for type to set.
        Returns:
        This builder for chaining.
      • getType

        public AssetSetTypeEnum.AssetSetType getType()
         Required. Immutable. The type of the asset set. Required.
         
        .google.ads.googleads.v14.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getType in interface AssetSetOrBuilder
        Returns:
        The type.
      • setType

        public AssetSet.Builder setType​(AssetSetTypeEnum.AssetSetType value)
         Required. Immutable. The type of the asset set. Required.
         
        .google.ads.googleads.v14.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public AssetSet.Builder clearType()
         Required. Immutable. The type of the asset set. Required.
         
        .google.ads.googleads.v14.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • getStatusValue

        public int getStatusValue()
         Output only. The status of the asset set. Read-only.
         
        .google.ads.googleads.v14.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStatusValue in interface AssetSetOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • setStatusValue

        public AssetSet.Builder setStatusValue​(int value)
         Output only. The status of the asset set. Read-only.
         
        .google.ads.googleads.v14.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for status to set.
        Returns:
        This builder for chaining.
      • getStatus

        public AssetSetStatusEnum.AssetSetStatus getStatus()
         Output only. The status of the asset set. Read-only.
         
        .google.ads.googleads.v14.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStatus in interface AssetSetOrBuilder
        Returns:
        The status.
      • setStatus

        public AssetSet.Builder setStatus​(AssetSetStatusEnum.AssetSetStatus value)
         Output only. The status of the asset set. Read-only.
         
        .google.ads.googleads.v14.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public AssetSet.Builder clearStatus()
         Output only. The status of the asset set. Read-only.
         
        .google.ads.googleads.v14.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasMerchantCenterFeed

        public boolean hasMerchantCenterFeed()
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
        Specified by:
        hasMerchantCenterFeed in interface AssetSetOrBuilder
        Returns:
        Whether the merchantCenterFeed field is set.
      • getMerchantCenterFeed

        public AssetSet.MerchantCenterFeed getMerchantCenterFeed()
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
        Specified by:
        getMerchantCenterFeed in interface AssetSetOrBuilder
        Returns:
        The merchantCenterFeed.
      • setMerchantCenterFeed

        public AssetSet.Builder setMerchantCenterFeed​(AssetSet.MerchantCenterFeed value)
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
      • setMerchantCenterFeed

        public AssetSet.Builder setMerchantCenterFeed​(AssetSet.MerchantCenterFeed.Builder builderForValue)
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
      • mergeMerchantCenterFeed

        public AssetSet.Builder mergeMerchantCenterFeed​(AssetSet.MerchantCenterFeed value)
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
      • clearMerchantCenterFeed

        public AssetSet.Builder clearMerchantCenterFeed()
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
      • getMerchantCenterFeedBuilder

        public AssetSet.MerchantCenterFeed.Builder getMerchantCenterFeedBuilder()
         Merchant ID and Feed Label from Google Merchant Center.
         
        .google.ads.googleads.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
      • getLocationGroupParentAssetSetId

        public long getLocationGroupParentAssetSetId()
         Immutable. Parent asset set id for the asset set where the elements of this
         asset set come from. For example: the sync level location AssetSet id where
         the the elements in LocationGroup AssetSet come from. This field is
         required and only applicable for Location Group typed AssetSet.
         
        int64 location_group_parent_asset_set_id = 10 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getLocationGroupParentAssetSetId in interface AssetSetOrBuilder
        Returns:
        The locationGroupParentAssetSetId.
      • setLocationGroupParentAssetSetId

        public AssetSet.Builder setLocationGroupParentAssetSetId​(long value)
         Immutable. Parent asset set id for the asset set where the elements of this
         asset set come from. For example: the sync level location AssetSet id where
         the the elements in LocationGroup AssetSet come from. This field is
         required and only applicable for Location Group typed AssetSet.
         
        int64 location_group_parent_asset_set_id = 10 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The locationGroupParentAssetSetId to set.
        Returns:
        This builder for chaining.
      • clearLocationGroupParentAssetSetId

        public AssetSet.Builder clearLocationGroupParentAssetSetId()
         Immutable. Parent asset set id for the asset set where the elements of this
         asset set come from. For example: the sync level location AssetSet id where
         the the elements in LocationGroup AssetSet come from. This field is
         required and only applicable for Location Group typed AssetSet.
         
        int64 location_group_parent_asset_set_id = 10 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • hasHotelPropertyData

        public boolean hasHotelPropertyData()
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasHotelPropertyData in interface AssetSetOrBuilder
        Returns:
        Whether the hotelPropertyData field is set.
      • getHotelPropertyData

        public AssetSet.HotelPropertyData getHotelPropertyData()
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHotelPropertyData in interface AssetSetOrBuilder
        Returns:
        The hotelPropertyData.
      • setHotelPropertyData

        public AssetSet.Builder setHotelPropertyData​(AssetSet.HotelPropertyData value)
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setHotelPropertyData

        public AssetSet.Builder setHotelPropertyData​(AssetSet.HotelPropertyData.Builder builderForValue)
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeHotelPropertyData

        public AssetSet.Builder mergeHotelPropertyData​(AssetSet.HotelPropertyData value)
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearHotelPropertyData

        public AssetSet.Builder clearHotelPropertyData()
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getHotelPropertyDataBuilder

        public AssetSet.HotelPropertyData.Builder getHotelPropertyDataBuilder()
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getHotelPropertyDataOrBuilder

        public AssetSet.HotelPropertyDataOrBuilder getHotelPropertyDataOrBuilder()
         Output only. For Performance Max for travel goals campaigns with a Hotel
         Center account link. Read-only.
         
        .google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHotelPropertyDataOrBuilder in interface AssetSetOrBuilder
      • hasLocationSet

        public boolean hasLocationSet()
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
        Specified by:
        hasLocationSet in interface AssetSetOrBuilder
        Returns:
        Whether the locationSet field is set.
      • getLocationSet

        public LocationSet getLocationSet()
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
        Specified by:
        getLocationSet in interface AssetSetOrBuilder
        Returns:
        The locationSet.
      • setLocationSet

        public AssetSet.Builder setLocationSet​(LocationSet value)
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
      • setLocationSet

        public AssetSet.Builder setLocationSet​(LocationSet.Builder builderForValue)
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
      • mergeLocationSet

        public AssetSet.Builder mergeLocationSet​(LocationSet value)
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
      • clearLocationSet

        public AssetSet.Builder clearLocationSet()
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
      • getLocationSetBuilder

        public LocationSet.Builder getLocationSetBuilder()
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
      • getLocationSetOrBuilder

        public LocationSetOrBuilder getLocationSetOrBuilder()
         Location asset set data. This will be used for sync level location
         set. This can only be set if AssetSet's type is LOCATION_SYNC.
         
        .google.ads.googleads.v14.common.LocationSet location_set = 7;
        Specified by:
        getLocationSetOrBuilder in interface AssetSetOrBuilder
      • hasBusinessProfileLocationGroup

        public boolean hasBusinessProfileLocationGroup()
         Business Profile location group asset set data.
         
        .google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
        Specified by:
        hasBusinessProfileLocationGroup in interface AssetSetOrBuilder
        Returns:
        Whether the businessProfileLocationGroup field is set.
      • setBusinessProfileLocationGroup

        public AssetSet.Builder setBusinessProfileLocationGroup​(BusinessProfileLocationGroup value)
         Business Profile location group asset set data.
         
        .google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
      • setBusinessProfileLocationGroup

        public AssetSet.Builder setBusinessProfileLocationGroup​(BusinessProfileLocationGroup.Builder builderForValue)
         Business Profile location group asset set data.
         
        .google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
      • mergeBusinessProfileLocationGroup

        public AssetSet.Builder mergeBusinessProfileLocationGroup​(BusinessProfileLocationGroup value)
         Business Profile location group asset set data.
         
        .google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
      • clearBusinessProfileLocationGroup

        public AssetSet.Builder clearBusinessProfileLocationGroup()
         Business Profile location group asset set data.
         
        .google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
      • getBusinessProfileLocationGroupBuilder

        public BusinessProfileLocationGroup.Builder getBusinessProfileLocationGroupBuilder()
         Business Profile location group asset set data.
         
        .google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
      • hasChainLocationGroup

        public boolean hasChainLocationGroup()
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
        Specified by:
        hasChainLocationGroup in interface AssetSetOrBuilder
        Returns:
        Whether the chainLocationGroup field is set.
      • getChainLocationGroup

        public ChainLocationGroup getChainLocationGroup()
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
        Specified by:
        getChainLocationGroup in interface AssetSetOrBuilder
        Returns:
        The chainLocationGroup.
      • setChainLocationGroup

        public AssetSet.Builder setChainLocationGroup​(ChainLocationGroup value)
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
      • setChainLocationGroup

        public AssetSet.Builder setChainLocationGroup​(ChainLocationGroup.Builder builderForValue)
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
      • mergeChainLocationGroup

        public AssetSet.Builder mergeChainLocationGroup​(ChainLocationGroup value)
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
      • clearChainLocationGroup

        public AssetSet.Builder clearChainLocationGroup()
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
      • getChainLocationGroupBuilder

        public ChainLocationGroup.Builder getChainLocationGroupBuilder()
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
      • getChainLocationGroupOrBuilder

        public ChainLocationGroupOrBuilder getChainLocationGroupOrBuilder()
         Represents information about a Chain dynamic location group.
         Only applicable if the sync level AssetSet's type is LOCATION_SYNC and
         sync source is chain.
         
        .google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
        Specified by:
        getChainLocationGroupOrBuilder in interface AssetSetOrBuilder
      • setUnknownFields

        public final AssetSet.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>
      • mergeUnknownFields

        public final AssetSet.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AssetSet.Builder>