Interface CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettings,CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettings.Builder
- Enclosing class:
- CustomerLifecycleGoal
public static interface CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExistingUserLists(int index)Output only.com.google.protobuf.ByteStringgetExistingUserListsBytes(int index)Output only.intgetExistingUserListsCount()Output only.java.util.List<java.lang.String>getExistingUserListsList()Output only.java.lang.StringgetHighLifetimeValueUserLists(int index)Output only.com.google.protobuf.ByteStringgetHighLifetimeValueUserListsBytes(int index)Output only.intgetHighLifetimeValueUserListsCount()Output only.java.util.List<java.lang.String>getHighLifetimeValueUserListsList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExistingUserListsList
java.util.List<java.lang.String> getExistingUserListsList()
Output only. User lists which represent existing customers.
repeated string existing_user_lists = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- A list containing the existingUserLists.
-
getExistingUserListsCount
int getExistingUserListsCount()
Output only. User lists which represent existing customers.
repeated string existing_user_lists = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The count of existingUserLists.
-
getExistingUserLists
java.lang.String getExistingUserLists(int index)
Output only. User lists which represent existing customers.
repeated string existing_user_lists = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The existingUserLists at the given index.
-
getExistingUserListsBytes
com.google.protobuf.ByteString getExistingUserListsBytes(int index)
Output only. User lists which represent existing customers.
repeated string existing_user_lists = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the existingUserLists at the given index.
-
getHighLifetimeValueUserListsList
java.util.List<java.lang.String> getHighLifetimeValueUserListsList()
Output only. User lists which represent customers of high lifetime value. In current stage, high lifetime value feature is in beta and this field is read-only.
repeated string high_lifetime_value_user_lists = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- A list containing the highLifetimeValueUserLists.
-
getHighLifetimeValueUserListsCount
int getHighLifetimeValueUserListsCount()
Output only. User lists which represent customers of high lifetime value. In current stage, high lifetime value feature is in beta and this field is read-only.
repeated string high_lifetime_value_user_lists = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The count of highLifetimeValueUserLists.
-
getHighLifetimeValueUserLists
java.lang.String getHighLifetimeValueUserLists(int index)
Output only. User lists which represent customers of high lifetime value. In current stage, high lifetime value feature is in beta and this field is read-only.
repeated string high_lifetime_value_user_lists = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The highLifetimeValueUserLists at the given index.
-
getHighLifetimeValueUserListsBytes
com.google.protobuf.ByteString getHighLifetimeValueUserListsBytes(int index)
Output only. User lists which represent customers of high lifetime value. In current stage, high lifetime value feature is in beta and this field is read-only.
repeated string high_lifetime_value_user_lists = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the highLifetimeValueUserLists at the given index.
-
-