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

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

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

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

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

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

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

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

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

        public boolean hasText()
         Text of the keyword idea.
         As in Keyword Plan historical metrics, this text may not be an actual
         keyword, but the canonical form of multiple keywords.
         See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
         
        optional string text = 5;
        Specified by:
        hasText in interface GenerateKeywordIdeaResultOrBuilder
        Returns:
        Whether the text field is set.
      • getText

        public java.lang.String getText()
         Text of the keyword idea.
         As in Keyword Plan historical metrics, this text may not be an actual
         keyword, but the canonical form of multiple keywords.
         See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
         
        optional string text = 5;
        Specified by:
        getText in interface GenerateKeywordIdeaResultOrBuilder
        Returns:
        The text.
      • getTextBytes

        public com.google.protobuf.ByteString getTextBytes()
         Text of the keyword idea.
         As in Keyword Plan historical metrics, this text may not be an actual
         keyword, but the canonical form of multiple keywords.
         See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
         
        optional string text = 5;
        Specified by:
        getTextBytes in interface GenerateKeywordIdeaResultOrBuilder
        Returns:
        The bytes for text.
      • setText

        public GenerateKeywordIdeaResult.Builder setText​(java.lang.String value)
         Text of the keyword idea.
         As in Keyword Plan historical metrics, this text may not be an actual
         keyword, but the canonical form of multiple keywords.
         See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
         
        optional string text = 5;
        Parameters:
        value - The text to set.
        Returns:
        This builder for chaining.
      • clearText

        public GenerateKeywordIdeaResult.Builder clearText()
         Text of the keyword idea.
         As in Keyword Plan historical metrics, this text may not be an actual
         keyword, but the canonical form of multiple keywords.
         See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
         
        optional string text = 5;
        Returns:
        This builder for chaining.
      • setTextBytes

        public GenerateKeywordIdeaResult.Builder setTextBytes​(com.google.protobuf.ByteString value)
         Text of the keyword idea.
         As in Keyword Plan historical metrics, this text may not be an actual
         keyword, but the canonical form of multiple keywords.
         See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
         
        optional string text = 5;
        Parameters:
        value - The bytes for text to set.
        Returns:
        This builder for chaining.
      • hasKeywordIdeaMetrics

        public boolean hasKeywordIdeaMetrics()
         The historical metrics for the keyword.
         
        .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;
        Specified by:
        hasKeywordIdeaMetrics in interface GenerateKeywordIdeaResultOrBuilder
        Returns:
        Whether the keywordIdeaMetrics field is set.
      • clearKeywordIdeaMetrics

        public GenerateKeywordIdeaResult.Builder clearKeywordIdeaMetrics()
         The historical metrics for the keyword.
         
        .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;
      • getKeywordIdeaMetricsBuilder

        public KeywordPlanHistoricalMetrics.Builder getKeywordIdeaMetricsBuilder()
         The historical metrics for the keyword.
         
        .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;
      • hasKeywordAnnotations

        public boolean hasKeywordAnnotations()
         The annotations for the keyword.
         The annotation data is only provided if requested.
         
        .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6;
        Specified by:
        hasKeywordAnnotations in interface GenerateKeywordIdeaResultOrBuilder
        Returns:
        Whether the keywordAnnotations field is set.
      • setKeywordAnnotations

        public GenerateKeywordIdeaResult.Builder setKeywordAnnotations​(KeywordAnnotations value)
         The annotations for the keyword.
         The annotation data is only provided if requested.
         
        .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6;
      • setKeywordAnnotations

        public GenerateKeywordIdeaResult.Builder setKeywordAnnotations​(KeywordAnnotations.Builder builderForValue)
         The annotations for the keyword.
         The annotation data is only provided if requested.
         
        .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6;
      • mergeKeywordAnnotations

        public GenerateKeywordIdeaResult.Builder mergeKeywordAnnotations​(KeywordAnnotations value)
         The annotations for the keyword.
         The annotation data is only provided if requested.
         
        .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6;
      • clearKeywordAnnotations

        public GenerateKeywordIdeaResult.Builder clearKeywordAnnotations()
         The annotations for the keyword.
         The annotation data is only provided if requested.
         
        .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6;
      • getKeywordAnnotationsBuilder

        public KeywordAnnotations.Builder getKeywordAnnotationsBuilder()
         The annotations for the keyword.
         The annotation data is only provided if requested.
         
        .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6;
      • setUnknownFields

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

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