Interface ExclusionSegmentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExclusionSegment, ExclusionSegment.Builder

public interface ExclusionSegmentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    User list segment to be excluded.
    User list segment to be excluded.
    boolean
    User list segment to be excluded.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasUserList

      boolean hasUserList()
       User list segment to be excluded.
       
      .google.ads.googleads.v18.common.UserListSegment user_list = 1;
      Returns:
      Whether the userList field is set.
    • getUserList

      UserListSegment getUserList()
       User list segment to be excluded.
       
      .google.ads.googleads.v18.common.UserListSegment user_list = 1;
      Returns:
      The userList.
    • getUserListOrBuilder

      UserListSegmentOrBuilder getUserListOrBuilder()
       User list segment to be excluded.
       
      .google.ads.googleads.v18.common.UserListSegment user_list = 1;
    • getSegmentCase