Interface ConversionValueRule.ValueRuleAudienceConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConversionValueRule.ValueRuleAudienceCondition, ConversionValueRule.ValueRuleAudienceCondition.Builder
Enclosing class:
ConversionValueRule

public static interface ConversionValueRule.ValueRuleAudienceConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getUserInterests(int index)
    User Interests.
    com.google.protobuf.ByteString
    User Interests.
    int
    User Interests.
    User Interests.
    getUserLists(int index)
    User Lists.
    com.google.protobuf.ByteString
    getUserListsBytes(int index)
    User Lists.
    int
    User Lists.
    User Lists.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUserListsList

      List<String> getUserListsList()
       User Lists.
       
      repeated string user_lists = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      A list containing the userLists.
    • getUserListsCount

      int getUserListsCount()
       User Lists.
       
      repeated string user_lists = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The count of userLists.
    • getUserLists

      String getUserLists(int index)
       User Lists.
       
      repeated string user_lists = 1 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The userLists at the given index.
    • getUserListsBytes

      com.google.protobuf.ByteString getUserListsBytes(int index)
       User Lists.
       
      repeated string user_lists = 1 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the userLists at the given index.
    • getUserInterestsList

      List<String> getUserInterestsList()
       User Interests.
       
      repeated string user_interests = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      A list containing the userInterests.
    • getUserInterestsCount

      int getUserInterestsCount()
       User Interests.
       
      repeated string user_interests = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      The count of userInterests.
    • getUserInterests

      String getUserInterests(int index)
       User Interests.
       
      repeated string user_interests = 2 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The userInterests at the given index.
    • getUserInterestsBytes

      com.google.protobuf.ByteString getUserInterestsBytes(int index)
       User Interests.
       
      repeated string user_interests = 2 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the userInterests at the given index.