Interface CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettingsOrBuilder

    • 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.