
com.google.ads.googleads.v18.services.GenerateCreatorInsightsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v18 Show documentation
Show all versions of google-ads-stubs-v18 Show documentation
Stubs for GAAPI version google-ads-stubs-v18
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 extends com.google.ads.googleads.v18.services.YouTubeCreatorInsightsOrBuilder>
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