Class DynamicTravelAsset.Builder

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

    public static final class DynamicTravelAsset.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DynamicTravelAsset.Builder>
    implements DynamicTravelAssetOrBuilder
     A dynamic travel asset.
     
    Protobuf type google.ads.googleads.v14.common.DynamicTravelAsset
    • 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<DynamicTravelAsset.Builder>
      • clear

        public DynamicTravelAsset.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<DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • getDefaultInstanceForType

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

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

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

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • setField

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • clearField

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • clearOneof

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • setRepeatedField

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • addRepeatedField

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • mergeFrom

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • isInitialized

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

        public DynamicTravelAsset.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<DynamicTravelAsset.Builder>
        Throws:
        java.io.IOException
      • getDestinationId

        public java.lang.String getDestinationId()
         Required. Destination ID which can be any sequence of letters and digits,
         and must be unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDestinationId in interface DynamicTravelAssetOrBuilder
        Returns:
        The destinationId.
      • getDestinationIdBytes

        public com.google.protobuf.ByteString getDestinationIdBytes()
         Required. Destination ID which can be any sequence of letters and digits,
         and must be unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDestinationIdBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for destinationId.
      • setDestinationId

        public DynamicTravelAsset.Builder setDestinationId​(java.lang.String value)
         Required. Destination ID which can be any sequence of letters and digits,
         and must be unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The destinationId to set.
        Returns:
        This builder for chaining.
      • clearDestinationId

        public DynamicTravelAsset.Builder clearDestinationId()
         Required. Destination ID which can be any sequence of letters and digits,
         and must be unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDestinationIdBytes

        public DynamicTravelAsset.Builder setDestinationIdBytes​(com.google.protobuf.ByteString value)
         Required. Destination ID which can be any sequence of letters and digits,
         and must be unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for destinationId to set.
        Returns:
        This builder for chaining.
      • getOriginId

        public java.lang.String getOriginId()
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Specified by:
        getOriginId in interface DynamicTravelAssetOrBuilder
        Returns:
        The originId.
      • getOriginIdBytes

        public com.google.protobuf.ByteString getOriginIdBytes()
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Specified by:
        getOriginIdBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for originId.
      • setOriginId

        public DynamicTravelAsset.Builder setOriginId​(java.lang.String value)
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Parameters:
        value - The originId to set.
        Returns:
        This builder for chaining.
      • clearOriginId

        public DynamicTravelAsset.Builder clearOriginId()
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Returns:
        This builder for chaining.
      • setOriginIdBytes

        public DynamicTravelAsset.Builder setOriginIdBytes​(com.google.protobuf.ByteString value)
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Parameters:
        value - The bytes for originId to set.
        Returns:
        This builder for chaining.
      • getTitle

        public java.lang.String getTitle()
         Required. Title, for example, Book your train ticket. Required.
         
        string title = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTitle in interface DynamicTravelAssetOrBuilder
        Returns:
        The title.
      • getTitleBytes

        public com.google.protobuf.ByteString getTitleBytes()
         Required. Title, for example, Book your train ticket. Required.
         
        string title = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTitleBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for title.
      • setTitle

        public DynamicTravelAsset.Builder setTitle​(java.lang.String value)
         Required. Title, for example, Book your train ticket. Required.
         
        string title = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The title to set.
        Returns:
        This builder for chaining.
      • clearTitle

        public DynamicTravelAsset.Builder clearTitle()
         Required. Title, for example, Book your train ticket. Required.
         
        string title = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setTitleBytes

        public DynamicTravelAsset.Builder setTitleBytes​(com.google.protobuf.ByteString value)
         Required. Title, for example, Book your train ticket. Required.
         
        string title = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for title to set.
        Returns:
        This builder for chaining.
      • getDestinationName

        public java.lang.String getDestinationName()
         Destination name, for example, Paris.
         
        string destination_name = 4;
        Specified by:
        getDestinationName in interface DynamicTravelAssetOrBuilder
        Returns:
        The destinationName.
      • getDestinationNameBytes

        public com.google.protobuf.ByteString getDestinationNameBytes()
         Destination name, for example, Paris.
         
        string destination_name = 4;
        Specified by:
        getDestinationNameBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for destinationName.
      • setDestinationName

        public DynamicTravelAsset.Builder setDestinationName​(java.lang.String value)
         Destination name, for example, Paris.
         
        string destination_name = 4;
        Parameters:
        value - The destinationName to set.
        Returns:
        This builder for chaining.
      • clearDestinationName

        public DynamicTravelAsset.Builder clearDestinationName()
         Destination name, for example, Paris.
         
        string destination_name = 4;
        Returns:
        This builder for chaining.
      • setDestinationNameBytes

        public DynamicTravelAsset.Builder setDestinationNameBytes​(com.google.protobuf.ByteString value)
         Destination name, for example, Paris.
         
        string destination_name = 4;
        Parameters:
        value - The bytes for destinationName to set.
        Returns:
        This builder for chaining.
      • getDestinationAddress

        public java.lang.String getDestinationAddress()
         Destination address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string destination_address = 5;
        Specified by:
        getDestinationAddress in interface DynamicTravelAssetOrBuilder
        Returns:
        The destinationAddress.
      • getDestinationAddressBytes

        public com.google.protobuf.ByteString getDestinationAddressBytes()
         Destination address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string destination_address = 5;
        Specified by:
        getDestinationAddressBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for destinationAddress.
      • setDestinationAddress

        public DynamicTravelAsset.Builder setDestinationAddress​(java.lang.String value)
         Destination address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string destination_address = 5;
        Parameters:
        value - The destinationAddress to set.
        Returns:
        This builder for chaining.
      • clearDestinationAddress

        public DynamicTravelAsset.Builder clearDestinationAddress()
         Destination address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string destination_address = 5;
        Returns:
        This builder for chaining.
      • setDestinationAddressBytes

        public DynamicTravelAsset.Builder setDestinationAddressBytes​(com.google.protobuf.ByteString value)
         Destination address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string destination_address = 5;
        Parameters:
        value - The bytes for destinationAddress to set.
        Returns:
        This builder for chaining.
      • getOriginName

        public java.lang.String getOriginName()
         Origin name, for example, London.
         
        string origin_name = 6;
        Specified by:
        getOriginName in interface DynamicTravelAssetOrBuilder
        Returns:
        The originName.
      • getOriginNameBytes

        public com.google.protobuf.ByteString getOriginNameBytes()
         Origin name, for example, London.
         
        string origin_name = 6;
        Specified by:
        getOriginNameBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for originName.
      • setOriginName

        public DynamicTravelAsset.Builder setOriginName​(java.lang.String value)
         Origin name, for example, London.
         
        string origin_name = 6;
        Parameters:
        value - The originName to set.
        Returns:
        This builder for chaining.
      • clearOriginName

        public DynamicTravelAsset.Builder clearOriginName()
         Origin name, for example, London.
         
        string origin_name = 6;
        Returns:
        This builder for chaining.
      • setOriginNameBytes

        public DynamicTravelAsset.Builder setOriginNameBytes​(com.google.protobuf.ByteString value)
         Origin name, for example, London.
         
        string origin_name = 6;
        Parameters:
        value - The bytes for originName to set.
        Returns:
        This builder for chaining.
      • getPrice

        public java.lang.String getPrice()
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 7;
        Specified by:
        getPrice in interface DynamicTravelAssetOrBuilder
        Returns:
        The price.
      • getPriceBytes

        public com.google.protobuf.ByteString getPriceBytes()
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 7;
        Specified by:
        getPriceBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for price.
      • setPrice

        public DynamicTravelAsset.Builder setPrice​(java.lang.String value)
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 7;
        Parameters:
        value - The price to set.
        Returns:
        This builder for chaining.
      • clearPrice

        public DynamicTravelAsset.Builder clearPrice()
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 7;
        Returns:
        This builder for chaining.
      • setPriceBytes

        public DynamicTravelAsset.Builder setPriceBytes​(com.google.protobuf.ByteString value)
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 7;
        Parameters:
        value - The bytes for price to set.
        Returns:
        This builder for chaining.
      • getSalePrice

        public java.lang.String getSalePrice()
         Sale price which can be a number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, for example, 80.00
         USD. Must be less than the 'price' field.
         
        string sale_price = 8;
        Specified by:
        getSalePrice in interface DynamicTravelAssetOrBuilder
        Returns:
        The salePrice.
      • getSalePriceBytes

        public com.google.protobuf.ByteString getSalePriceBytes()
         Sale price which can be a number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, for example, 80.00
         USD. Must be less than the 'price' field.
         
        string sale_price = 8;
        Specified by:
        getSalePriceBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for salePrice.
      • setSalePrice

        public DynamicTravelAsset.Builder setSalePrice​(java.lang.String value)
         Sale price which can be a number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, for example, 80.00
         USD. Must be less than the 'price' field.
         
        string sale_price = 8;
        Parameters:
        value - The salePrice to set.
        Returns:
        This builder for chaining.
      • clearSalePrice

        public DynamicTravelAsset.Builder clearSalePrice()
         Sale price which can be a number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, for example, 80.00
         USD. Must be less than the 'price' field.
         
        string sale_price = 8;
        Returns:
        This builder for chaining.
      • setSalePriceBytes

        public DynamicTravelAsset.Builder setSalePriceBytes​(com.google.protobuf.ByteString value)
         Sale price which can be a number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, for example, 80.00
         USD. Must be less than the 'price' field.
         
        string sale_price = 8;
        Parameters:
        value - The bytes for salePrice to set.
        Returns:
        This builder for chaining.
      • getFormattedPrice

        public java.lang.String getFormattedPrice()
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', for example, Starting at $100.00.
         
        string formatted_price = 9;
        Specified by:
        getFormattedPrice in interface DynamicTravelAssetOrBuilder
        Returns:
        The formattedPrice.
      • getFormattedPriceBytes

        public com.google.protobuf.ByteString getFormattedPriceBytes()
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', for example, Starting at $100.00.
         
        string formatted_price = 9;
        Specified by:
        getFormattedPriceBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for formattedPrice.
      • setFormattedPrice

        public DynamicTravelAsset.Builder setFormattedPrice​(java.lang.String value)
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', for example, Starting at $100.00.
         
        string formatted_price = 9;
        Parameters:
        value - The formattedPrice to set.
        Returns:
        This builder for chaining.
      • clearFormattedPrice

        public DynamicTravelAsset.Builder clearFormattedPrice()
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', for example, Starting at $100.00.
         
        string formatted_price = 9;
        Returns:
        This builder for chaining.
      • setFormattedPriceBytes

        public DynamicTravelAsset.Builder setFormattedPriceBytes​(com.google.protobuf.ByteString value)
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', for example, Starting at $100.00.
         
        string formatted_price = 9;
        Parameters:
        value - The bytes for formattedPrice to set.
        Returns:
        This builder for chaining.
      • getFormattedSalePrice

        public java.lang.String getFormattedSalePrice()
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', for example, On sale for $80.00.
         
        string formatted_sale_price = 10;
        Specified by:
        getFormattedSalePrice in interface DynamicTravelAssetOrBuilder
        Returns:
        The formattedSalePrice.
      • getFormattedSalePriceBytes

        public com.google.protobuf.ByteString getFormattedSalePriceBytes()
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', for example, On sale for $80.00.
         
        string formatted_sale_price = 10;
        Specified by:
        getFormattedSalePriceBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for formattedSalePrice.
      • setFormattedSalePrice

        public DynamicTravelAsset.Builder setFormattedSalePrice​(java.lang.String value)
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', for example, On sale for $80.00.
         
        string formatted_sale_price = 10;
        Parameters:
        value - The formattedSalePrice to set.
        Returns:
        This builder for chaining.
      • clearFormattedSalePrice

        public DynamicTravelAsset.Builder clearFormattedSalePrice()
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', for example, On sale for $80.00.
         
        string formatted_sale_price = 10;
        Returns:
        This builder for chaining.
      • setFormattedSalePriceBytes

        public DynamicTravelAsset.Builder setFormattedSalePriceBytes​(com.google.protobuf.ByteString value)
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', for example, On sale for $80.00.
         
        string formatted_sale_price = 10;
        Parameters:
        value - The bytes for formattedSalePrice to set.
        Returns:
        This builder for chaining.
      • getCategory

        public java.lang.String getCategory()
         Category, for example, Express.
         
        string category = 11;
        Specified by:
        getCategory in interface DynamicTravelAssetOrBuilder
        Returns:
        The category.
      • getCategoryBytes

        public com.google.protobuf.ByteString getCategoryBytes()
         Category, for example, Express.
         
        string category = 11;
        Specified by:
        getCategoryBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for category.
      • setCategory

        public DynamicTravelAsset.Builder setCategory​(java.lang.String value)
         Category, for example, Express.
         
        string category = 11;
        Parameters:
        value - The category to set.
        Returns:
        This builder for chaining.
      • clearCategory

        public DynamicTravelAsset.Builder clearCategory()
         Category, for example, Express.
         
        string category = 11;
        Returns:
        This builder for chaining.
      • setCategoryBytes

        public DynamicTravelAsset.Builder setCategoryBytes​(com.google.protobuf.ByteString value)
         Category, for example, Express.
         
        string category = 11;
        Parameters:
        value - The bytes for category to set.
        Returns:
        This builder for chaining.
      • getContextualKeywordsList

        public com.google.protobuf.ProtocolStringList getContextualKeywordsList()
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Specified by:
        getContextualKeywordsList in interface DynamicTravelAssetOrBuilder
        Returns:
        A list containing the contextualKeywords.
      • getContextualKeywordsCount

        public int getContextualKeywordsCount()
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Specified by:
        getContextualKeywordsCount in interface DynamicTravelAssetOrBuilder
        Returns:
        The count of contextualKeywords.
      • getContextualKeywords

        public java.lang.String getContextualKeywords​(int index)
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Specified by:
        getContextualKeywords in interface DynamicTravelAssetOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The contextualKeywords at the given index.
      • getContextualKeywordsBytes

        public com.google.protobuf.ByteString getContextualKeywordsBytes​(int index)
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Specified by:
        getContextualKeywordsBytes in interface DynamicTravelAssetOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the contextualKeywords at the given index.
      • setContextualKeywords

        public DynamicTravelAsset.Builder setContextualKeywords​(int index,
                                                                java.lang.String value)
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Parameters:
        index - The index to set the value at.
        value - The contextualKeywords to set.
        Returns:
        This builder for chaining.
      • addContextualKeywords

        public DynamicTravelAsset.Builder addContextualKeywords​(java.lang.String value)
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Parameters:
        value - The contextualKeywords to add.
        Returns:
        This builder for chaining.
      • addAllContextualKeywords

        public DynamicTravelAsset.Builder addAllContextualKeywords​(java.lang.Iterable<java.lang.String> values)
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Parameters:
        values - The contextualKeywords to add.
        Returns:
        This builder for chaining.
      • clearContextualKeywords

        public DynamicTravelAsset.Builder clearContextualKeywords()
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Returns:
        This builder for chaining.
      • addContextualKeywordsBytes

        public DynamicTravelAsset.Builder addContextualKeywordsBytes​(com.google.protobuf.ByteString value)
         Contextual keywords, for example, Paris trains.
         
        repeated string contextual_keywords = 12;
        Parameters:
        value - The bytes of the contextualKeywords to add.
        Returns:
        This builder for chaining.
      • getSimilarDestinationIdsList

        public com.google.protobuf.ProtocolStringList getSimilarDestinationIdsList()
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Specified by:
        getSimilarDestinationIdsList in interface DynamicTravelAssetOrBuilder
        Returns:
        A list containing the similarDestinationIds.
      • getSimilarDestinationIdsCount

        public int getSimilarDestinationIdsCount()
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Specified by:
        getSimilarDestinationIdsCount in interface DynamicTravelAssetOrBuilder
        Returns:
        The count of similarDestinationIds.
      • getSimilarDestinationIds

        public java.lang.String getSimilarDestinationIds​(int index)
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Specified by:
        getSimilarDestinationIds in interface DynamicTravelAssetOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The similarDestinationIds at the given index.
      • getSimilarDestinationIdsBytes

        public com.google.protobuf.ByteString getSimilarDestinationIdsBytes​(int index)
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Specified by:
        getSimilarDestinationIdsBytes in interface DynamicTravelAssetOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the similarDestinationIds at the given index.
      • setSimilarDestinationIds

        public DynamicTravelAsset.Builder setSimilarDestinationIds​(int index,
                                                                   java.lang.String value)
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Parameters:
        index - The index to set the value at.
        value - The similarDestinationIds to set.
        Returns:
        This builder for chaining.
      • addSimilarDestinationIds

        public DynamicTravelAsset.Builder addSimilarDestinationIds​(java.lang.String value)
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Parameters:
        value - The similarDestinationIds to add.
        Returns:
        This builder for chaining.
      • addAllSimilarDestinationIds

        public DynamicTravelAsset.Builder addAllSimilarDestinationIds​(java.lang.Iterable<java.lang.String> values)
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Parameters:
        values - The similarDestinationIds to add.
        Returns:
        This builder for chaining.
      • clearSimilarDestinationIds

        public DynamicTravelAsset.Builder clearSimilarDestinationIds()
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Returns:
        This builder for chaining.
      • addSimilarDestinationIdsBytes

        public DynamicTravelAsset.Builder addSimilarDestinationIdsBytes​(com.google.protobuf.ByteString value)
         Similar destination IDs, for example, NYC.
         
        repeated string similar_destination_ids = 13;
        Parameters:
        value - The bytes of the similarDestinationIds to add.
        Returns:
        This builder for chaining.
      • getImageUrl

        public java.lang.String getImageUrl()
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 14;
        Specified by:
        getImageUrl in interface DynamicTravelAssetOrBuilder
        Returns:
        The imageUrl.
      • getImageUrlBytes

        public com.google.protobuf.ByteString getImageUrlBytes()
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 14;
        Specified by:
        getImageUrlBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for imageUrl.
      • setImageUrl

        public DynamicTravelAsset.Builder setImageUrl​(java.lang.String value)
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 14;
        Parameters:
        value - The imageUrl to set.
        Returns:
        This builder for chaining.
      • clearImageUrl

        public DynamicTravelAsset.Builder clearImageUrl()
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 14;
        Returns:
        This builder for chaining.
      • setImageUrlBytes

        public DynamicTravelAsset.Builder setImageUrlBytes​(com.google.protobuf.ByteString value)
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 14;
        Parameters:
        value - The bytes for imageUrl to set.
        Returns:
        This builder for chaining.
      • getAndroidAppLink

        public java.lang.String getAndroidAppLink()
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 15;
        Specified by:
        getAndroidAppLink in interface DynamicTravelAssetOrBuilder
        Returns:
        The androidAppLink.
      • getAndroidAppLinkBytes

        public com.google.protobuf.ByteString getAndroidAppLinkBytes()
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 15;
        Specified by:
        getAndroidAppLinkBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for androidAppLink.
      • setAndroidAppLink

        public DynamicTravelAsset.Builder setAndroidAppLink​(java.lang.String value)
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 15;
        Parameters:
        value - The androidAppLink to set.
        Returns:
        This builder for chaining.
      • clearAndroidAppLink

        public DynamicTravelAsset.Builder clearAndroidAppLink()
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 15;
        Returns:
        This builder for chaining.
      • setAndroidAppLinkBytes

        public DynamicTravelAsset.Builder setAndroidAppLinkBytes​(com.google.protobuf.ByteString value)
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 15;
        Parameters:
        value - The bytes for androidAppLink to set.
        Returns:
        This builder for chaining.
      • getIosAppLink

        public java.lang.String getIosAppLink()
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 16;
        Specified by:
        getIosAppLink in interface DynamicTravelAssetOrBuilder
        Returns:
        The iosAppLink.
      • getIosAppLinkBytes

        public com.google.protobuf.ByteString getIosAppLinkBytes()
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 16;
        Specified by:
        getIosAppLinkBytes in interface DynamicTravelAssetOrBuilder
        Returns:
        The bytes for iosAppLink.
      • setIosAppLink

        public DynamicTravelAsset.Builder setIosAppLink​(java.lang.String value)
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 16;
        Parameters:
        value - The iosAppLink to set.
        Returns:
        This builder for chaining.
      • clearIosAppLink

        public DynamicTravelAsset.Builder clearIosAppLink()
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 16;
        Returns:
        This builder for chaining.
      • setIosAppLinkBytes

        public DynamicTravelAsset.Builder setIosAppLinkBytes​(com.google.protobuf.ByteString value)
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 16;
        Parameters:
        value - The bytes for iosAppLink to set.
        Returns:
        This builder for chaining.
      • getIosAppStoreId

        public long getIosAppStoreId()
         iOS app store ID. This is used to check if the user has the app installed
         on their device before deep linking. If this field is set, then the
         ios_app_link field must also be present.
         
        int64 ios_app_store_id = 17;
        Specified by:
        getIosAppStoreId in interface DynamicTravelAssetOrBuilder
        Returns:
        The iosAppStoreId.
      • setIosAppStoreId

        public DynamicTravelAsset.Builder setIosAppStoreId​(long value)
         iOS app store ID. This is used to check if the user has the app installed
         on their device before deep linking. If this field is set, then the
         ios_app_link field must also be present.
         
        int64 ios_app_store_id = 17;
        Parameters:
        value - The iosAppStoreId to set.
        Returns:
        This builder for chaining.
      • clearIosAppStoreId

        public DynamicTravelAsset.Builder clearIosAppStoreId()
         iOS app store ID. This is used to check if the user has the app installed
         on their device before deep linking. If this field is set, then the
         ios_app_link field must also be present.
         
        int64 ios_app_store_id = 17;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final DynamicTravelAsset.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<DynamicTravelAsset.Builder>
      • mergeUnknownFields

        public final DynamicTravelAsset.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<DynamicTravelAsset.Builder>