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 Summary
Modifier and TypeMethodDescriptionCountries where the resource's domain is not covered by the certificates associated with it.Countries where the resource's domain is not covered by the certificates associated with it.Countries where a certificate is required for serving.Countries where a certificate is required for serving.Countries where the resource cannot serve.Countries where the resource cannot serve.Reseller constraint.Reseller constraint.booleanCountries where the resource's domain is not covered by the certificates associated with it.booleanCountries where a certificate is required for serving.booleanCountries where the resource cannot serve.booleanReseller constraint.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCountryConstraintList
boolean hasCountryConstraintList()Countries where the resource cannot serve.
.google.ads.googleads.v18.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.v18.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;- Returns:
- The countryConstraintList.
-
getCountryConstraintListOrBuilder
PolicyTopicConstraint.CountryConstraintListOrBuilder getCountryConstraintListOrBuilder()Countries where the resource cannot serve.
.google.ads.googleads.v18.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1; -
hasResellerConstraint
boolean hasResellerConstraint()Reseller constraint.
.google.ads.googleads.v18.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;- Returns:
- Whether the resellerConstraint field is set.
-
getResellerConstraint
PolicyTopicConstraint.ResellerConstraint getResellerConstraint()Reseller constraint.
.google.ads.googleads.v18.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;- Returns:
- The resellerConstraint.
-
getResellerConstraintOrBuilder
PolicyTopicConstraint.ResellerConstraintOrBuilder getResellerConstraintOrBuilder()Reseller constraint.
.google.ads.googleads.v18.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2; -
hasCertificateMissingInCountryList
boolean hasCertificateMissingInCountryList()Countries where a certificate is required for serving.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.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.v18.common.PolicyTopicConstraint.CountryConstraintList certificate_domain_mismatch_in_country_list = 4; -
getValueCase
PolicyTopicConstraint.ValueCase getValueCase()
-