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

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

  /**
   * 
   * A collection of YouTube Creators, each containing a collection of YouTube
   * Channels maintained by the YouTube Creator.
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1; */ java.util.List getCreatorInsightsList(); /** *
   * A collection of YouTube Creators, each containing a collection of YouTube
   * Channels maintained by the YouTube Creator.
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1; */ com.google.ads.googleads.v18.services.YouTubeCreatorInsights getCreatorInsights(int index); /** *
   * A collection of YouTube Creators, each containing a collection of YouTube
   * Channels maintained by the YouTube Creator.
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1; */ int getCreatorInsightsCount(); /** *
   * A collection of YouTube Creators, each containing a collection of YouTube
   * Channels maintained by the YouTube Creator.
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1; */ java.util.List getCreatorInsightsOrBuilderList(); /** *
   * A collection of YouTube Creators, each containing a collection of YouTube
   * Channels maintained by the YouTube Creator.
   * 
* * repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1; */ com.google.ads.googleads.v18.services.YouTubeCreatorInsightsOrBuilder getCreatorInsightsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy