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.v14.common.TopicInfo
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TopicInfo.Builder addAllPath​(java.lang.Iterable<java.lang.String> values)
      The category to target or exclude.
      TopicInfo.Builder addPath​(java.lang.String value)
      The category to target or exclude.
      TopicInfo.Builder addPathBytes​(com.google.protobuf.ByteString value)
      The category to target or exclude.
      TopicInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)  
      TopicInfo build()  
      TopicInfo buildPartial()  
      TopicInfo.Builder clear()  
      TopicInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)  
      TopicInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)  
      TopicInfo.Builder clearPath()
      The category to target or exclude.
      TopicInfo.Builder clearTopicConstant()
      The Topic Constant resource name.
      TopicInfo.Builder clone()  
      TopicInfo getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      java.lang.String getPath​(int index)
      The category to target or exclude.
      com.google.protobuf.ByteString getPathBytes​(int index)
      The category to target or exclude.
      int getPathCount()
      The category to target or exclude.
      com.google.protobuf.ProtocolStringList getPathList()
      The category to target or exclude.
      java.lang.String getTopicConstant()
      The Topic Constant resource name.
      com.google.protobuf.ByteString getTopicConstantBytes()
      The Topic Constant resource name.
      boolean hasTopicConstant()
      The Topic Constant resource name.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      TopicInfo.Builder mergeFrom​(TopicInfo other)  
      TopicInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      TopicInfo.Builder mergeFrom​(com.google.protobuf.Message other)  
      TopicInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      TopicInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)  
      TopicInfo.Builder setPath​(int index, java.lang.String value)
      The category to target or exclude.
      TopicInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)  
      TopicInfo.Builder setTopicConstant​(java.lang.String value)
      The Topic Constant resource name.
      TopicInfo.Builder setTopicConstantBytes​(com.google.protobuf.ByteString value)
      The Topic Constant resource name.
      TopicInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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 [(.google.api.resource_reference) = { ... }
        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 [(.google.api.resource_reference) = { ... }
        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 [(.google.api.resource_reference) = { ... }
        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 [(.google.api.resource_reference) = { ... }
        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 [(.google.api.resource_reference) = { ... }
        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 [(.google.api.resource_reference) = { ... }
        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>