Interface PolicyTopicConstraintOrBuilder

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

    public interface PolicyTopicConstraintOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasCountryConstraintList

        boolean hasCountryConstraintList()
         Countries where the resource cannot serve.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
        Returns:
        Whether the countryConstraintList field is set.
      • getCountryConstraintList

        PolicyTopicConstraint.CountryConstraintList getCountryConstraintList()
         Countries where the resource cannot serve.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
        Returns:
        The countryConstraintList.
      • getCountryConstraintListOrBuilder

        PolicyTopicConstraint.CountryConstraintListOrBuilder getCountryConstraintListOrBuilder()
         Countries where the resource cannot serve.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
      • hasResellerConstraint

        boolean hasResellerConstraint()
         Reseller constraint.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
        Returns:
        Whether the resellerConstraint field is set.
      • getResellerConstraint

        PolicyTopicConstraint.ResellerConstraint getResellerConstraint()
         Reseller constraint.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
        Returns:
        The resellerConstraint.
      • hasCertificateMissingInCountryList

        boolean hasCertificateMissingInCountryList()
         Countries where a certificate is required for serving.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
        Returns:
        Whether the certificateMissingInCountryList field is set.
      • getCertificateMissingInCountryList

        PolicyTopicConstraint.CountryConstraintList getCertificateMissingInCountryList()
         Countries where a certificate is required for serving.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
        Returns:
        The certificateMissingInCountryList.
      • getCertificateMissingInCountryListOrBuilder

        PolicyTopicConstraint.CountryConstraintListOrBuilder getCertificateMissingInCountryListOrBuilder()
         Countries where a certificate is required for serving.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
      • hasCertificateDomainMismatchInCountryList

        boolean hasCertificateDomainMismatchInCountryList()
         Countries where the resource's domain is not covered by the
         certificates associated with it.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4;
        Returns:
        Whether the certificateDomainMismatchInCountryList field is set.
      • getCertificateDomainMismatchInCountryList

        PolicyTopicConstraint.CountryConstraintList getCertificateDomainMismatchInCountryList()
         Countries where the resource's domain is not covered by the
         certificates associated with it.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4;
        Returns:
        The certificateDomainMismatchInCountryList.
      • getCertificateDomainMismatchInCountryListOrBuilder

        PolicyTopicConstraint.CountryConstraintListOrBuilder getCertificateDomainMismatchInCountryListOrBuilder()
         Countries where the resource's domain is not covered by the
         certificates associated with it.
         
        .google.ads.googleads.v14.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4;