public static final class ReportPropertyUsageResponse.PropertyUsage extends GeneratedMessage implements ReportPropertyUsageResponse.PropertyUsageOrBuilder
Contains the count of events received by the property, along with metadata
that influences the volume of billable events.
Protobuf type
google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage
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
public static final int ACCOUNT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int BILLABLE_EVENT_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DISPLAY_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PROPERTY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PROPERTY_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SERVICE_LEVEL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TOTAL_EVENT_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static ReportPropertyUsageResponse.PropertyUsage getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ReportPropertyUsageResponse.PropertyUsage.Builder newBuilder()
public static ReportPropertyUsageResponse.PropertyUsage.Builder newBuilder(ReportPropertyUsageResponse.PropertyUsage prototype)
public static ReportPropertyUsageResponse.PropertyUsage parseDelimitedFrom(InputStream input)
public static ReportPropertyUsageResponse.PropertyUsage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(ByteString data)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(CodedInputStream input)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(InputStream input)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(ByteBuffer data)
public static ReportPropertyUsageResponse.PropertyUsage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ReportPropertyUsageResponse.PropertyUsage> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public long getAccountId()
The ID of the property's parent account.
int64 account_id = 3;
| Returns |
| Type |
Description |
long |
The accountId.
|
public long getBillableEventCount()
The number of events for which the property is billed in the requested
month.
int64 billable_event_count = 7;
| Returns |
| Type |
Description |
long |
The billableEventCount.
|
public ReportPropertyUsageResponse.PropertyUsage getDefaultInstanceForType()
public String getDisplayName()
The display name of the property.
string display_name = 2;
| Returns |
| Type |
Description |
String |
The displayName.
|
public ByteString getDisplayNameBytes()
The display name of the property.
string display_name = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for displayName.
|
public Parser<ReportPropertyUsageResponse.PropertyUsage> getParserForType()
Overrides
public String getProperty()
The name of the Google Analytics Admin API property resource.
Format: analyticsadmin.googleapis.com/properties/{property_id}
string property = 1;
| Returns |
| Type |
Description |
String |
The property.
|
public ByteString getPropertyBytes()
The name of the Google Analytics Admin API property resource.
Format: analyticsadmin.googleapis.com/properties/{property_id}
string property = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for property.
|
public AnalyticsPropertyType getPropertyType()
The subtype of the analytics property. This affects the billable event
count.
.google.marketingplatform.admin.v1alpha.AnalyticsPropertyType property_type = 5;
public int getPropertyTypeValue()
The subtype of the analytics property. This affects the billable event
count.
.google.marketingplatform.admin.v1alpha.AnalyticsPropertyType property_type = 5;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for propertyType.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public AnalyticsServiceLevel getServiceLevel()
The service level of the property.
.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 4;
public int getServiceLevelValue()
The service level of the property.
.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 4;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for serviceLevel.
|
public long getTotalEventCount()
Total event count that the property received during the requested month.
int64 total_event_count = 6;
| Returns |
| Type |
Description |
long |
The totalEventCount.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ReportPropertyUsageResponse.PropertyUsage.Builder newBuilderForType()
protected ReportPropertyUsageResponse.PropertyUsage.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public ReportPropertyUsageResponse.PropertyUsage.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides