Class UserListGlobalLicenseCustomerInfo.Builder (0.8.0)

public static final class UserListGlobalLicenseCustomerInfo.Builder extends GeneratedMessage.Builder<UserListGlobalLicenseCustomerInfo.Builder> implements UserListGlobalLicenseCustomerInfoOrBuilder

Information about a customer of a user list global license. This will automatically be created by the system when a customer purchases a global license.

Protobuf type google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllHistoricalPricings(Iterable<? extends UserListLicensePricing> values)

public UserListGlobalLicenseCustomerInfo.Builder addAllHistoricalPricings(Iterable<? extends UserListLicensePricing> values)

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
values Iterable<? extends com.google.ads.datamanager.v1.UserListLicensePricing>
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

addHistoricalPricings(UserListLicensePricing value)

public UserListGlobalLicenseCustomerInfo.Builder addHistoricalPricings(UserListLicensePricing value)

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
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

addHistoricalPricings(UserListLicensePricing.Builder builderForValue)

public UserListGlobalLicenseCustomerInfo.Builder addHistoricalPricings(UserListLicensePricing.Builder builderForValue)

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
builderForValue UserListLicensePricing.Builder
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

addHistoricalPricings(int index, UserListLicensePricing value)

public UserListGlobalLicenseCustomerInfo.Builder addHistoricalPricings(int index, UserListLicensePricing value)

Output only. Pricing history of this user list license.

repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

addHistoricalPricings(int index, UserListLicensePricing.Builder builderForValue)

public UserListGlobalLicenseCustomerInfo.Builder addHistoricalPricings(int index, UserListLicensePricing.Builder builderForValue)

Output only. Pricing history of this user list license.

repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue UserListLicensePricing.Builder
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

addHistoricalPricingsBuilder()

public UserListLicensePricing.Builder addHistoricalPricingsBuilder()

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
UserListLicensePricing.Builder

addHistoricalPricingsBuilder(int index)

public UserListLicensePricing.Builder addHistoricalPricingsBuilder(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.Builder

build()

public UserListGlobalLicenseCustomerInfo build()
Returns
Type Description
UserListGlobalLicenseCustomerInfo

buildPartial()

public UserListGlobalLicenseCustomerInfo buildPartial()
Returns
Type Description
UserListGlobalLicenseCustomerInfo

clear()

public UserListGlobalLicenseCustomerInfo.Builder clear()
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder
Overrides

clearClientAccountDisplayName()

public UserListGlobalLicenseCustomerInfo.Builder clearClientAccountDisplayName()

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
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearClientAccountId()

public UserListGlobalLicenseCustomerInfo.Builder clearClientAccountId()

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
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearClientAccountType()

public UserListGlobalLicenseCustomerInfo.Builder clearClientAccountType()

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
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearHistoricalPricings()

public UserListGlobalLicenseCustomerInfo.Builder clearHistoricalPricings()

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
UserListGlobalLicenseCustomerInfo.Builder

clearLicenseType()

public UserListGlobalLicenseCustomerInfo.Builder clearLicenseType()

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
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearMetrics()

public UserListGlobalLicenseCustomerInfo.Builder clearMetrics()

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
UserListGlobalLicenseCustomerInfo.Builder

clearName()

public UserListGlobalLicenseCustomerInfo.Builder clearName()

Identifier. The resource name of the user list global license customer.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearPricing()

public UserListGlobalLicenseCustomerInfo.Builder clearPricing()

Output only. UserListDirectLicense pricing.

.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

clearStatus()

public UserListGlobalLicenseCustomerInfo.Builder clearStatus()

Output only. Status of UserListDirectLicense - ENABLED or DISABLED.

.google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearUserListDisplayName()

public UserListGlobalLicenseCustomerInfo.Builder clearUserListDisplayName()

Output only. Name of the user list being licensed.

string user_list_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

clearUserListId()

public UserListGlobalLicenseCustomerInfo.Builder clearUserListId()

Output only. ID of the user list being licensed.

int64 user_list_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

getClientAccountDisplayName()

public 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 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 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 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 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.

getDefaultInstanceForType()

public UserListGlobalLicenseCustomerInfo getDefaultInstanceForType()
Returns
Type Description
UserListGlobalLicenseCustomerInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHistoricalPricings(int index)

public 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

getHistoricalPricingsBuilder(int index)

public UserListLicensePricing.Builder getHistoricalPricingsBuilder(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.Builder

getHistoricalPricingsBuilderList()

public List<UserListLicensePricing.Builder> getHistoricalPricingsBuilderList()

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<Builder>

getHistoricalPricingsCount()

public 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 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 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 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 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 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 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.

getMetricsBuilder()

public UserListLicenseMetrics.Builder getMetricsBuilder()

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.Builder

getMetricsOrBuilder()

public 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 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 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 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.

getPricingBuilder()

public UserListLicensePricing.Builder getPricingBuilder()

Output only. UserListDirectLicense pricing.

.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UserListLicensePricing.Builder

getPricingOrBuilder()

public 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 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 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UserListGlobalLicenseCustomerInfo other)

public UserListGlobalLicenseCustomerInfo.Builder mergeFrom(UserListGlobalLicenseCustomerInfo other)
Parameter
Name Description
other UserListGlobalLicenseCustomerInfo
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UserListGlobalLicenseCustomerInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UserListGlobalLicenseCustomerInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder
Overrides

mergeMetrics(UserListLicenseMetrics value)

public UserListGlobalLicenseCustomerInfo.Builder mergeMetrics(UserListLicenseMetrics value)

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];

