Class GenerateCreatorInsightsRequest.SearchAttributes

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchAttributes
All Implemented Interfaces:
GenerateCreatorInsightsRequest.SearchAttributesOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
GenerateCreatorInsightsRequest

public static final class GenerateCreatorInsightsRequest.SearchAttributes extends com.google.protobuf.GeneratedMessageV3 implements GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
 The audience attributes (such as Age, Gender, Affinity, and In-Market) and
 creator attributes (such as creator's content topics) used to search
 for top creators.
 
Protobuf type google.ads.googleads.v19.services.GenerateCreatorInsightsRequest.SearchAttributes
See Also:
  • Field Details

    • AUDIENCE_ATTRIBUTES_FIELD_NUMBER

      public static final int AUDIENCE_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • CREATOR_ATTRIBUTES_FIELD_NUMBER

      public static final int CREATOR_ATTRIBUTES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getAudienceAttributesList

      public 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. Attributes age_range, gender, user_interest, entity, category,
       parental_status, and income_range are supported. Attribute location is
       not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAudienceAttributesList in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getAudienceAttributesOrBuilderList

      public 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. Attributes age_range, gender, user_interest, entity, category,
       parental_status, and income_range are supported. Attribute location is
       not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAudienceAttributesOrBuilderList in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getAudienceAttributesCount

      public 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. Attributes age_range, gender, user_interest, entity, category,
       parental_status, and income_range are supported. Attribute location is
       not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAudienceAttributesCount in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getAudienceAttributes

      public 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. Attributes age_range, gender, user_interest, entity, category,
       parental_status, and income_range are supported. Attribute location is
       not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAudienceAttributes in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getAudienceAttributesOrBuilder

      public 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. Attributes age_range, gender, user_interest, entity, category,
       parental_status, and income_range are supported. Attribute location is
       not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute audience_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAudienceAttributesOrBuilder in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getCreatorAttributesList

      public 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. Attribute entity tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CREATOR_ATTRIBUTE][] is
       supported. Other attributes including location are not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCreatorAttributesList in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getCreatorAttributesOrBuilderList

      public 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. Attribute entity tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CREATOR_ATTRIBUTE][] is
       supported. Other attributes including location are not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCreatorAttributesOrBuilderList in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getCreatorAttributesCount

      public 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. Attribute entity tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CREATOR_ATTRIBUTE][] is
       supported. Other attributes including location are not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCreatorAttributesCount in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getCreatorAttributes

      public 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. Attribute entity tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CREATOR_ATTRIBUTE][] is
       supported. Other attributes including location are not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCreatorAttributes in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • getCreatorAttributesOrBuilder

      public 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. Attribute entity tagged with
       [InsightsKnowledgeGraphEntityCapabilities.CREATOR_ATTRIBUTE][] is
       supported. Other attributes including location are not supported.
       
      repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute creator_attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCreatorAttributesOrBuilder in interface GenerateCreatorInsightsRequest.SearchAttributesOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      Throws:
      IOException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GenerateCreatorInsightsRequest.SearchAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GenerateCreatorInsightsRequest.SearchAttributes.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static GenerateCreatorInsightsRequest.SearchAttributes getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GenerateCreatorInsightsRequest.SearchAttributes> parser()
    • getParserForType

      public com.google.protobuf.Parser<GenerateCreatorInsightsRequest.SearchAttributes> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public GenerateCreatorInsightsRequest.SearchAttributes getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder