Class ListingGroupFilterDimensionPath.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ListingGroupFilterDimensionPath.Builder>
com.google.ads.googleads.v18.resources.ListingGroupFilterDimensionPath.Builder
All Implemented Interfaces:
ListingGroupFilterDimensionPathOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListingGroupFilterDimensionPath

public static final class ListingGroupFilterDimensionPath.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListingGroupFilterDimensionPath.Builder> implements ListingGroupFilterDimensionPathOrBuilder
 The path defining of dimensions defining a listing group filter.
 
Protobuf type google.ads.googleads.v18.resources.ListingGroupFilterDimensionPath
  • Method Details

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

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ListingGroupFilterDimensionPath buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<ListingGroupFilterDimensionPath.Builder>
    • setField

      public ListingGroupFilterDimensionPath.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListingGroupFilterDimensionPath.Builder>
    • clearField

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

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

      public ListingGroupFilterDimensionPath.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListingGroupFilterDimensionPath.Builder>
    • addRepeatedField

      public ListingGroupFilterDimensionPath.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListingGroupFilterDimensionPath.Builder>
    • mergeFrom

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

    • isInitialized

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

      public ListingGroupFilterDimensionPath.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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<ListingGroupFilterDimensionPath.Builder>
      Throws:
      IOException
    • getDimensionsList

      public List<ListingGroupFilterDimension> getDimensionsList()
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDimensionsList in interface ListingGroupFilterDimensionPathOrBuilder
    • getDimensionsCount

      public int getDimensionsCount()
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDimensionsCount in interface ListingGroupFilterDimensionPathOrBuilder
    • getDimensions

      public ListingGroupFilterDimension getDimensions(int index)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDimensions in interface ListingGroupFilterDimensionPathOrBuilder
    • setDimensions

      public ListingGroupFilterDimensionPath.Builder setDimensions(int index, ListingGroupFilterDimension value)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setDimensions

      public ListingGroupFilterDimensionPath.Builder setDimensions(int index, ListingGroupFilterDimension.Builder builderForValue)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addDimensions

       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addDimensions

      public ListingGroupFilterDimensionPath.Builder addDimensions(int index, ListingGroupFilterDimension value)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addDimensions

       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addDimensions

      public ListingGroupFilterDimensionPath.Builder addDimensions(int index, ListingGroupFilterDimension.Builder builderForValue)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addAllDimensions

       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearDimensions

      public ListingGroupFilterDimensionPath.Builder clearDimensions()
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • removeDimensions

      public ListingGroupFilterDimensionPath.Builder removeDimensions(int index)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDimensionsBuilder

      public ListingGroupFilterDimension.Builder getDimensionsBuilder(int index)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDimensionsOrBuilder

      public ListingGroupFilterDimensionOrBuilder getDimensionsOrBuilder(int index)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDimensionsOrBuilder in interface ListingGroupFilterDimensionPathOrBuilder
    • getDimensionsOrBuilderList

      public List<? extends ListingGroupFilterDimensionOrBuilder> getDimensionsOrBuilderList()
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDimensionsOrBuilderList in interface ListingGroupFilterDimensionPathOrBuilder
    • addDimensionsBuilder

      public ListingGroupFilterDimension.Builder addDimensionsBuilder()
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addDimensionsBuilder

      public ListingGroupFilterDimension.Builder addDimensionsBuilder(int index)
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDimensionsBuilderList

      public List<ListingGroupFilterDimension.Builder> getDimensionsBuilderList()
       Output only. The complete path of dimensions through the listing group
       filter hierarchy (excluding the root node) to this listing group filter.
       
      repeated .google.ads.googleads.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUnknownFields

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

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