Send feedback
Class Audience (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.37.0keyboard_arrow_down
public final class Audience extends GeneratedMessageV3 implements AudienceOrBuilder
A resource message representing a GA4 Audience.
Protobuf type google.analytics.admin.v1alpha.Audience
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ADS_PERSONALIZATION_ENABLED_FIELD_NUMBER
public static final int ADS_PERSONALIZATION_ENABLED_FIELD_NUMBER
Field Value
Type
Description
int
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
EVENT_TRIGGER_FIELD_NUMBER
public static final int EVENT_TRIGGER_FIELD_NUMBER
Field Value
Type
Description
int
EXCLUSION_DURATION_MODE_FIELD_NUMBER
public static final int EXCLUSION_DURATION_MODE_FIELD_NUMBER
Field Value
Type
Description
int
FILTER_CLAUSES_FIELD_NUMBER
public static final int FILTER_CLAUSES_FIELD_NUMBER
Field Value
Type
Description
int
MEMBERSHIP_DURATION_DAYS_FIELD_NUMBER
public static final int MEMBERSHIP_DURATION_DAYS_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Audience getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Audience . Builder newBuilder ()
newBuilder(Audience prototype)
public static Audience . Builder newBuilder ( Audience prototype )
Parameter
Name
Description
prototype
Audience
public static Audience parseDelimitedFrom ( InputStream input )
public static Audience parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Audience parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Audience parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Audience parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Audience parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Audience parseFrom ( CodedInputStream input )
public static Audience parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Audience parseFrom ( InputStream input )
public static Audience parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Audience parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Audience parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Audience> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAdsPersonalizationEnabled()
public boolean getAdsPersonalizationEnabled ()
Output only. It is automatically set by GA to false if this is an NPA
Audience and is excluded from ads personalization.
bool ads_personalization_enabled = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
The adsPersonalizationEnabled.
getDefaultInstanceForType()
public Audience getDefaultInstanceForType ()
getDescription()
public String getDescription ()
Required. The description of the Audience.
string description = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
Required. The description of the Audience.
string description = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for description.
getDisplayName()
public String getDisplayName ()
Required. The display name of the Audience.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Required. The display name of the Audience.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for displayName.
getEventTrigger()
public AudienceEventTrigger getEventTrigger ()
Optional. Specifies an event to log when a user joins the Audience. If not
set, no event is logged when a user joins the Audience.
.google.analytics.admin.v1alpha.AudienceEventTrigger event_trigger = 6 [(.google.api.field_behavior) = OPTIONAL];
getEventTriggerOrBuilder()
public AudienceEventTriggerOrBuilder getEventTriggerOrBuilder ()
Optional. Specifies an event to log when a user joins the Audience. If not
set, no event is logged when a user joins the Audience.
.google.analytics.admin.v1alpha.AudienceEventTrigger event_trigger = 6 [(.google.api.field_behavior) = OPTIONAL];
getExclusionDurationMode()
public Audience . AudienceExclusionDurationMode getExclusionDurationMode ()
Immutable. Specifies how long an exclusion lasts for users that meet the
exclusion filter. It is applied to all EXCLUDE filter clauses and is
ignored when there is no EXCLUDE filter clause in the Audience.
.google.analytics.admin.v1alpha.Audience.AudienceExclusionDurationMode exclusion_duration_mode = 7 [(.google.api.field_behavior) = IMMUTABLE];
getExclusionDurationModeValue()
public int getExclusionDurationModeValue ()
Immutable. Specifies how long an exclusion lasts for users that meet the
exclusion filter. It is applied to all EXCLUDE filter clauses and is
ignored when there is no EXCLUDE filter clause in the Audience.
.google.analytics.admin.v1alpha.Audience.AudienceExclusionDurationMode exclusion_duration_mode = 7 [(.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
int
The enum numeric value on the wire for exclusionDurationMode.
getFilterClauses(int index)
public AudienceFilterClause getFilterClauses ( int index )
Required. Immutable. Unordered list. Filter clauses that define the
Audience. All clauses will be AND’ed together.
repeated .google.analytics.admin.v1alpha.AudienceFilterClause filter_clauses = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];
Parameter
Name
Description
index
int
getFilterClausesCount()
public int getFilterClausesCount ()
Required. Immutable. Unordered list. Filter clauses that define the
Audience. All clauses will be AND’ed together.
repeated .google.analytics.admin.v1alpha.AudienceFilterClause filter_clauses = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];
Returns
Type
Description
int
getFilterClausesList()
public List<AudienceFilterClause> getFilterClausesList ()
Required. Immutable. Unordered list. Filter clauses that define the
Audience. All clauses will be AND’ed together.
repeated .google.analytics.admin.v1alpha.AudienceFilterClause filter_clauses = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];
getFilterClausesOrBuilder(int index)
public AudienceFilterClauseOrBuilder getFilterClausesOrBuilder ( int index )
Required. Immutable. Unordered list. Filter clauses that define the
Audience. All clauses will be AND’ed together.
repeated .google.analytics.admin.v1alpha.AudienceFilterClause filter_clauses = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];
Parameter
Name
Description
index
int
getFilterClausesOrBuilderList()
public List <? extends AudienceFilterClauseOrBuilder > getFilterClausesOrBuilderList ()
Required. Immutable. Unordered list. Filter clauses that define the
Audience. All clauses will be AND’ed together.
repeated .google.analytics.admin.v1alpha.AudienceFilterClause filter_clauses = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];
Returns
Type
Description
List <? extends com.google.analytics.admin.v1alpha.AudienceFilterClauseOrBuilder >
getMembershipDurationDays()
public int getMembershipDurationDays ()
Required. Immutable. The duration a user should stay in an Audience. It
cannot be set to more than 540 days.
int32 membership_duration_days = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
int
The membershipDurationDays.
getName()
Output only. The resource name for this Audience resource.
Format: properties/{propertyId}/audiences/{audienceId}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. The resource name for this Audience resource.
Format: properties/{propertyId}/audiences/{audienceId}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Audience> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasEventTrigger()
public boolean hasEventTrigger ()
Optional. Specifies an event to log when a user joins the Audience. If not
set, no event is logged when a user joins the Audience.
.google.analytics.admin.v1alpha.AudienceEventTrigger event_trigger = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the eventTrigger field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Audience . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Audience . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Audience . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The document provides a comprehensive list of versions for the `Audience` class within the Google Analytics Admin API for Java, ranging from version 0.70.0 (latest) down to 0.14.0."],["The `Audience` class is a resource message representing a GA4 Audience, which is part of the `google.analytics.admin.v1alpha` package and extends `GeneratedMessageV3` to handle the Audience's data."],["The document details the class's static fields, including numeric field numbers for properties such as `ADS_PERSONALIZATION_ENABLED`, `DESCRIPTION`, `DISPLAY_NAME`, `EVENT_TRIGGER`, `EXCLUSION_DURATION_MODE`, `FILTER_CLAUSES`, `MEMBERSHIP_DURATION_DAYS`, and `NAME`."],["The document outlines various methods associated with the `Audience` class, including methods to manage and interact with the data like `getAdsPersonalizationEnabled`, `getDescription`, `getDisplayName`, `getEventTrigger`, `getExclusionDurationMode`, `getFilterClauses`, `getMembershipDurationDays`, and `getName`."],["The `Audience` class has multiple static methods for parsing, including `parseDelimitedFrom`, `parseFrom`, and `parser`, allowing for flexible data input and management."]]],[]]