Parameter
Name Description
value UserListLicenseMetrics
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

mergePricing(UserListLicensePricing value)

public UserListGlobalLicenseCustomerInfo.Builder mergePricing(UserListLicensePricing value)

Output only. UserListDirectLicense pricing.

.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

removeHistoricalPricings(int index)

public UserListGlobalLicenseCustomerInfo.Builder removeHistoricalPricings(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
UserListGlobalLicenseCustomerInfo.Builder

setClientAccountDisplayName(String value)

public UserListGlobalLicenseCustomerInfo.Builder setClientAccountDisplayName(String value)

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];

Parameter
Name Description
value String

The clientAccountDisplayName to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setClientAccountDisplayNameBytes(ByteString value)

public UserListGlobalLicenseCustomerInfo.Builder setClientAccountDisplayNameBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for clientAccountDisplayName to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setClientAccountId(long value)

public UserListGlobalLicenseCustomerInfo.Builder setClientAccountId(long value)

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];

Parameter
Name Description
value long

The clientAccountId to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setClientAccountType(UserListLicenseClientAccountType value)

public UserListGlobalLicenseCustomerInfo.Builder setClientAccountType(UserListLicenseClientAccountType value)

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];

Parameter
Name Description
value UserListLicenseClientAccountType

The clientAccountType to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setClientAccountTypeValue(int value)

public UserListGlobalLicenseCustomerInfo.Builder setClientAccountTypeValue(int value)

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];

Parameter
Name Description
value int

The enum numeric value on the wire for clientAccountType to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setHistoricalPricings(int index, UserListLicensePricing value)

public UserListGlobalLicenseCustomerInfo.Builder setHistoricalPricings(int index, UserListLicensePricing value)

Output only. Pricing history of this user list license.

repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

setHistoricalPricings(int index, UserListLicensePricing.Builder builderForValue)

public UserListGlobalLicenseCustomerInfo.Builder setHistoricalPricings(int index, UserListLicensePricing.Builder builderForValue)

Output only. Pricing history of this user list license.

repeated .google.ads.datamanager.v1.UserListLicensePricing historical_pricings = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue UserListLicensePricing.Builder
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

setLicenseType(UserListGlobalLicenseType value)

public UserListGlobalLicenseCustomerInfo.Builder setLicenseType(UserListGlobalLicenseType value)

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];

Parameter
Name Description
value UserListGlobalLicenseType

The licenseType to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setLicenseTypeValue(int value)

public UserListGlobalLicenseCustomerInfo.Builder setLicenseTypeValue(int value)

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];

Parameter
Name Description
value int

The enum numeric value on the wire for licenseType to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setMetrics(UserListLicenseMetrics value)

public UserListGlobalLicenseCustomerInfo.Builder setMetrics(UserListLicenseMetrics value)

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];

Parameter
Name Description
value UserListLicenseMetrics
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

setMetrics(UserListLicenseMetrics.Builder builderForValue)

public UserListGlobalLicenseCustomerInfo.Builder setMetrics(UserListLicenseMetrics.Builder builderForValue)

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];

Parameter
Name Description
builderForValue UserListLicenseMetrics.Builder
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

setName(String value)

public UserListGlobalLicenseCustomerInfo.Builder setName(String value)

Identifier. The resource name of the user list global license customer.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setNameBytes(ByteString value)

public UserListGlobalLicenseCustomerInfo.Builder setNameBytes(ByteString value)

Identifier. The resource name of the user list global license customer.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setPricing(UserListLicensePricing value)

public UserListGlobalLicenseCustomerInfo.Builder setPricing(UserListLicensePricing value)

Output only. UserListDirectLicense pricing.

.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

setPricing(UserListLicensePricing.Builder builderForValue)

public UserListGlobalLicenseCustomerInfo.Builder setPricing(UserListLicensePricing.Builder builderForValue)

Output only. UserListDirectLicense pricing.

.google.ads.datamanager.v1.UserListLicensePricing pricing = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue UserListLicensePricing.Builder
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

setStatus(UserListLicenseStatus value)

public UserListGlobalLicenseCustomerInfo.Builder setStatus(UserListLicenseStatus value)

Output only. Status of UserListDirectLicense - ENABLED or DISABLED.

.google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value UserListLicenseStatus

The status to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setStatusValue(int value)

public UserListGlobalLicenseCustomerInfo.Builder setStatusValue(int value)

Output only. Status of UserListDirectLicense - ENABLED or DISABLED.

.google.ads.datamanager.v1.UserListLicenseStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for status to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setUserListDisplayName(String value)

public UserListGlobalLicenseCustomerInfo.Builder setUserListDisplayName(String value)

Output only. Name of the user list being licensed.

string user_list_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The userListDisplayName to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setUserListDisplayNameBytes(ByteString value)

public UserListGlobalLicenseCustomerInfo.Builder setUserListDisplayNameBytes(ByteString value)

Output only. Name of the user list being licensed.

string user_list_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for userListDisplayName to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.

setUserListId(long value)

public UserListGlobalLicenseCustomerInfo.Builder setUserListId(long value)

Output only. ID of the user list being licensed.

int64 user_list_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The userListId to set.

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

This builder for chaining.