Class UserListGlobalLicense.Builder (0.8.0)

public static final class UserListGlobalLicense.Builder extends GeneratedMessage.Builder<UserListGlobalLicense.Builder> implements UserListGlobalLicenseOrBuilder

A user list global license.

This feature is only available to data partners.

Protobuf type google.ads.datamanager.v1.UserListGlobalLicense

Static Methods

getDescriptor()

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

Methods

addAllHistoricalPricings(Iterable<? extends UserListLicensePricing> values)

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

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

addHistoricalPricings(UserListLicensePricing value)

public UserListGlobalLicense.Builder addHistoricalPricings(UserListLicensePricing value)

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

addHistoricalPricings(UserListLicensePricing.Builder builderForValue)

public UserListGlobalLicense.Builder addHistoricalPricings(UserListLicensePricing.Builder builderForValue)

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

addHistoricalPricings(int index, UserListLicensePricing value)

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

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

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

addHistoricalPricings(int index, UserListLicensePricing.Builder builderForValue)

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

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

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

addHistoricalPricingsBuilder()

public UserListLicensePricing.Builder addHistoricalPricingsBuilder()

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

addHistoricalPricingsBuilder(int index)

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

build()

public UserListGlobalLicense build()
Returns
Type Description
UserListGlobalLicense

buildPartial()

public UserListGlobalLicense buildPartial()
Returns
Type Description
UserListGlobalLicense

clear()

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

clearHistoricalPricings()

public UserListGlobalLicense.Builder clearHistoricalPricings()

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

clearLicenseType()

public UserListGlobalLicense.Builder clearLicenseType()

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

This builder for chaining.

clearMetrics()

public UserListGlobalLicense.Builder clearMetrics()

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

clearName()

public UserListGlobalLicense.Builder clearName()

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

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

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

clearPricing()

public UserListGlobalLicense.Builder clearPricing()

Optional. UserListGlobalLicense pricing.

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

Returns
Type Description
UserListGlobalLicense.Builder

clearStatus()

public UserListGlobalLicense.Builder clearStatus()

Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.

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

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

clearUserListDisplayName()

public UserListGlobalLicense.Builder clearUserListDisplayName()

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

This builder for chaining.

clearUserListId()

public UserListGlobalLicense.Builder clearUserListId()

Immutable. ID of the user list being licensed.

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

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

getDefaultInstanceForType()

public UserListGlobalLicense getDefaultInstanceForType()
Returns
Type Description
UserListGlobalLicense

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.

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

getHistoricalPricingsBuilder(int index)

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

getHistoricalPricingsBuilderList()

public List<UserListLicensePricing.Builder> getHistoricalPricingsBuilderList()

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

getHistoricalPricingsCount()

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

getMetricsBuilder()

public UserListLicenseMetrics.Builder getMetricsBuilder()

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

getMetricsOrBuilder()

public 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 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 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 UserListLicensePricing getPricing()

Optional. UserListGlobalLicense pricing.

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

Returns
Type Description
UserListLicensePricing

The pricing.

getPricingBuilder()

public UserListLicensePricing.Builder getPricingBuilder()

Optional. UserListGlobalLicense pricing.

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

Returns
Type Description
UserListLicensePricing.Builder

getPricingOrBuilder()

public UserListLicensePricingOrBuilder getPricingOrBuilder()

Optional. UserListGlobalLicense pricing.

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

Returns
Type Description
UserListLicensePricingOrBuilder

getStatus()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UserListGlobalLicense other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeMetrics(UserListLicenseMetrics value)

public UserListGlobalLicense.Builder mergeMetrics(UserListLicenseMetrics value)

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

Parameter
Name Description
value UserListLicenseMetrics
Returns
Type Description
UserListGlobalLicense.Builder

mergePricing(UserListLicensePricing value)

public UserListGlobalLicense.Builder mergePricing(UserListLicensePricing value)

Optional. UserListGlobalLicense pricing.

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

Parameter
Name Description
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicense.Builder

removeHistoricalPricings(int index)

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

setHistoricalPricings(int index, UserListLicensePricing value)

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

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

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

setHistoricalPricings(int index, UserListLicensePricing.Builder builderForValue)

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

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

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

setLicenseType(UserListGlobalLicenseType value)

public UserListGlobalLicense.Builder setLicenseType(UserListGlobalLicenseType value)

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

Parameter
Name Description
value UserListGlobalLicenseType

The licenseType to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setLicenseTypeValue(int value)

public UserListGlobalLicense.Builder setLicenseTypeValue(int value)

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

Parameter
Name Description
value int

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

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setMetrics(UserListLicenseMetrics value)

public UserListGlobalLicense.Builder setMetrics(UserListLicenseMetrics value)

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

Parameter
Name Description
value UserListLicenseMetrics
Returns
Type Description
UserListGlobalLicense.Builder

setMetrics(UserListLicenseMetrics.Builder builderForValue)

public UserListGlobalLicense.Builder setMetrics(UserListLicenseMetrics.Builder builderForValue)

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

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

setName(String value)

public UserListGlobalLicense.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setNameBytes(ByteString value)

public UserListGlobalLicense.Builder setNameBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setPricing(UserListLicensePricing value)

public UserListGlobalLicense.Builder setPricing(UserListLicensePricing value)

Optional. UserListGlobalLicense pricing.

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

Parameter
Name Description
value UserListLicensePricing
Returns
Type Description
UserListGlobalLicense.Builder

setPricing(UserListLicensePricing.Builder builderForValue)

public UserListGlobalLicense.Builder setPricing(UserListLicensePricing.Builder builderForValue)

Optional. UserListGlobalLicense pricing.

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

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

setStatus(UserListLicenseStatus value)

public UserListGlobalLicense.Builder setStatus(UserListLicenseStatus value)

Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.

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

Parameter
Name Description
value UserListLicenseStatus

The status to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setStatusValue(int value)

public UserListGlobalLicense.Builder setStatusValue(int value)

Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.

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

Parameter
Name Description
value int

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

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setUserListDisplayName(String value)

public UserListGlobalLicense.Builder setUserListDisplayName(String value)

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

Parameter
Name Description
value String

The userListDisplayName to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setUserListDisplayNameBytes(ByteString value)

public UserListGlobalLicense.Builder setUserListDisplayNameBytes(ByteString value)

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

Parameter
Name Description
value ByteString

The bytes for userListDisplayName to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.

setUserListId(long value)

public UserListGlobalLicense.Builder setUserListId(long value)

Immutable. ID of the user list being licensed.

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

Parameter
Name Description
value long

The userListId to set.

Returns
Type Description
UserListGlobalLicense.Builder

This builder for chaining.