Class ListUserListDirectLicensesRequest.Builder (0.8.0)

public static final class ListUserListDirectLicensesRequest.Builder extends GeneratedMessage.Builder<ListUserListDirectLicensesRequest.Builder> implements ListUserListDirectLicensesRequestOrBuilder

Request to list all UserListDirectLicense resources for a given account.

Protobuf type google.ads.datamanager.v1.ListUserListDirectLicensesRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListUserListDirectLicensesRequest build()
Returns
Type Description
ListUserListDirectLicensesRequest

buildPartial()

public ListUserListDirectLicensesRequest buildPartial()
Returns
Type Description
ListUserListDirectLicensesRequest

clear()

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

clearFilter()

public ListUserListDirectLicensesRequest.Builder clearFilter()

Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: user_list_id = 123). Fields must be specified using either all camel case or all snake case. Don't use a combination of camel case and snake case.

Supported Operations:

  • AND
  • =
  • !=
  • >
  • >=
  • <
  • <=

    Unsupported Fields:

  • name (use get method instead)

  • historical_pricings and all its subfields
  • pricing.start_time
  • pricing.end_time

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

clearPageSize()

public ListUserListDirectLicensesRequest.Builder clearPageSize()

Optional. The maximum number of licenses to return per page. The service may return fewer than this value. If unspecified, at most 50 licenses will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

clearPageToken()

public ListUserListDirectLicensesRequest.Builder clearPageToken()

Optional. A page token, received from a previous ListUserListDirectLicense call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserListDirectLicense must match the call that provided the page token.

string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

clearParent()

public ListUserListDirectLicensesRequest.Builder clearParent()

Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListUserListDirectLicensesRequest getDefaultInstanceForType()
Returns
Type Description
ListUserListDirectLicensesRequest

getDescriptorForType()

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

getFilter()

public String getFilter()

Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: user_list_id = 123). Fields must be specified using either all camel case or all snake case. Don't use a combination of camel case and snake case.

Supported Operations:

  • AND
  • =
  • !=
  • >
  • >=
  • <
  • <=

    Unsupported Fields:

  • name (use get method instead)

  • historical_pricings and all its subfields
  • pricing.start_time
  • pricing.end_time

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: user_list_id = 123). Fields must be specified using either all camel case or all snake case. Don't use a combination of camel case and snake case.

Supported Operations:

  • AND
  • =
  • !=
  • >
  • >=
  • <
  • <=

    Unsupported Fields:

  • name (use get method instead)

  • historical_pricings and all its subfields
  • pricing.start_time
  • pricing.end_time

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

Optional. The maximum number of licenses to return per page. The service may return fewer than this value. If unspecified, at most 50 licenses will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous ListUserListDirectLicense call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserListDirectLicense must match the call that provided the page token.

string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous ListUserListDirectLicense call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserListDirectLicense must match the call that provided the page token.

string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListUserListDirectLicensesRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFilter(String value)

public ListUserListDirectLicensesRequest.Builder setFilter(String value)

Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: user_list_id = 123). Fields must be specified using either all camel case or all snake case. Don't use a combination of camel case and snake case.

Supported Operations:

  • AND
  • =
  • !=
  • >
  • >=
  • <
  • <=

    Unsupported Fields:

  • name (use get method instead)

  • historical_pricings and all its subfields
  • pricing.start_time
  • pricing.end_time

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListUserListDirectLicensesRequest.Builder setFilterBytes(ByteString value)

Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: user_list_id = 123). Fields must be specified using either all camel case or all snake case. Don't use a combination of camel case and snake case.

Supported Operations:

  • AND
  • =
  • !=
  • >
  • >=
  • <
  • <=

    Unsupported Fields:

  • name (use get method instead)

  • historical_pricings and all its subfields
  • pricing.start_time
  • pricing.end_time

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListUserListDirectLicensesRequest.Builder setPageSize(int value)

Optional. The maximum number of licenses to return per page. The service may return fewer than this value. If unspecified, at most 50 licenses will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListUserListDirectLicensesRequest.Builder setPageToken(String value)

Optional. A page token, received from a previous ListUserListDirectLicense call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserListDirectLicense must match the call that provided the page token.

string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListUserListDirectLicensesRequest.Builder setPageTokenBytes(ByteString value)

Optional. A page token, received from a previous ListUserListDirectLicense call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserListDirectLicense must match the call that provided the page token.

string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

setParent(String value)

public ListUserListDirectLicensesRequest.Builder setParent(String value)

Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListUserListDirectLicensesRequest.Builder setParentBytes(ByteString value)

Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListUserListDirectLicensesRequest.Builder

This builder for chaining.