Interface Recommendation.RefreshCustomerMatchListRecommendationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.RefreshCustomerMatchListRecommendation,Recommendation.RefreshCustomerMatchListRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.RefreshCustomerMatchListRecommendationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.Output only.longOutput only.getTopSpendingAccount(int index) Output only.intOutput only.Output only.getTopSpendingAccountOrBuilder(int index) Output only.List<? extends Recommendation.AccountInfoOrBuilder>Output only.longOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUserListId
long getUserListId()Output only. The user list ID.
int64 user_list_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The userListId.
-
getUserListName
String getUserListName()Output only. The name of the list.
string user_list_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The userListName.
-
getUserListNameBytes
com.google.protobuf.ByteString getUserListNameBytes()Output only. The name of the list.
string user_list_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for userListName.
-
getDaysSinceLastRefresh
long getDaysSinceLastRefresh()Output only. Days since last refresh.
int64 days_since_last_refresh = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The daysSinceLastRefresh.
-
getTopSpendingAccountList
List<Recommendation.AccountInfo> getTopSpendingAccountList()Output only. The top spending account.
repeated .google.ads.googleads.v18.resources.Recommendation.AccountInfo top_spending_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTopSpendingAccount
Output only. The top spending account.
repeated .google.ads.googleads.v18.resources.Recommendation.AccountInfo top_spending_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTopSpendingAccountCount
int getTopSpendingAccountCount()Output only. The top spending account.
repeated .google.ads.googleads.v18.resources.Recommendation.AccountInfo top_spending_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTopSpendingAccountOrBuilderList
List<? extends Recommendation.AccountInfoOrBuilder> getTopSpendingAccountOrBuilderList()Output only. The top spending account.
repeated .google.ads.googleads.v18.resources.Recommendation.AccountInfo top_spending_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTopSpendingAccountOrBuilder
Output only. The top spending account.
repeated .google.ads.googleads.v18.resources.Recommendation.AccountInfo top_spending_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTargetingAccountsCount
long getTargetingAccountsCount()Output only. User lists can be shared with other accounts by the owner. targeting_accounts_count is the number of those accounts that can use it for targeting.
int64 targeting_accounts_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetingAccountsCount.
-
hasOwnerAccount
boolean hasOwnerAccount()Output only. The owner account. This is the account that should update the customer list.
.google.ads.googleads.v18.resources.Recommendation.AccountInfo owner_account = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the ownerAccount field is set.
-
getOwnerAccount
Recommendation.AccountInfo getOwnerAccount()Output only. The owner account. This is the account that should update the customer list.
.google.ads.googleads.v18.resources.Recommendation.AccountInfo owner_account = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The ownerAccount.
-
getOwnerAccountOrBuilder
Recommendation.AccountInfoOrBuilder getOwnerAccountOrBuilder()Output only. The owner account. This is the account that should update the customer list.
.google.ads.googleads.v18.resources.Recommendation.AccountInfo owner_account = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-