Class PlannableUserList

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v20.services.PlannableUserList
All Implemented Interfaces:
PlannableUserListOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class PlannableUserList extends com.google.protobuf.GeneratedMessageV3 implements PlannableUserListOrBuilder
 A plannable user list.
 
Protobuf type google.ads.googleads.v20.services.PlannableUserList
See Also:
  • Field Details

    • USER_LIST_INFO_FIELD_NUMBER

      public static final int USER_LIST_INFO_FIELD_NUMBER
      See Also:
    • DISPLAY_NAME_FIELD_NUMBER

      public static final int DISPLAY_NAME_FIELD_NUMBER
      See Also:
    • USER_LIST_TYPE_FIELD_NUMBER

      public static final int USER_LIST_TYPE_FIELD_NUMBER
      See Also:
    • PLANNABLE_STATUS_FIELD_NUMBER

      public static final int PLANNABLE_STATUS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasUserListInfo

      public boolean hasUserListInfo()
       The user list ID.
       
      .google.ads.googleads.v20.common.UserListInfo user_list_info = 1;
      Specified by:
      hasUserListInfo in interface PlannableUserListOrBuilder
      Returns:
      Whether the userListInfo field is set.
    • getUserListInfo

      public UserListInfo getUserListInfo()
       The user list ID.
       
      .google.ads.googleads.v20.common.UserListInfo user_list_info = 1;
      Specified by:
      getUserListInfo in interface PlannableUserListOrBuilder
      Returns:
      The userListInfo.
    • getUserListInfoOrBuilder

      public UserListInfoOrBuilder getUserListInfoOrBuilder()
       The user list ID.
       
      .google.ads.googleads.v20.common.UserListInfo user_list_info = 1;
      Specified by:
      getUserListInfoOrBuilder in interface PlannableUserListOrBuilder
    • getDisplayName

      public String getDisplayName()
       The name of the user list.
       
      string display_name = 2;
      Specified by:
      getDisplayName in interface PlannableUserListOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       The name of the user list.
       
      string display_name = 2;
      Specified by:
      getDisplayNameBytes in interface PlannableUserListOrBuilder
      Returns:
      The bytes for displayName.
    • getUserListTypeValue

      public int getUserListTypeValue()
       The user list type.
       
      .google.ads.googleads.v20.enums.UserListTypeEnum.UserListType user_list_type = 3;
      Specified by:
      getUserListTypeValue in interface PlannableUserListOrBuilder
      Returns:
      The enum numeric value on the wire for userListType.
    • getUserListType

      public UserListTypeEnum.UserListType getUserListType()
       The user list type.
       
      .google.ads.googleads.v20.enums.UserListTypeEnum.UserListType user_list_type = 3;
      Specified by:
      getUserListType in interface PlannableUserListOrBuilder
      Returns:
      The userListType.
    • getPlannableStatusValue

      public int getPlannableStatusValue()
       The plannable status of the user list.
       
      .google.ads.googleads.v20.enums.ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus plannable_status = 4;
      Specified by:
      getPlannableStatusValue in interface PlannableUserListOrBuilder
      Returns:
      The enum numeric value on the wire for plannableStatus.
    • getPlannableStatus

       The plannable status of the user list.
       
      .google.ads.googleads.v20.enums.ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus plannable_status = 4;
      Specified by:
      getPlannableStatus in interface PlannableUserListOrBuilder
      Returns:
      The plannableStatus.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PlannableUserList parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PlannableUserList parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PlannableUserList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PlannableUserList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PlannableUserList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PlannableUserList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PlannableUserList parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PlannableUserList parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PlannableUserList parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PlannableUserList parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PlannableUserList parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PlannableUserList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PlannableUserList.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PlannableUserList.Builder newBuilder()
    • newBuilder

      public static PlannableUserList.Builder newBuilder(PlannableUserList prototype)
    • toBuilder

      public PlannableUserList.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PlannableUserList.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static PlannableUserList getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PlannableUserList> parser()
    • getParserForType

      public com.google.protobuf.Parser<PlannableUserList> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PlannableUserList getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder