Class TopicInfo.Builder

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

    public static final class TopicInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<TopicInfo.Builder>
    implements TopicInfoOrBuilder
     A topic criterion. Use topics to target or exclude placements in the
     Google Display Network based on the category into which the placement falls
     (for example, "Pets & Animals/Pets/Dogs").
     
    Protobuf type google.ads.googleads.v10.common.TopicInfo
    • 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<TopicInfo.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

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

        public boolean hasTopicConstant()
         The Topic Constant resource name.
         
        optional string topic_constant = 3;
        Specified by:
        hasTopicConstant in interface TopicInfoOrBuilder
        Returns:
        Whether the topicConstant field is set.
      • getTopicConstant

        public java.lang.String getTopicConstant()
         The Topic Constant resource name.
         
        optional string topic_constant = 3;
        Specified by:
        getTopicConstant in interface TopicInfoOrBuilder
        Returns:
        The topicConstant.
      • getTopicConstantBytes

        public com.google.protobuf.ByteString getTopicConstantBytes()
         The Topic Constant resource name.
         
        optional string topic_constant = 3;
        Specified by:
        getTopicConstantBytes in interface TopicInfoOrBuilder
        Returns:
        The bytes for topicConstant.
      • setTopicConstant

        public TopicInfo.Builder setTopicConstant​(java.lang.String value)
         The Topic Constant resource name.
         
        optional string topic_constant = 3;
        Parameters:
        value - The topicConstant to set.
        Returns:
        This builder for chaining.
      • clearTopicConstant

        public TopicInfo.Builder clearTopicConstant()
         The Topic Constant resource name.
         
        optional string topic_constant = 3;
        Returns:
        This builder for chaining.
      • setTopicConstantBytes

        public TopicInfo.Builder setTopicConstantBytes​(com.google.protobuf.ByteString value)
         The Topic Constant resource name.
         
        optional string topic_constant = 3;
        Parameters:
        value - The bytes for topicConstant to set.
        Returns:
        This builder for chaining.
      • getPathList

        public com.google.protobuf.ProtocolStringList getPathList()
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Specified by:
        getPathList in interface TopicInfoOrBuilder
        Returns:
        A list containing the path.
      • getPathCount

        public int getPathCount()
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Specified by:
        getPathCount in interface TopicInfoOrBuilder
        Returns:
        The count of path.
      • getPath

        public java.lang.String getPath​(int index)
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Specified by:
        getPath in interface TopicInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The path at the given index.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes​(int index)
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Specified by:
        getPathBytes in interface TopicInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the path at the given index.
      • setPath

        public TopicInfo.Builder setPath​(int index,
                                         java.lang.String value)
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Parameters:
        index - The index to set the value at.
        value - The path to set.
        Returns:
        This builder for chaining.
      • addPath

        public TopicInfo.Builder addPath​(java.lang.String value)
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Parameters:
        value - The path to add.
        Returns:
        This builder for chaining.
      • addAllPath

        public TopicInfo.Builder addAllPath​(java.lang.Iterable<java.lang.String> values)
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Parameters:
        values - The path to add.
        Returns:
        This builder for chaining.
      • clearPath

        public TopicInfo.Builder clearPath()
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Returns:
        This builder for chaining.
      • addPathBytes

        public TopicInfo.Builder addPathBytes​(com.google.protobuf.ByteString value)
         The category to target or exclude. Each subsequent element in the array
         describes a more specific sub-category. For example,
         "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
         category.
         
        repeated string path = 4;
        Parameters:
        value - The bytes of the path to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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