public interface UserListGlobalLicenseCustomerInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientAccountDisplayName()
public abstract String getClientAccountDisplayName()Output only. Name of client customer which the user list is being licensed to.
string client_account_display_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The clientAccountDisplayName. |
getClientAccountDisplayNameBytes()
public abstract ByteString getClientAccountDisplayNameBytes()Output only. Name of client customer which the user list is being licensed to.
string client_account_display_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientAccountDisplayName. |
getClientAccountId()
public abstract long getClientAccountId()Output only. ID of client customer which the user list is being licensed to.
int64 client_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The clientAccountId. |
getClientAccountType()
public abstract UserListLicenseClientAccountType getClientAccountType()Output only. Product type of client customer which the user list is being licensed to.
.google.ads.datamanager.v1.UserListLicenseClientAccountType client_account_type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseClientAccountType |
The clientAccountType. |
getClientAccountTypeValue()
public abstract int getClientAccountTypeValue()Output only. Product type of client customer which the user list is being licensed to.
.google.ads.datamanager.v1.UserListLicenseClientAccountType client_account_type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for clientAccountType. |
getHistoricalPricings(int index)
public abstract UserListLicensePricing getHistoricalPricings(int index)Output only. Pricing history of this user list license.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricing |
|
getHistoricalPricingsCount()
public abstract int getHistoricalPricingsCount()Output only. Pricing history of this user list license.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getHistoricalPricingsList()
public abstract List<UserListLicensePricing> getHistoricalPricingsList()Output only. Pricing history of this user list license.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<UserListLicensePricing> |
|
getHistoricalPricingsOrBuilder(int index)
public abstract UserListLicensePricingOrBuilder getHistoricalPricingsOrBuilder(int index)Output only. Pricing history of this user list license.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricingOrBuilder |
|
getHistoricalPricingsOrBuilderList()
public abstract List<? extends UserListLicensePricingOrBuilder> getHistoricalPricingsOrBuilderList()Output only. Pricing history of this user list license.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.UserListLicensePricingOrBuilder> |
|
getLicenseType()
public abstract UserListGlobalLicenseType getLicenseType()Output only. Product type of client customer which the user list is being licensed to.
.google.ads.datamanager.v1.UserListGlobalLicenseType license_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseType |
The licenseType. |
getLicenseTypeValue()
public abstract int getLicenseTypeValue()Output only. Product type of client customer which the user list is being licensed to.
.google.ads.datamanager.v1.UserListGlobalLicenseType license_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for licenseType. |
getMetrics()
public abstract UserListLicenseMetrics getMetrics()Output only. Metrics related to this license
This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseMetrics |
The metrics. |
getMetricsOrBuilder()
public abstract UserListLicenseMetricsOrBuilder getMetricsOrBuilder()Output only. Metrics related to this license
This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseMetricsOrBuilder |
|
getName()
public abstract String getName()Identifier. The resource name of the user list global license customer.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The resource name of the user list global license customer.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPricing()
public abstract UserListLicensePricing getPricing()Output only. UserListDirectLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricing |
The pricing. |
getPricingOrBuilder()
public abstract UserListLicensePricingOrBuilder getPricingOrBuilder()Output only. UserListDirectLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricingOrBuilder |
|
getStatus()
public abstract UserListLicenseStatus getStatus()Output only. Status of UserListDirectLicense - ENABLED or DISABLED.
.google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseStatus |
The status. |
getStatusValue()
public abstract int getStatusValue()Output only. Status of UserListDirectLicense - ENABLED or DISABLED.
.google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for status. |
getUserListDisplayName()
public abstract String getUserListDisplayName()Output only. Name of the user list being licensed.
string user_list_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The userListDisplayName. |
getUserListDisplayNameBytes()
public abstract ByteString getUserListDisplayNameBytes()Output only. Name of the user list being licensed.
string user_list_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userListDisplayName. |
getUserListId()
public abstract long getUserListId()Output only. ID of the user list being licensed.
int64 user_list_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The userListId. |
hasMetrics()
public abstract boolean hasMetrics()Output only. Metrics related to this license
This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metrics field is set. |
hasPricing()
public abstract boolean hasPricing()Output only. UserListDirectLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pricing field is set. |