All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v18.services.YouTubeChannelInsightsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/services/content_creator_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;

public interface YouTubeChannelInsightsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.YouTubeChannelInsights)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the YouTube Channel.
   * 
* * string display_name = 1; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * The name of the YouTube Channel.
   * 
* * string display_name = 1; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * The YouTube Channel ID.
   * 
* * .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 2; * @return Whether the youtubeChannel field is set. */ boolean hasYoutubeChannel(); /** *
   * The YouTube Channel ID.
   * 
* * .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 2; * @return The youtubeChannel. */ com.google.ads.googleads.v18.common.YouTubeChannelInfo getYoutubeChannel(); /** *
   * The YouTube Channel ID.
   * 
* * .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 2; */ com.google.ads.googleads.v18.common.YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder(); /** *
   * The metrics for a YouTube Channel.
   * 
* * .google.ads.googleads.v18.services.YouTubeMetrics channel_metrics = 3; * @return Whether the channelMetrics field is set. */ boolean hasChannelMetrics(); /** *
   * The metrics for a YouTube Channel.
   * 
* * .google.ads.googleads.v18.services.YouTubeMetrics channel_metrics = 3; * @return The channelMetrics. */ com.google.ads.googleads.v18.services.YouTubeMetrics getChannelMetrics(); /** *
   * The metrics for a YouTube Channel.
   * 
* * .google.ads.googleads.v18.services.YouTubeMetrics channel_metrics = 3; */ com.google.ads.googleads.v18.services.YouTubeMetricsOrBuilder getChannelMetricsOrBuilder(); /** *
   * The types of audiences and demographics associated with a channel's main
   * audience. Audiences and demographics will have a breakdown of subscriber
   * share across dimensions of the same value.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; */ java.util.List getChannelAudienceDemographicsList(); /** *
   * The types of audiences and demographics associated with a channel's main
   * audience. Audiences and demographics will have a breakdown of subscriber
   * share across dimensions of the same value.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; */ com.google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata getChannelAudienceDemographics(int index); /** *
   * The types of audiences and demographics associated with a channel's main
   * audience. Audiences and demographics will have a breakdown of subscriber
   * share across dimensions of the same value.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; */ int getChannelAudienceDemographicsCount(); /** *
   * The types of audiences and demographics associated with a channel's main
   * audience. Audiences and demographics will have a breakdown of subscriber
   * share across dimensions of the same value.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; */ java.util.List getChannelAudienceDemographicsOrBuilderList(); /** *
   * The types of audiences and demographics associated with a channel's main
   * audience. Audiences and demographics will have a breakdown of subscriber
   * share across dimensions of the same value.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; */ com.google.ads.googleads.v18.common.AudienceInsightsAttributeMetadataOrBuilder getChannelAudienceDemographicsOrBuilder( int index); /** *
   * The attributes associated with the content made by a channel.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; */ java.util.List getChannelAttributesList(); /** *
   * The attributes associated with the content made by a channel.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; */ com.google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata getChannelAttributes(int index); /** *
   * The attributes associated with the content made by a channel.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; */ int getChannelAttributesCount(); /** *
   * The attributes associated with the content made by a channel.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; */ java.util.List getChannelAttributesOrBuilderList(); /** *
   * The attributes associated with the content made by a channel.
   * 
* * repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; */ com.google.ads.googleads.v18.common.AudienceInsightsAttributeMetadataOrBuilder getChannelAttributesOrBuilder( int index); /** *
   * Metadata string associated with the type of channel.
   * 
* * string channel_type = 6; * @return The channelType. */ java.lang.String getChannelType(); /** *
   * Metadata string associated with the type of channel.
   * 
* * string channel_type = 6; * @return The bytes for channelType. */ com.google.protobuf.ByteString getChannelTypeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy