Class ListingGroupFilterDimensionPath.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<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

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

        public java.util.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.v15.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.v15.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.v15.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.v15.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.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addDimensions

        public ListingGroupFilterDimensionPath.Builder addDimensions​(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.v15.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.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addDimensions

        public ListingGroupFilterDimensionPath.Builder addDimensions​(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.v15.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.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllDimensions

        public ListingGroupFilterDimensionPath.Builder addAllDimensions​(java.lang.Iterable<? extends ListingGroupFilterDimension> values)
         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.v15.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.v15.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.v15.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.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • 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.v15.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.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDimensionsBuilderList

        public java.util.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.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];