Interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateCreatorInsightsRequest.SearchAttributes, GenerateCreatorInsightsRequest.SearchAttributes.Builder
Enclosing class:
GenerateCreatorInsightsRequest

public static interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAudienceAttributesList

      List<AudienceInsightsAttribute> getAudienceAttributesList()
       Optional. Audience attributes that describe an audience of viewers. This
       is used to search for creators whose own viewers match the input
       audience.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAudienceAttributes

      AudienceInsightsAttribute getAudienceAttributes(int index)
       Optional. Audience attributes that describe an audience of viewers. This
       is used to search for creators whose own viewers match the input
       audience.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAudienceAttributesCount

      int getAudienceAttributesCount()
       Optional. Audience attributes that describe an audience of viewers. This
       is used to search for creators whose own viewers match the input
       audience.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAudienceAttributesOrBuilderList

      List<? extends AudienceInsightsAttributeOrBuilder> getAudienceAttributesOrBuilderList()
       Optional. Audience attributes that describe an audience of viewers. This
       is used to search for creators whose own viewers match the input
       audience.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAudienceAttributesOrBuilder

      AudienceInsightsAttributeOrBuilder getAudienceAttributesOrBuilder(int index)
       Optional. Audience attributes that describe an audience of viewers. This
       is used to search for creators whose own viewers match the input
       audience.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getCreatorAttributesList

      List<AudienceInsightsAttribute> getCreatorAttributesList()
       Optional. Creator attributes that describe a collection of types of
       content. This is used to search for creators whose content matches the
       input creator attributes.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getCreatorAttributes

      AudienceInsightsAttribute getCreatorAttributes(int index)
       Optional. Creator attributes that describe a collection of types of
       content. This is used to search for creators whose content matches the
       input creator attributes.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getCreatorAttributesCount

      int getCreatorAttributesCount()
       Optional. Creator attributes that describe a collection of types of
       content. This is used to search for creators whose content matches the
       input creator attributes.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getCreatorAttributesOrBuilderList

      List<? extends AudienceInsightsAttributeOrBuilder> getCreatorAttributesOrBuilderList()
       Optional. Creator attributes that describe a collection of types of
       content. This is used to search for creators whose content matches the
       input creator attributes.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getCreatorAttributesOrBuilder

      AudienceInsightsAttributeOrBuilder getCreatorAttributesOrBuilder(int index)
       Optional. Creator attributes that describe a collection of types of
       content. This is used to search for creators whose content matches the
       input creator attributes.
       
      repeated .google.ads.googleads.v18.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];