Class SuggestKeywordThemeConstantsRequest.Builder

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

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

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

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

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

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

        public java.lang.String getQueryText()
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Specified by:
        getQueryText in interface SuggestKeywordThemeConstantsRequestOrBuilder
        Returns:
        The queryText.
      • getQueryTextBytes

        public com.google.protobuf.ByteString getQueryTextBytes()
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Specified by:
        getQueryTextBytes in interface SuggestKeywordThemeConstantsRequestOrBuilder
        Returns:
        The bytes for queryText.
      • setQueryText

        public SuggestKeywordThemeConstantsRequest.Builder setQueryText​(java.lang.String value)
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Parameters:
        value - The queryText to set.
        Returns:
        This builder for chaining.
      • clearQueryText

        public SuggestKeywordThemeConstantsRequest.Builder clearQueryText()
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Returns:
        This builder for chaining.
      • setQueryTextBytes

        public SuggestKeywordThemeConstantsRequest.Builder setQueryTextBytes​(com.google.protobuf.ByteString value)
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Parameters:
        value - The bytes for queryText to set.
        Returns:
        This builder for chaining.
      • getCountryCode

        public java.lang.String getCountryCode()
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Specified by:
        getCountryCode in interface SuggestKeywordThemeConstantsRequestOrBuilder
        Returns:
        The countryCode.
      • getCountryCodeBytes

        public com.google.protobuf.ByteString getCountryCodeBytes()
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Specified by:
        getCountryCodeBytes in interface SuggestKeywordThemeConstantsRequestOrBuilder
        Returns:
        The bytes for countryCode.
      • setCountryCode

        public SuggestKeywordThemeConstantsRequest.Builder setCountryCode​(java.lang.String value)
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Parameters:
        value - The countryCode to set.
        Returns:
        This builder for chaining.
      • clearCountryCode

        public SuggestKeywordThemeConstantsRequest.Builder clearCountryCode()
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Returns:
        This builder for chaining.
      • setCountryCodeBytes

        public SuggestKeywordThemeConstantsRequest.Builder setCountryCodeBytes​(com.google.protobuf.ByteString value)
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Parameters:
        value - The bytes for countryCode to set.
        Returns:
        This builder for chaining.
      • getLanguageCode

        public java.lang.String getLanguageCode()
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Specified by:
        getLanguageCode in interface SuggestKeywordThemeConstantsRequestOrBuilder
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        public com.google.protobuf.ByteString getLanguageCodeBytes()
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Specified by:
        getLanguageCodeBytes in interface SuggestKeywordThemeConstantsRequestOrBuilder
        Returns:
        The bytes for languageCode.
      • setLanguageCode

        public SuggestKeywordThemeConstantsRequest.Builder setLanguageCode​(java.lang.String value)
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Parameters:
        value - The languageCode to set.
        Returns:
        This builder for chaining.
      • clearLanguageCode

        public SuggestKeywordThemeConstantsRequest.Builder clearLanguageCode()
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Returns:
        This builder for chaining.
      • setLanguageCodeBytes

        public SuggestKeywordThemeConstantsRequest.Builder setLanguageCodeBytes​(com.google.protobuf.ByteString value)
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Parameters:
        value - The bytes for languageCode to set.
        Returns:
        This builder for chaining.