Class ListUserListGlobalLicenseCustomerInfosResponse.Builder (0.8.0)

public static final class ListUserListGlobalLicenseCustomerInfosResponse.Builder extends GeneratedMessage.Builder<ListUserListGlobalLicenseCustomerInfosResponse.Builder> implements ListUserListGlobalLicenseCustomerInfosResponseOrBuilder

Response from the ListUserListGlobalLicensesCustomerInfoRequest.

Protobuf type google.ads.datamanager.v1.ListUserListGlobalLicenseCustomerInfosResponse

Static Methods

getDescriptor()

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

Methods

addAllUserListGlobalLicenseCustomerInfos(Iterable<? extends UserListGlobalLicenseCustomerInfo> values)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder addAllUserListGlobalLicenseCustomerInfos(Iterable<? extends UserListGlobalLicenseCustomerInfo> values)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
values Iterable<? extends com.google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo>
Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

addUserListGlobalLicenseCustomerInfos(UserListGlobalLicenseCustomerInfo value)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder addUserListGlobalLicenseCustomerInfos(UserListGlobalLicenseCustomerInfo value)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
value UserListGlobalLicenseCustomerInfo
Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

addUserListGlobalLicenseCustomerInfos(UserListGlobalLicenseCustomerInfo.Builder builderForValue)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder addUserListGlobalLicenseCustomerInfos(UserListGlobalLicenseCustomerInfo.Builder builderForValue)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

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

addUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo value)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder addUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo value)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

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

addUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo.Builder builderForValue)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder addUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo.Builder builderForValue)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

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

addUserListGlobalLicenseCustomerInfosBuilder()

public UserListGlobalLicenseCustomerInfo.Builder addUserListGlobalLicenseCustomerInfosBuilder()

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

addUserListGlobalLicenseCustomerInfosBuilder(int index)

public UserListGlobalLicenseCustomerInfo.Builder addUserListGlobalLicenseCustomerInfosBuilder(int index)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

build()

public ListUserListGlobalLicenseCustomerInfosResponse build()
Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse

buildPartial()

public ListUserListGlobalLicenseCustomerInfosResponse buildPartial()
Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse

clear()

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

clearNextPageToken()

public ListUserListGlobalLicenseCustomerInfosResponse.Builder clearNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

This builder for chaining.

clearUserListGlobalLicenseCustomerInfos()

public ListUserListGlobalLicenseCustomerInfosResponse.Builder clearUserListGlobalLicenseCustomerInfos()

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

getDefaultInstanceForType()

public ListUserListGlobalLicenseCustomerInfosResponse getDefaultInstanceForType()
Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUserListGlobalLicenseCustomerInfos(int index)

public UserListGlobalLicenseCustomerInfo getUserListGlobalLicenseCustomerInfos(int index)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListGlobalLicenseCustomerInfo

getUserListGlobalLicenseCustomerInfosBuilder(int index)

public UserListGlobalLicenseCustomerInfo.Builder getUserListGlobalLicenseCustomerInfosBuilder(int index)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListGlobalLicenseCustomerInfo.Builder

getUserListGlobalLicenseCustomerInfosBuilderList()

public List<UserListGlobalLicenseCustomerInfo.Builder> getUserListGlobalLicenseCustomerInfosBuilderList()

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Returns
Type Description
List<Builder>

getUserListGlobalLicenseCustomerInfosCount()

public int getUserListGlobalLicenseCustomerInfosCount()

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Returns
Type Description
int

getUserListGlobalLicenseCustomerInfosList()

public List<UserListGlobalLicenseCustomerInfo> getUserListGlobalLicenseCustomerInfosList()

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Returns
Type Description
List<UserListGlobalLicenseCustomerInfo>

getUserListGlobalLicenseCustomerInfosOrBuilder(int index)

public UserListGlobalLicenseCustomerInfoOrBuilder getUserListGlobalLicenseCustomerInfosOrBuilder(int index)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListGlobalLicenseCustomerInfoOrBuilder

getUserListGlobalLicenseCustomerInfosOrBuilderList()

public List<? extends UserListGlobalLicenseCustomerInfoOrBuilder> getUserListGlobalLicenseCustomerInfosOrBuilderList()

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfoOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListUserListGlobalLicenseCustomerInfosResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeUserListGlobalLicenseCustomerInfos(int index)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder removeUserListGlobalLicenseCustomerInfos(int index)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

Parameter
Name Description
index int
Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

setNextPageToken(String value)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListUserListGlobalLicenseCustomerInfosResponse.Builder

This builder for chaining.

setUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo value)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder setUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo value)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

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

setUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo.Builder builderForValue)

public ListUserListGlobalLicenseCustomerInfosResponse.Builder setUserListGlobalLicenseCustomerInfos(int index, UserListGlobalLicenseCustomerInfo.Builder builderForValue)

The customer information for the given license in the request.

repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;

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