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 Summary
Modifier and TypeMethodDescriptiongetAudienceAttributes(int index) Optional.intOptional.Optional.getAudienceAttributesOrBuilder(int index) Optional.List<? extends AudienceInsightsAttributeOrBuilder>Optional.getCreatorAttributes(int index) Optional.intOptional.Optional.getCreatorAttributesOrBuilder(int index) Optional.List<? extends AudienceInsightsAttributeOrBuilder>Optional.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
-
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
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
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
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
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];
-