Interface GenerateCreatorInsightsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateCreatorInsightsRequest,GenerateCreatorInsightsRequest.Builder
public interface GenerateCreatorInsightsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.The list of attributes to search for top creators in.The list of attributes to search for top creators in.The list of YouTube Channel IDs to fetch creator insights for.The list of YouTube Channel IDs to fetch creator insights for.booleanThe list of attributes to search for top creators in.booleanThe list of YouTube Channel IDs to fetch creator insights for.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCustomerId
String getCustomerId()Required. The ID of the customer.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The customerId.
-
getCustomerIdBytes
com.google.protobuf.ByteString getCustomerIdBytes()Required. The ID of the customer.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for customerId.
-
getCustomerInsightsGroup
String getCustomerInsightsGroup()Required. The name of the customer being planned for. This is a user-defined value.
string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The customerInsightsGroup.
-
getCustomerInsightsGroupBytes
com.google.protobuf.ByteString getCustomerInsightsGroupBytes()Required. The name of the customer being planned for. This is a user-defined value.
string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for customerInsightsGroup.
-
hasSearchAttributes
boolean hasSearchAttributes()The list of attributes to search for top creators in.
.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
GenerateCreatorInsightsRequest.SearchAttributes getSearchAttributes()The list of attributes to search for top creators in.
.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3;- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
GenerateCreatorInsightsRequest.SearchAttributesOrBuilder getSearchAttributesOrBuilder()The list of attributes to search for top creators in.
.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3; -
hasSearchChannels
boolean hasSearchChannels()The list of YouTube Channel IDs to fetch creator insights for.
.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;- Returns:
- Whether the searchChannels field is set.
-
getSearchChannels
GenerateCreatorInsightsRequest.YouTubeChannels getSearchChannels()The list of YouTube Channel IDs to fetch creator insights for.
.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4;- Returns:
- The searchChannels.
-
getSearchChannelsOrBuilder
GenerateCreatorInsightsRequest.YouTubeChannelsOrBuilder getSearchChannelsOrBuilder()The list of YouTube Channel IDs to fetch creator insights for.
.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4; -
getCriteriaCase
GenerateCreatorInsightsRequest.CriteriaCase getCriteriaCase()
-