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
Modifier and TypeMethodDescriptiongetActions(int index) Actions associated with this user list.intActions associated with this user list.Actions associated with this user list.getActionsOrBuilder(int index) Actions associated with this user list.List<? extends UserListActionInfoOrBuilder>Actions associated with this user list.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
-
getActionsList
List<UserListActionInfo> getActionsList()Actions associated with this user list.
repeated .google.ads.googleads.v18.common.UserListActionInfo actions = 1; -
getActions
Actions associated with this user list.
repeated .google.ads.googleads.v18.common.UserListActionInfo actions = 1; -
getActionsCount
int getActionsCount()Actions associated with this user list.
repeated .google.ads.googleads.v18.common.UserListActionInfo actions = 1; -
getActionsOrBuilderList
List<? extends UserListActionInfoOrBuilder> getActionsOrBuilderList()Actions associated with this user list.
repeated .google.ads.googleads.v18.common.UserListActionInfo actions = 1; -
getActionsOrBuilder
Actions associated with this user list.
repeated .google.ads.googleads.v18.common.UserListActionInfo actions = 1;
-