Modifier and Type | Class and Description |
---|---|
class |
AccountLabelField
A
Enum to facilitate the selection of fields for AccountLabel . |
class |
AdCustomizerFeedField
A
Enum to facilitate the selection of fields for AdCustomizerFeed . |
class |
AdGroupAdField
A
Enum to facilitate the selection of fields for AdGroupAd . |
class |
AdGroupBidModifierField
A
Enum to facilitate the selection of fields for AdGroupBidModifier . |
class |
AdGroupCriterionField
A
Enum to facilitate the selection of fields for AdGroupCriterion . |
class |
AdGroupExtensionSettingField
A
Enum to facilitate the selection of fields for AdGroupExtensionSetting . |
class |
AdGroupFeedField
A
Enum to facilitate the selection of fields for AdGroupFeed . |
class |
AdGroupField
A
Enum to facilitate the selection of fields for AdGroup . |
class |
AdParamField
A
Enum to facilitate the selection of fields for AdParam . |
class |
AdwordsUserListField
A
Enum to facilitate the selection of fields for AdwordsUserList . |
class |
BatchJobField
A
Enum to facilitate the selection of fields for BatchJob . |
class |
BatchJobOpsField
A
Enum to facilitate the selection of fields for BatchJobOps . |
class |
BiddingStrategyField
A
Enum to facilitate the selection of fields for BiddingStrategy . |
class |
BudgetField
A
Enum to facilitate the selection of fields for Budget . |
class |
BudgetOrderField
A
Enum to facilitate the selection of fields for BudgetOrder . |
class |
BudgetSuggestionField
A
Enum to facilitate the selection of fields for BudgetSuggestion . |
class |
CampaignCriterionField
A
Enum to facilitate the selection of fields for CampaignCriterion . |
class |
CampaignExtensionSettingField
A
Enum to facilitate the selection of fields for CampaignExtensionSetting . |
class |
CampaignFeedField
A
Enum to facilitate the selection of fields for CampaignFeed . |
class |
CampaignField
A
Enum to facilitate the selection of fields for Campaign . |
class |
CampaignSharedSetField
A
Enum to facilitate the selection of fields for CampaignSharedSet . |
class |
ConstantDataField
A
Enum to facilitate the selection of fields for ConstantData . |
class |
ConversionTrackerField
A
Enum to facilitate the selection of fields for ConversionTracker . |
class |
CustomerExtensionSettingField
A
Enum to facilitate the selection of fields for CustomerExtensionSetting . |
class |
CustomerFeedField
A
Enum to facilitate the selection of fields for CustomerFeed . |
class |
DataField
A
Enum to facilitate the selection of fields for Data . |
class |
DraftAsyncErrorField
A
Enum to facilitate the selection of fields for DraftAsyncError . |
class |
DraftField
A
Enum to facilitate the selection of fields for Draft . |
class |
ExperimentField
A
Enum to facilitate the selection of fields for Experiment . |
class |
FeedField
A
Enum to facilitate the selection of fields for Feed . |
class |
FeedItemField
A
Enum to facilitate the selection of fields for FeedItem . |
class |
FeedMappingField
A
Enum to facilitate the selection of fields for FeedMapping . |
class |
LabelField
A
Enum to facilitate the selection of fields for Label . |
class |
LocationCriterionField
A
Enum to facilitate the selection of fields for LocationCriterion . |
class |
ManagedCustomerField
A
Enum to facilitate the selection of fields for ManagedCustomer . |
class |
MediaField
A
Enum to facilitate the selection of fields for Media . |
class |
OfflineConversionFeedField
A
Enum to facilitate the selection of fields for OfflineConversionFeed . |
class |
ProductServiceField
A
Enum to facilitate the selection of fields for ProductService . |
class |
PromotionField
A
Enum to facilitate the selection of fields for Promotion . |
class |
SharedCriterionField
A
Enum to facilitate the selection of fields for SharedCriterion . |
class |
SharedSetField
A
Enum to facilitate the selection of fields for SharedSet . |
class |
TargetingIdeaField
A
Enum to facilitate the selection of fields for TargetingIdea . |
class |
TrafficEstimatorField
A
Enum to facilitate the selection of fields for TrafficEstimator . |
class |
TrialAsyncErrorField
A
Enum to facilitate the selection of fields for TrialAsyncError . |
class |
TrialField
A
Enum to facilitate the selection of fields for Trial . |
Modifier and Type | Class and Description |
---|---|
class |
CampaignBidModifierField
A
Enum to facilitate the selection of fields for CampaignBidModifier . |
class |
CampaignGroupField
A
Enum to facilitate the selection of fields for CampaignGroup . |
class |
CampaignGroupPerformanceTargetField
A
Enum to facilitate the selection of fields for CampaignGroupPerformanceTarget . |
Modifier and Type | Method and Description |
---|---|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
Copyright © 2017. All Rights Reserved.