public interface UserListDirectLicenseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientAccountDisplayName()
public abstract String getClientAccountDisplayName()Output only. Name of client customer which the user list is being licensed to.
This field is read-only.
string client_account_display_name = 6 [(.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.
This field is read-only.
string client_account_display_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientAccountDisplayName. |
getClientAccountId()
public abstract long getClientAccountId()Immutable. ID of client customer which the user list is being licensed to.
optional int64 client_account_id = 5 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
long |
The clientAccountId. |
getClientAccountType()
public abstract UserListLicenseClientAccountType getClientAccountType()Immutable. Account type of client customer which the user list is being licensed to.
optional .google.ads.datamanager.v1.UserListLicenseClientAccountType client_account_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseClientAccountType |
The clientAccountType. |
getClientAccountTypeValue()
public abstract int getClientAccountTypeValue()Immutable. Account type of client customer which the user list is being licensed to.
optional .google.ads.datamanager.v1.UserListLicenseClientAccountType client_account_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
| 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.
This field is read-only.
repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 9 [(.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 = 9 [(.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 = 9 [(.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 = 9 [(.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 = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.UserListLicensePricingOrBuilder> |
|
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 ListUserListDirectLicenses call
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 10 [(.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 ListUserListDirectLicenses call
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseMetricsOrBuilder |
|
getName()
public abstract String getName()Identifier. The resource name of the user list direct 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 direct license.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPricing()
public abstract UserListLicensePricing getPricing()Optional. UserListDirectLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricing |
The pricing. |
getPricingOrBuilder()
public abstract UserListLicensePricingOrBuilder getPricingOrBuilder()Optional. UserListDirectLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserListLicensePricingOrBuilder |
|
getStatus()
public abstract UserListLicenseStatus getStatus()Optional. Status of UserListDirectLicense - ENABLED or DISABLED.
optional .google.ads.datamanager.v1.UserListLicenseStatus status = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserListLicenseStatus |
The status. |
getStatusValue()
public abstract int getStatusValue()Optional. Status of UserListDirectLicense - ENABLED or DISABLED.
optional .google.ads.datamanager.v1.UserListLicenseStatus status = 7 [(.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. |
hasClientAccountId()
public abstract boolean hasClientAccountId()Immutable. ID of client customer which the user list is being licensed to.
optional int64 client_account_id = 5 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the clientAccountId field is set. |
hasClientAccountType()
public abstract boolean hasClientAccountType()Immutable. Account type of client customer which the user list is being licensed to.
optional .google.ads.datamanager.v1.UserListLicenseClientAccountType client_account_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the clientAccountType 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 ListUserListDirectLicenses call
.google.ads.datamanager.v1.UserListLicenseMetrics metrics = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metrics field is set. |
hasPricing()
public abstract boolean hasPricing()Optional. UserListDirectLicense pricing.
.google.ads.datamanager.v1.UserListLicensePricing pricing = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pricing field is set. |
hasStatus()
public abstract boolean hasStatus()Optional. Status of UserListDirectLicense - ENABLED or DISABLED.
optional .google.ads.datamanager.v1.UserListLicenseStatus status = 7 [(.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. |