Interface ReportPropertyUsageResponseOrBuilder (0.29.0)

public interface ReportPropertyUsageResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBillInfo()

public abstract ReportPropertyUsageResponse.BillInfo getBillInfo()

Bill amount in the specified organization and month.

Will be empty if user only has access to usage data.

.google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.BillInfo bill_info = 2;

Returns
Type Description
ReportPropertyUsageResponse.BillInfo

The billInfo.

getBillInfoOrBuilder()

public abstract ReportPropertyUsageResponse.BillInfoOrBuilder getBillInfoOrBuilder()

Bill amount in the specified organization and month.

Will be empty if user only has access to usage data.

.google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.BillInfo bill_info = 2;

Returns
Type Description
ReportPropertyUsageResponse.BillInfoOrBuilder

getPropertyUsages(int index)

public abstract ReportPropertyUsageResponse.PropertyUsage getPropertyUsages(int index)

Usage data for all properties in the specified organization and month.

repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportPropertyUsageResponse.PropertyUsage

getPropertyUsagesCount()

public abstract int getPropertyUsagesCount()

Usage data for all properties in the specified organization and month.

repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;

Returns
Type Description
int

getPropertyUsagesList()

public abstract List<ReportPropertyUsageResponse.PropertyUsage> getPropertyUsagesList()

Usage data for all properties in the specified organization and month.

repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;

Returns
Type Description
List<PropertyUsage>

getPropertyUsagesOrBuilder(int index)

public abstract ReportPropertyUsageResponse.PropertyUsageOrBuilder getPropertyUsagesOrBuilder(int index)

Usage data for all properties in the specified organization and month.

repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportPropertyUsageResponse.PropertyUsageOrBuilder

getPropertyUsagesOrBuilderList()

public abstract List<? extends ReportPropertyUsageResponse.PropertyUsageOrBuilder> getPropertyUsagesOrBuilderList()

Usage data for all properties in the specified organization and month.

repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;

Returns
Type Description
List<? extends com.google.ads.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsageOrBuilder>

hasBillInfo()

public abstract boolean hasBillInfo()

Bill amount in the specified organization and month.

Will be empty if user only has access to usage data.

.google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.BillInfo bill_info = 2;

Returns
Type Description
boolean

Whether the billInfo field is set.