public static final class ListUserListGlobalLicensesRequest.Builder extends GeneratedMessage.Builder<ListUserListGlobalLicensesRequest.Builder> implements ListUserListGlobalLicensesRequestOrBuilderRequest to list all UserListGlobalLicense resources for a given account.
Protobuf type google.ads.datamanager.v1.ListUserListGlobalLicensesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListUserListGlobalLicensesRequest.BuilderImplements
ListUserListGlobalLicensesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListUserListGlobalLicensesRequest build()| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest |
|
buildPartial()
public ListUserListGlobalLicensesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest |
|
clear()
public ListUserListGlobalLicensesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
|
clearFilter()
public ListUserListGlobalLicensesRequest.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_pricingsand all its subfieldspricing.start_timepricing.end_time
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListUserListGlobalLicensesRequest.Builder clearPageSize()Optional. The maximum number of licenses to return. 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 |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListUserListGlobalLicensesRequest.Builder clearPageToken() Optional. A page token, received from a previous
ListUserListGlobalLicense 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 |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
clearParent()
public ListUserListGlobalLicensesRequest.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 |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListUserListGlobalLicensesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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_pricingsand all its subfieldspricing.start_timepricing.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_pricingsand all its subfieldspricing.start_timepricing.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. 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
ListUserListGlobalLicense 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
ListUserListGlobalLicense 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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListUserListGlobalLicensesRequest other)
public ListUserListGlobalLicensesRequest.Builder mergeFrom(ListUserListGlobalLicensesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUserListGlobalLicensesRequest |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListUserListGlobalLicensesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListUserListGlobalLicensesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
|
setFilter(String value)
public ListUserListGlobalLicensesRequest.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_pricingsand all its subfieldspricing.start_timepricing.end_time
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListUserListGlobalLicensesRequest.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_pricingsand all its subfieldspricing.start_timepricing.end_time
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListUserListGlobalLicensesRequest.Builder setPageSize(int value)Optional. The maximum number of licenses to return. 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 |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListUserListGlobalLicensesRequest.Builder setPageToken(String value) Optional. A page token, received from a previous
ListUserListGlobalLicense 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 |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListUserListGlobalLicensesRequest.Builder setPageTokenBytes(ByteString value) Optional. A page token, received from a previous
ListUserListGlobalLicense 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 |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListUserListGlobalLicensesRequest.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 |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListUserListGlobalLicensesRequest.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 |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListUserListGlobalLicensesRequest.Builder |
This builder for chaining. |