
com.google.ads.googleads.v18.services.YouTubeCreatorInsightsOrBuilder 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 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 extends com.google.ads.googleads.v18.services.YouTubeChannelInsightsOrBuilder>
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