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 TypeMethodDescriptiongetUserInterests(int index) User Interests.com.google.protobuf.ByteStringgetUserInterestsBytes(int index) User Interests.intUser Interests.User Interests.getUserLists(int index) User Lists.com.google.protobuf.ByteStringgetUserListsBytes(int index) User Lists.intUser Lists.User Lists.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
-
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
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
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
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.
-