Interface ReportPropertyUsageResponse.PropertyUsageOrBuilder (0.29.0)

public static interface ReportPropertyUsageResponse.PropertyUsageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountId()

public abstract long getAccountId()

The ID of the property's parent account.

int64 account_id = 3;

Returns
Type Description
long

The accountId.

getBillableEventCount()

public abstract 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.

getDisplayName()

public abstract String getDisplayName()

The display name of the property.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name of the property.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getProperty()

public abstract 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.

getPropertyBytes()

public abstract 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.

getPropertyType()

public abstract AnalyticsPropertyType getPropertyType()

The subtype of the analytics property. This affects the billable event count.

.google.marketingplatform.admin.v1alpha.AnalyticsPropertyType property_type = 5;

Returns
Type Description
AnalyticsPropertyType

The propertyType.

getPropertyTypeValue()

public abstract 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.

getServiceLevel()

public abstract AnalyticsServiceLevel getServiceLevel()

The service level of the property.

.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 4;

Returns
Type Description
AnalyticsServiceLevel

The serviceLevel.

getServiceLevelValue()

public abstract 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.

getTotalEventCount()

public abstract long getTotalEventCount()

Total event count that the property received during the requested month.

int64 total_event_count = 6;

Returns
Type Description
long

The totalEventCount.