com.google.ads.googleads.v17.common.PolicyTopicConstraintOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/policy.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface PolicyTopicConstraintOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PolicyTopicConstraint)
com.google.protobuf.MessageOrBuilder {
/**
*
* Countries where the resource cannot serve.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
* @return Whether the countryConstraintList field is set.
*/
boolean hasCountryConstraintList();
/**
*
* Countries where the resource cannot serve.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
* @return The countryConstraintList.
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList getCountryConstraintList();
/**
*
* Countries where the resource cannot serve.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintListOrBuilder getCountryConstraintListOrBuilder();
/**
*
* Reseller constraint.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
* @return Whether the resellerConstraint field is set.
*/
boolean hasResellerConstraint();
/**
*
* Reseller constraint.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
* @return The resellerConstraint.
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.ResellerConstraint getResellerConstraint();
/**
*
* Reseller constraint.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.ResellerConstraintOrBuilder getResellerConstraintOrBuilder();
/**
*
* Countries where a certificate is required for serving.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
* @return Whether the certificateMissingInCountryList field is set.
*/
boolean hasCertificateMissingInCountryList();
/**
*
* Countries where a certificate is required for serving.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
* @return The certificateMissingInCountryList.
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList getCertificateMissingInCountryList();
/**
*
* Countries where a certificate is required for serving.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintListOrBuilder getCertificateMissingInCountryListOrBuilder();
/**
*
* Countries where the resource's domain is not covered by the
* certificates associated with it.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4;
* @return Whether the certificateDomainMismatchInCountryList field is set.
*/
boolean hasCertificateDomainMismatchInCountryList();
/**
*
* Countries where the resource's domain is not covered by the
* certificates associated with it.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4;
* @return The certificateDomainMismatchInCountryList.
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList getCertificateDomainMismatchInCountryList();
/**
*
* Countries where the resource's domain is not covered by the
* certificates associated with it.
*
*
* .google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4;
*/
com.google.ads.googleads.v17.common.PolicyTopicConstraint.CountryConstraintListOrBuilder getCertificateDomainMismatchInCountryListOrBuilder();
com.google.ads.googleads.v17.common.PolicyTopicConstraint.ValueCase getValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy