public interface UserListGlobalLicenseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHistoricalPricings(int index)
public abstract UserListLicensePricing getHistoricalPricings(int index)Output only. Pricing history of this user list license.
This field is read-only.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 7 [(.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.
This field is read-only.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 7 [(.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.
This field is read-only.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 7 [(.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.
This field is read-only.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 7 [(.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.
This field is read-only.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.UserListLicensePricingOrBuilder> |
|
getLicenseType()
public abstract UserListGlobalLicenseType getLicenseType()Immutable. Product type of client customer which the user list is being licensed to.
optional .google.ads.datamanager.v1.UserListGlobalLicenseType license_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseType |
The licenseType. |
getLicenseTypeValue()
public abstract int getLicenseTypeValue()Immutable. Product type of client customer which the user list is being licensed to.
optional .google.ads.datamanager.v1.UserListGlobalLicenseType license_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
| 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 read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses call
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 8 [(.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 read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses call
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 8 [(.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.
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.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPricing()
public abstract UserListLicensePricing getPricing()Optional. UserListGlobalLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricing |
The pricing. |
getPricingOrBuilder()
public abstract UserListLicensePricingOrBuilder getPricingOrBuilder()Optional. UserListGlobalLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricingOrBuilder |
|
getStatus()
public abstract UserListLicenseStatus getStatus()Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.
optional .google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseStatus |
The status. |
getStatusValue()
public abstract int getStatusValue()Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.
optional .google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OPTIONAL];
| 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.
This field is read-only.
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.
This field is read-only.
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()Immutable. ID of the user list being licensed.
optional int64 user_list_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
long |
The userListId. |
hasLicenseType()
public abstract boolean hasLicenseType()Immutable. Product type of client customer which the user list is being licensed to.
optional .google.ads.datamanager.v1.UserListGlobalLicenseType license_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the licenseType field is set. |
hasMetrics()
public abstract boolean hasMetrics()Output only. Metrics related to this license
This field is read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses call
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metrics field is set. |
hasPricing()
public abstract boolean hasPricing()Optional. UserListGlobalLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pricing field is set. |
hasStatus()
public abstract boolean hasStatus()Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.
optional .google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |
hasUserListId()
public abstract boolean hasUserListId()Immutable. ID of the user list being licensed.
optional int64 user_list_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userListId field is set. |