Interface BasicUserListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicUserListInfo,BasicUserListInfo.Builder
public interface BasicUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserListActionInfogetActions(int index)Actions associated with this user list.intgetActionsCount()Actions associated with this user list.java.util.List<UserListActionInfo>getActionsList()Actions associated with this user list.UserListActionInfoOrBuildergetActionsOrBuilder(int index)Actions associated with this user list.java.util.List<? extends UserListActionInfoOrBuilder>getActionsOrBuilderList()Actions associated with this user list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getActionsList
java.util.List<UserListActionInfo> getActionsList()
Actions associated with this user list.
repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
-
getActions
UserListActionInfo getActions(int index)
Actions associated with this user list.
repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
-
getActionsCount
int getActionsCount()
Actions associated with this user list.
repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
-
getActionsOrBuilderList
java.util.List<? extends UserListActionInfoOrBuilder> getActionsOrBuilderList()
Actions associated with this user list.
repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
-
getActionsOrBuilder
UserListActionInfoOrBuilder getActionsOrBuilder(int index)
Actions associated with this user list.
repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
-
-