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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConversionAction()A conversion action that's not generated from remarketing.com.google.protobuf.ByteStringgetConversionActionBytes()A conversion action that's not generated from remarketing.java.lang.StringgetRemarketingAction()A remarketing action.com.google.protobuf.ByteStringgetRemarketingActionBytes()A remarketing action.UserListActionInfo.UserListActionCasegetUserListActionCase()booleanhasConversionAction()A conversion action that's not generated from remarketing.booleanhasRemarketingAction()A remarketing action.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConversionAction
boolean hasConversionAction()
A conversion action that's not generated from remarketing.
string conversion_action = 3;- Returns:
- Whether the conversionAction field is set.
-
getConversionAction
java.lang.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
java.lang.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()
-
-