public static final class ReportPropertyUsageResponse.Builder extends GeneratedMessageV3.Builder<ReportPropertyUsageResponse.Builder> implements ReportPropertyUsageResponseOrBuilder
Response message for ReportPropertyUsage RPC.
Protobuf type google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ReportPropertyUsageResponse.Builder addAllPropertyUsages(Iterable<? extends ReportPropertyUsageResponse.PropertyUsage> values)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.ads.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage>
|
public ReportPropertyUsageResponse.Builder addPropertyUsages(ReportPropertyUsageResponse.PropertyUsage value)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.Builder addPropertyUsages(ReportPropertyUsageResponse.PropertyUsage.Builder builderForValue)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.Builder addPropertyUsages(int index, ReportPropertyUsageResponse.PropertyUsage value)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.Builder addPropertyUsages(int index, ReportPropertyUsageResponse.PropertyUsage.Builder builderForValue)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.PropertyUsage.Builder addPropertyUsagesBuilder()
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.PropertyUsage.Builder addPropertyUsagesBuilder(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
|
public ReportPropertyUsageResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReportPropertyUsageResponse build()
public ReportPropertyUsageResponse buildPartial()
public ReportPropertyUsageResponse.Builder clear()
Overrides
public ReportPropertyUsageResponse.Builder clearBillInfo()
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;
public ReportPropertyUsageResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ReportPropertyUsageResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ReportPropertyUsageResponse.Builder clearPropertyUsages()
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.Builder clone()
Overrides
public 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;
public ReportPropertyUsageResponse.BillInfo.Builder getBillInfoBuilder()
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;
public 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;
public ReportPropertyUsageResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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
|
public ReportPropertyUsageResponse.PropertyUsage.Builder getPropertyUsagesBuilder(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
|
public List<ReportPropertyUsageResponse.PropertyUsage.Builder> getPropertyUsagesBuilderList()
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public 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 |
|
public 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;
public 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
|
public 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> |
|
public 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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ReportPropertyUsageResponse.Builder mergeBillInfo(ReportPropertyUsageResponse.BillInfo value)
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;
public ReportPropertyUsageResponse.Builder mergeFrom(ReportPropertyUsageResponse other)
public ReportPropertyUsageResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ReportPropertyUsageResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public final ReportPropertyUsageResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ReportPropertyUsageResponse.Builder removePropertyUsages(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
|
public ReportPropertyUsageResponse.Builder setBillInfo(ReportPropertyUsageResponse.BillInfo value)
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;
public ReportPropertyUsageResponse.Builder setBillInfo(ReportPropertyUsageResponse.BillInfo.Builder builderForValue)
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;
public ReportPropertyUsageResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReportPropertyUsageResponse.Builder setPropertyUsages(int index, ReportPropertyUsageResponse.PropertyUsage value)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.Builder setPropertyUsages(int index, ReportPropertyUsageResponse.PropertyUsage.Builder builderForValue)
Usage data for all properties in the specified organization and month.
repeated .google.marketingplatform.admin.v1alpha.ReportPropertyUsageResponse.PropertyUsage property_usages = 1;
public ReportPropertyUsageResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ReportPropertyUsageResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides