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

com.google.ads.googleads.v18.services.YouTubeCreatorInsightsOrBuilder 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 YouTubeCreatorInsightsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.YouTubeCreatorInsights)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the creator.
   * 
* * string creator_name = 1; * @return The creatorName. */ java.lang.String getCreatorName(); /** *
   * The name of the creator.
   * 
* * string creator_name = 1; * @return The bytes for creatorName. */ com.google.protobuf.ByteString getCreatorNameBytes(); /** *
   * The list of YouTube Channels
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2; */ java.util.List getCreatorChannelsList(); /** *
   * The list of YouTube Channels
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2; */ com.google.ads.googleads.v18.services.YouTubeChannelInsights getCreatorChannels(int index); /** *
   * The list of YouTube Channels
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2; */ int getCreatorChannelsCount(); /** *
   * The list of YouTube Channels
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2; */ java.util.List getCreatorChannelsOrBuilderList(); /** *
   * The list of YouTube Channels
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2; */ com.google.ads.googleads.v18.services.YouTubeChannelInsightsOrBuilder getCreatorChannelsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy