Interface DynamicLineupAttributeMetadata.SampleChannelOrBuilder

    • Method Detail

      • hasYoutubeChannel

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

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

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

        java.lang.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.v14.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;
        Returns:
        Whether the youtubeChannelMetadata field is set.
      • getYoutubeChannelMetadata

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

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