Interface DynamicLineupAttributeMetadata.SampleChannelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DynamicLineupAttributeMetadata.SampleChannel, DynamicLineupAttributeMetadata.SampleChannel.Builder
Enclosing class:
DynamicLineupAttributeMetadata

public static interface DynamicLineupAttributeMetadata.SampleChannelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasYoutubeChannel

      boolean hasYoutubeChannel()
       A YouTube channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 1;
      Returns:
      Whether the youtubeChannel field is set.
    • getYoutubeChannel

      YouTubeChannelInfo getYoutubeChannel()
       A YouTube channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 1;
      Returns:
      The youtubeChannel.
    • getYoutubeChannelOrBuilder

      YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder()
       A YouTube channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 1;
    • getDisplayName

      String getDisplayName()
       The name of the sample channel.
       
      string display_name = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       The name of the sample channel.
       
      string display_name = 2;
      Returns:
      The bytes for displayName.
    • hasYoutubeChannelMetadata

      boolean hasYoutubeChannelMetadata()
       Metadata for the sample channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;
      Returns:
      Whether the youtubeChannelMetadata field is set.
    • getYoutubeChannelMetadata

      YouTubeChannelAttributeMetadata getYoutubeChannelMetadata()
       Metadata for the sample channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;
      Returns:
      The youtubeChannelMetadata.
    • getYoutubeChannelMetadataOrBuilder

      YouTubeChannelAttributeMetadataOrBuilder getYoutubeChannelMetadataOrBuilder()
       Metadata for the sample channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;