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

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

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

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

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

        public java.util.List<KeywordPlanDeviceSearches> getDeviceSearchesList()
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
        Specified by:
        getDeviceSearchesList in interface KeywordPlanAggregateMetricResultsOrBuilder
      • getDeviceSearchesCount

        public int getDeviceSearchesCount()
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
        Specified by:
        getDeviceSearchesCount in interface KeywordPlanAggregateMetricResultsOrBuilder
      • getDeviceSearches

        public KeywordPlanDeviceSearches getDeviceSearches​(int index)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
        Specified by:
        getDeviceSearches in interface KeywordPlanAggregateMetricResultsOrBuilder
      • setDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder setDeviceSearches​(int index,
                                                                           KeywordPlanDeviceSearches value)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • setDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder setDeviceSearches​(int index,
                                                                           KeywordPlanDeviceSearches.Builder builderForValue)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • addDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder addDeviceSearches​(KeywordPlanDeviceSearches value)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • addDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder addDeviceSearches​(int index,
                                                                           KeywordPlanDeviceSearches value)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • addDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder addDeviceSearches​(KeywordPlanDeviceSearches.Builder builderForValue)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • addDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder addDeviceSearches​(int index,
                                                                           KeywordPlanDeviceSearches.Builder builderForValue)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • addAllDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder addAllDeviceSearches​(java.lang.Iterable<? extends KeywordPlanDeviceSearches> values)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • clearDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder clearDeviceSearches()
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • removeDeviceSearches

        public KeywordPlanAggregateMetricResults.Builder removeDeviceSearches​(int index)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • getDeviceSearchesBuilder

        public KeywordPlanDeviceSearches.Builder getDeviceSearchesBuilder​(int index)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • getDeviceSearchesOrBuilder

        public KeywordPlanDeviceSearchesOrBuilder getDeviceSearchesOrBuilder​(int index)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
        Specified by:
        getDeviceSearchesOrBuilder in interface KeywordPlanAggregateMetricResultsOrBuilder
      • getDeviceSearchesOrBuilderList

        public java.util.List<? extends KeywordPlanDeviceSearchesOrBuilder> getDeviceSearchesOrBuilderList()
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
        Specified by:
        getDeviceSearchesOrBuilderList in interface KeywordPlanAggregateMetricResultsOrBuilder
      • addDeviceSearchesBuilder

        public KeywordPlanDeviceSearches.Builder addDeviceSearchesBuilder()
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • addDeviceSearchesBuilder

        public KeywordPlanDeviceSearches.Builder addDeviceSearchesBuilder​(int index)
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • getDeviceSearchesBuilderList

        public java.util.List<KeywordPlanDeviceSearches.Builder> getDeviceSearchesBuilderList()
         The aggregate searches for all the keywords segmented by device
         for the specified time.
         Supports the following device types: MOBILE, TABLET, DESKTOP.
         This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
         in the KeywordPlanAggregateMetrics field in the request.
         
        repeated .google.ads.googleads.v10.common.KeywordPlanDeviceSearches device_searches = 1;