Class YouTubeCreatorInsights.Builder

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

public static final class YouTubeCreatorInsights.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<YouTubeCreatorInsights.Builder> implements YouTubeCreatorInsightsOrBuilder
 A YouTube creator and the insights for this creator.
 
Protobuf type google.ads.googleads.v18.services.YouTubeCreatorInsights
  • 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<YouTubeCreatorInsights.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<YouTubeCreatorInsights.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<YouTubeCreatorInsights.Builder>
    • getDefaultInstanceForType

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

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

      public YouTubeCreatorInsights 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<YouTubeCreatorInsights.Builder>
    • setField

      public YouTubeCreatorInsights.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<YouTubeCreatorInsights.Builder>
    • clearField

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

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

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

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

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

      public YouTubeCreatorInsights.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<YouTubeCreatorInsights.Builder>
      Throws:
      IOException
    • getCreatorName

      public String getCreatorName()
       The name of the creator.
       
      string creator_name = 1;
      Specified by:
      getCreatorName in interface YouTubeCreatorInsightsOrBuilder
      Returns:
      The creatorName.
    • getCreatorNameBytes

      public com.google.protobuf.ByteString getCreatorNameBytes()
       The name of the creator.
       
      string creator_name = 1;
      Specified by:
      getCreatorNameBytes in interface YouTubeCreatorInsightsOrBuilder
      Returns:
      The bytes for creatorName.
    • setCreatorName

      public YouTubeCreatorInsights.Builder setCreatorName(String value)
       The name of the creator.
       
      string creator_name = 1;
      Parameters:
      value - The creatorName to set.
      Returns:
      This builder for chaining.
    • clearCreatorName

      public YouTubeCreatorInsights.Builder clearCreatorName()
       The name of the creator.
       
      string creator_name = 1;
      Returns:
      This builder for chaining.
    • setCreatorNameBytes

      public YouTubeCreatorInsights.Builder setCreatorNameBytes(com.google.protobuf.ByteString value)
       The name of the creator.
       
      string creator_name = 1;
      Parameters:
      value - The bytes for creatorName to set.
      Returns:
      This builder for chaining.
    • getCreatorChannelsList

      public List<YouTubeChannelInsights> getCreatorChannelsList()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
      Specified by:
      getCreatorChannelsList in interface YouTubeCreatorInsightsOrBuilder
    • getCreatorChannelsCount

      public int getCreatorChannelsCount()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
      Specified by:
      getCreatorChannelsCount in interface YouTubeCreatorInsightsOrBuilder
    • getCreatorChannels

      public YouTubeChannelInsights getCreatorChannels(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
      Specified by:
      getCreatorChannels in interface YouTubeCreatorInsightsOrBuilder
    • setCreatorChannels

      public YouTubeCreatorInsights.Builder setCreatorChannels(int index, YouTubeChannelInsights value)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • setCreatorChannels

      public YouTubeCreatorInsights.Builder setCreatorChannels(int index, YouTubeChannelInsights.Builder builderForValue)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • addCreatorChannels

      public YouTubeCreatorInsights.Builder addCreatorChannels(YouTubeChannelInsights value)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • addCreatorChannels

      public YouTubeCreatorInsights.Builder addCreatorChannels(int index, YouTubeChannelInsights value)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • addCreatorChannels

      public YouTubeCreatorInsights.Builder addCreatorChannels(YouTubeChannelInsights.Builder builderForValue)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • addCreatorChannels

      public YouTubeCreatorInsights.Builder addCreatorChannels(int index, YouTubeChannelInsights.Builder builderForValue)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • addAllCreatorChannels

      public YouTubeCreatorInsights.Builder addAllCreatorChannels(Iterable<? extends YouTubeChannelInsights> values)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • clearCreatorChannels

      public YouTubeCreatorInsights.Builder clearCreatorChannels()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • removeCreatorChannels

      public YouTubeCreatorInsights.Builder removeCreatorChannels(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannelsBuilder

      public YouTubeChannelInsights.Builder getCreatorChannelsBuilder(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannelsOrBuilder

      public YouTubeChannelInsightsOrBuilder getCreatorChannelsOrBuilder(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
      Specified by:
      getCreatorChannelsOrBuilder in interface YouTubeCreatorInsightsOrBuilder
    • getCreatorChannelsOrBuilderList

      public List<? extends YouTubeChannelInsightsOrBuilder> getCreatorChannelsOrBuilderList()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
      Specified by:
      getCreatorChannelsOrBuilderList in interface YouTubeCreatorInsightsOrBuilder
    • addCreatorChannelsBuilder

      public YouTubeChannelInsights.Builder addCreatorChannelsBuilder()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • addCreatorChannelsBuilder

      public YouTubeChannelInsights.Builder addCreatorChannelsBuilder(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannelsBuilderList

      public List<YouTubeChannelInsights.Builder> getCreatorChannelsBuilderList()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • setUnknownFields

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

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