Interface UserListActionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserListActionInfo,UserListActionInfo.Builder
public interface UserListActionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA conversion action that's not generated from remarketing.com.google.protobuf.ByteStringA conversion action that's not generated from remarketing.A remarketing action.com.google.protobuf.ByteStringA remarketing action.booleanA conversion action that's not generated from remarketing.booleanA remarketing action.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
-
hasConversionAction
boolean hasConversionAction()A conversion action that's not generated from remarketing.
string conversion_action = 3;- Returns:
- Whether the conversionAction field is set.
-
getConversionAction
String getConversionAction()A conversion action that's not generated from remarketing.
string conversion_action = 3;- Returns:
- The conversionAction.
-
getConversionActionBytes
com.google.protobuf.ByteString getConversionActionBytes()A conversion action that's not generated from remarketing.
string conversion_action = 3;- Returns:
- The bytes for conversionAction.
-
hasRemarketingAction
boolean hasRemarketingAction()A remarketing action.
string remarketing_action = 4;- Returns:
- Whether the remarketingAction field is set.
-
getRemarketingAction
String getRemarketingAction()A remarketing action.
string remarketing_action = 4;- Returns:
- The remarketingAction.
-
getRemarketingActionBytes
com.google.protobuf.ByteString getRemarketingActionBytes()A remarketing action.
string remarketing_action = 4;- Returns:
- The bytes for remarketingAction.
-
getUserListActionCase
UserListActionInfo.UserListActionCase getUserListActionCase()
-