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

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

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

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

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

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

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

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

        public java.lang.String getResourceName()
         Output only. The resource name of the asset group top combination view.
         AssetGroup Top Combination view resource names have the form:
         `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface AssetGroupTopCombinationViewOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         Output only. The resource name of the asset group top combination view.
         AssetGroup Top Combination view resource names have the form:
         `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface AssetGroupTopCombinationViewOrBuilder
        Returns:
        The bytes for resourceName.
      • setResourceName

        public AssetGroupTopCombinationView.Builder setResourceName​(java.lang.String value)
         Output only. The resource name of the asset group top combination view.
         AssetGroup Top Combination view resource names have the form:
         `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public AssetGroupTopCombinationView.Builder clearResourceName()
         Output only. The resource name of the asset group top combination view.
         AssetGroup Top Combination view resource names have the form:
         `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public AssetGroupTopCombinationView.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name of the asset group top combination view.
         AssetGroup Top Combination view resource names have the form:
         `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • getAssetGroupTopCombinationsCount

        public int getAssetGroupTopCombinationsCount()
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetGroupTopCombinationsCount in interface AssetGroupTopCombinationViewOrBuilder
      • setAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder setAssetGroupTopCombinations​(int index,
                                                                                 AssetGroupAssetCombinationData value)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder setAssetGroupTopCombinations​(int index,
                                                                                 AssetGroupAssetCombinationData.Builder builderForValue)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder addAssetGroupTopCombinations​(AssetGroupAssetCombinationData value)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder addAssetGroupTopCombinations​(int index,
                                                                                 AssetGroupAssetCombinationData value)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder addAssetGroupTopCombinations​(AssetGroupAssetCombinationData.Builder builderForValue)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder addAssetGroupTopCombinations​(int index,
                                                                                 AssetGroupAssetCombinationData.Builder builderForValue)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder addAllAssetGroupTopCombinations​(java.lang.Iterable<? extends AssetGroupAssetCombinationData> values)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder clearAssetGroupTopCombinations()
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeAssetGroupTopCombinations

        public AssetGroupTopCombinationView.Builder removeAssetGroupTopCombinations​(int index)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAssetGroupTopCombinationsBuilder

        public AssetGroupAssetCombinationData.Builder getAssetGroupTopCombinationsBuilder​(int index)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetGroupTopCombinationsBuilder

        public AssetGroupAssetCombinationData.Builder addAssetGroupTopCombinationsBuilder()
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetGroupTopCombinationsBuilder

        public AssetGroupAssetCombinationData.Builder addAssetGroupTopCombinationsBuilder​(int index)
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAssetGroupTopCombinationsBuilderList

        public java.util.List<AssetGroupAssetCombinationData.Builder> getAssetGroupTopCombinationsBuilderList()
         Output only. The top combinations of assets that served together.
         
        repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];