Interface DateSpecificRuleUserListInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndDate()
      Last date of users visit.
      com.google.protobuf.ByteString getEndDateBytes()
      Last date of users visit.
      UserListRuleInfo getRule()
      Boolean rule that defines visitor of a page.
      UserListRuleInfoOrBuilder getRuleOrBuilder()
      Boolean rule that defines visitor of a page.
      java.lang.String getStartDate()
      Start date of users visit.
      com.google.protobuf.ByteString getStartDateBytes()
      Start date of users visit.
      boolean hasEndDate()
      Last date of users visit.
      boolean hasRule()
      Boolean rule that defines visitor of a page.
      boolean hasStartDate()
      Start date of users visit.
      • 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 Detail

      • hasRule

        boolean hasRule()
         Boolean rule that defines visitor of a page.
         Required for creating a date specific rule user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
        Returns:
        Whether the rule field is set.
      • getRule

        UserListRuleInfo getRule()
         Boolean rule that defines visitor of a page.
         Required for creating a date specific rule user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
        Returns:
        The rule.
      • getRuleOrBuilder

        UserListRuleInfoOrBuilder getRuleOrBuilder()
         Boolean rule that defines visitor of a page.
         Required for creating a date specific rule user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
      • hasStartDate

        boolean hasStartDate()
         Start date of users visit. If set to 2000-01-01, then the list includes all
         users before end_date. The date's format should be YYYY-MM-DD.
         Required for creating a data specific rule user list.
         
        optional string start_date = 4;
        Returns:
        Whether the startDate field is set.
      • getStartDate

        java.lang.String getStartDate()
         Start date of users visit. If set to 2000-01-01, then the list includes all
         users before end_date. The date's format should be YYYY-MM-DD.
         Required for creating a data specific rule user list.
         
        optional string start_date = 4;
        Returns:
        The startDate.
      • getStartDateBytes

        com.google.protobuf.ByteString getStartDateBytes()
         Start date of users visit. If set to 2000-01-01, then the list includes all
         users before end_date. The date's format should be YYYY-MM-DD.
         Required for creating a data specific rule user list.
         
        optional string start_date = 4;
        Returns:
        The bytes for startDate.
      • hasEndDate

        boolean hasEndDate()
         Last date of users visit. If set to 2037-12-30, then the list includes all
         users after start_date. The date's format should be YYYY-MM-DD.
         Required for creating a data specific rule user list.
         
        optional string end_date = 5;
        Returns:
        Whether the endDate field is set.
      • getEndDate

        java.lang.String getEndDate()
         Last date of users visit. If set to 2037-12-30, then the list includes all
         users after start_date. The date's format should be YYYY-MM-DD.
         Required for creating a data specific rule user list.
         
        optional string end_date = 5;
        Returns:
        The endDate.
      • getEndDateBytes

        com.google.protobuf.ByteString getEndDateBytes()
         Last date of users visit. If set to 2037-12-30, then the list includes all
         users after start_date. The date's format should be YYYY-MM-DD.
         Required for creating a data specific rule user list.
         
        optional string end_date = 5;
        Returns:
        The bytes for endDate.