public final class AudienceList extends com.google.protobuf.GeneratedMessageV3 implements AudienceListOrBuilder
An audience list is a list of users in an audience at the time of the list's creation. One audience may have multiple audience lists created for different days.Protobuf type
google.analytics.data.v1alpha.AudienceList| Modifier and Type | Class and Description |
|---|---|
static class |
AudienceList.Builder
An audience list is a list of users in an audience at the time of the list's
creation.
|
static class |
AudienceList.State
The AudienceList currently exists in this state.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIENCE_DISPLAY_NAME_FIELD_NUMBER |
static int |
AUDIENCE_FIELD_NUMBER |
static int |
BEGIN_CREATING_TIME_FIELD_NUMBER |
static int |
DIMENSIONS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAudience()
Required.
|
com.google.protobuf.ByteString |
getAudienceBytes()
Required.
|
String |
getAudienceDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getAudienceDisplayNameBytes()
Output only.
|
com.google.protobuf.Timestamp |
getBeginCreatingTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getBeginCreatingTimeOrBuilder()
Output only.
|
static AudienceList |
getDefaultInstance() |
AudienceList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
AudienceDimension |
getDimensions(int index)
Required.
|
int |
getDimensionsCount()
Required.
|
List<AudienceDimension> |
getDimensionsList()
Required.
|
AudienceDimensionOrBuilder |
getDimensionsOrBuilder(int index)
Required.
|
List<? extends AudienceDimensionOrBuilder> |
getDimensionsOrBuilderList()
Required.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.Parser<AudienceList> |
getParserForType() |
int |
getSerializedSize() |
AudienceList.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasBeginCreatingTime()
Output only.
|
int |
hashCode() |
boolean |
hasState()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AudienceList.Builder |
newBuilder() |
static AudienceList.Builder |
newBuilder(AudienceList prototype) |
AudienceList.Builder |
newBuilderForType() |
protected AudienceList.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AudienceList |
parseDelimitedFrom(InputStream input) |
static AudienceList |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AudienceList |
parseFrom(byte[] data) |
static AudienceList |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AudienceList |
parseFrom(ByteBuffer data) |
static AudienceList |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AudienceList |
parseFrom(com.google.protobuf.ByteString data) |
static AudienceList |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AudienceList |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AudienceList |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AudienceList |
parseFrom(InputStream input) |
static AudienceList |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AudienceList> |
parser() |
AudienceList.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int AUDIENCE_FIELD_NUMBER
public static final int AUDIENCE_DISPLAY_NAME_FIELD_NUMBER
public static final int DIMENSIONS_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int BEGIN_CREATING_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
Output only. The audience list resource name assigned during creation. This
resource name identifies this `AudienceList`.
Format: `properties/{propertyId}/audienceLists/{audienceListId}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface AudienceListOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The audience list resource name assigned during creation. This
resource name identifies this `AudienceList`.
Format: `properties/{propertyId}/audienceLists/{audienceListId}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface AudienceListOrBuilderpublic String getAudience()
Required. The audience resource name. This resource name identifies the
audience being listed and is shared between the Analytics Data & Admin
APIs.
Format: `properties/{propertyId}/audiences/{audienceId}`
string audience = 2 [(.google.api.field_behavior) = REQUIRED];getAudience in interface AudienceListOrBuilderpublic com.google.protobuf.ByteString getAudienceBytes()
Required. The audience resource name. This resource name identifies the
audience being listed and is shared between the Analytics Data & Admin
APIs.
Format: `properties/{propertyId}/audiences/{audienceId}`
string audience = 2 [(.google.api.field_behavior) = REQUIRED];getAudienceBytes in interface AudienceListOrBuilderpublic String getAudienceDisplayName()
Output only. The descriptive display name for this audience. For example, "Purchasers".
string audience_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getAudienceDisplayName in interface AudienceListOrBuilderpublic com.google.protobuf.ByteString getAudienceDisplayNameBytes()
Output only. The descriptive display name for this audience. For example, "Purchasers".
string audience_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getAudienceDisplayNameBytes in interface AudienceListOrBuilderpublic List<AudienceDimension> getDimensionsList()
Required. The dimensions requested and displayed in the report response.
repeated .google.analytics.data.v1alpha.AudienceDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
getDimensionsList in interface AudienceListOrBuilderpublic List<? extends AudienceDimensionOrBuilder> getDimensionsOrBuilderList()
Required. The dimensions requested and displayed in the report response.
repeated .google.analytics.data.v1alpha.AudienceDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
getDimensionsOrBuilderList in interface AudienceListOrBuilderpublic int getDimensionsCount()
Required. The dimensions requested and displayed in the report response.
repeated .google.analytics.data.v1alpha.AudienceDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
getDimensionsCount in interface AudienceListOrBuilderpublic AudienceDimension getDimensions(int index)
Required. The dimensions requested and displayed in the report response.
repeated .google.analytics.data.v1alpha.AudienceDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
getDimensions in interface AudienceListOrBuilderpublic AudienceDimensionOrBuilder getDimensionsOrBuilder(int index)
Required. The dimensions requested and displayed in the report response.
repeated .google.analytics.data.v1alpha.AudienceDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
getDimensionsOrBuilder in interface AudienceListOrBuilderpublic boolean hasState()
Output only. The current state for this AudienceList.
optional .google.analytics.data.v1alpha.AudienceList.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasState in interface AudienceListOrBuilderpublic int getStateValue()
Output only. The current state for this AudienceList.
optional .google.analytics.data.v1alpha.AudienceList.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface AudienceListOrBuilderpublic AudienceList.State getState()
Output only. The current state for this AudienceList.
optional .google.analytics.data.v1alpha.AudienceList.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface AudienceListOrBuilderpublic boolean hasBeginCreatingTime()
Output only. The time when CreateAudienceList was called and the AudienceList began the `CREATING` state.
optional .google.protobuf.Timestamp begin_creating_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasBeginCreatingTime in interface AudienceListOrBuilderpublic com.google.protobuf.Timestamp getBeginCreatingTime()
Output only. The time when CreateAudienceList was called and the AudienceList began the `CREATING` state.
optional .google.protobuf.Timestamp begin_creating_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBeginCreatingTime in interface AudienceListOrBuilderpublic com.google.protobuf.TimestampOrBuilder getBeginCreatingTimeOrBuilder()
Output only. The time when CreateAudienceList was called and the AudienceList began the `CREATING` state.
optional .google.protobuf.Timestamp begin_creating_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBeginCreatingTimeOrBuilder in interface AudienceListOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AudienceList parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AudienceList parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AudienceList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AudienceList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AudienceList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AudienceList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AudienceList parseFrom(InputStream input) throws IOException
IOExceptionpublic static AudienceList parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AudienceList parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AudienceList parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AudienceList parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AudienceList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AudienceList.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AudienceList.Builder newBuilder()
public static AudienceList.Builder newBuilder(AudienceList prototype)
public AudienceList.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AudienceList.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AudienceList getDefaultInstance()
public static com.google.protobuf.Parser<AudienceList> parser()
public com.google.protobuf.Parser<AudienceList> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AudienceList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.