public final class UserListLicenseMetrics extends GeneratedMessage implements UserListLicenseMetricsOrBuilder
Metrics related to a user list license.
Protobuf type google.ads.datamanager.v1.UserListLicenseMetrics
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CLICK_COUNT_FIELD_NUMBER
public static final int CLICK_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
END_DATE_FIELD_NUMBER
public static final int END_DATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
IMPRESSION_COUNT_FIELD_NUMBER
public static final int IMPRESSION_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REVENUE_USD_MICROS_FIELD_NUMBER
public static final int REVENUE_USD_MICROS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
START_DATE_FIELD_NUMBER
public static final int START_DATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UserListLicenseMetrics getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UserListLicenseMetrics.Builder newBuilder()
newBuilder(UserListLicenseMetrics prototype)
public static UserListLicenseMetrics.Builder newBuilder(UserListLicenseMetrics prototype)
public static UserListLicenseMetrics parseDelimitedFrom(InputStream input)
public static UserListLicenseMetrics parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UserListLicenseMetrics parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UserListLicenseMetrics parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UserListLicenseMetrics parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UserListLicenseMetrics parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UserListLicenseMetrics parseFrom(CodedInputStream input)
public static UserListLicenseMetrics parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UserListLicenseMetrics parseFrom(InputStream input)
public static UserListLicenseMetrics parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UserListLicenseMetrics parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UserListLicenseMetrics parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UserListLicenseMetrics> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getClickCount()
public long getClickCount()
Output only. The number of clicks for the user list license.
int64 click_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The clickCount.
|
getDefaultInstanceForType()
public UserListLicenseMetrics getDefaultInstanceForType()
getEndDate()
Output only. The end date (inclusive) of the metrics in the format
YYYYMMDD. For example, 20260102 represents January 2, 2026. If start_date
is used in the filter, end_date is also required. If neither start_date
nor end_date are included in the filter, the UserListLicenseMetrics
fields will not be populated in the response.
int64 end_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The endDate.
|
getImpressionCount()
public long getImpressionCount()
Output only. The number of impressions for the user list license.
int64 impression_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The impressionCount.
|
getParserForType()
public Parser<UserListLicenseMetrics> getParserForType()
Overrides
getRevenueUsdMicros()
public long getRevenueUsdMicros()
Output only. The revenue for the user list license in USD micros.
int64 revenue_usd_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The revenueUsdMicros.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStartDate()
public long getStartDate()
Output only. The start date (inclusive) of the metrics in the format
YYYYMMDD. For example, 20260102 represents January 2, 2026. If end_date
is used in the filter, start_date is also required. If neither
start_date nor end_date are included in the filter, the
UserListLicenseMetrics fields will not be populated in the response.
int64 start_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The startDate.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UserListLicenseMetrics.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UserListLicenseMetrics.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public UserListLicenseMetrics.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides