Class PolicyTopicConstraint

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.PolicyTopicConstraint
All Implemented Interfaces:
PolicyTopicConstraintOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class PolicyTopicConstraint extends com.google.protobuf.GeneratedMessageV3 implements PolicyTopicConstraintOrBuilder
 Describes the effect on serving that a policy topic entry will have.
 
Protobuf type google.ads.googleads.v18.common.PolicyTopicConstraint
See Also:
  • Field Details

    • COUNTRY_CONSTRAINT_LIST_FIELD_NUMBER

      public static final int COUNTRY_CONSTRAINT_LIST_FIELD_NUMBER
      See Also:
    • RESELLER_CONSTRAINT_FIELD_NUMBER

      public static final int RESELLER_CONSTRAINT_FIELD_NUMBER
      See Also:
    • CERTIFICATE_MISSING_IN_COUNTRY_LIST_FIELD_NUMBER

      public static final int CERTIFICATE_MISSING_IN_COUNTRY_LIST_FIELD_NUMBER
      See Also:
    • CERTIFICATE_DOMAIN_MISMATCH_IN_COUNTRY_LIST_FIELD_NUMBER

      public static final int CERTIFICATE_DOMAIN_MISMATCH_IN_COUNTRY_LIST_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getValueCase

      public PolicyTopicConstraint.ValueCase getValueCase()
      Specified by:
      getValueCase in interface PolicyTopicConstraintOrBuilder
    • hasCountryConstraintList

      public boolean hasCountryConstraintList()
       Countries where the resource cannot serve.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
      Specified by:
      hasCountryConstraintList in interface PolicyTopicConstraintOrBuilder
      Returns:
      Whether the countryConstraintList field is set.
    • getCountryConstraintList

      public PolicyTopicConstraint.CountryConstraintList getCountryConstraintList()
       Countries where the resource cannot serve.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
      Specified by:
      getCountryConstraintList in interface PolicyTopicConstraintOrBuilder
      Returns:
      The countryConstraintList.
    • getCountryConstraintListOrBuilder

      public PolicyTopicConstraint.CountryConstraintListOrBuilder getCountryConstraintListOrBuilder()
       Countries where the resource cannot serve.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.CountryConstraintList country_constraint_list = 1;
      Specified by:
      getCountryConstraintListOrBuilder in interface PolicyTopicConstraintOrBuilder
    • hasResellerConstraint

      public boolean hasResellerConstraint()
       Reseller constraint.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
      Specified by:
      hasResellerConstraint in interface PolicyTopicConstraintOrBuilder
      Returns:
      Whether the resellerConstraint field is set.
    • getResellerConstraint

      public PolicyTopicConstraint.ResellerConstraint getResellerConstraint()
       Reseller constraint.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
      Specified by:
      getResellerConstraint in interface PolicyTopicConstraintOrBuilder
      Returns:
      The resellerConstraint.
    • getResellerConstraintOrBuilder

      public PolicyTopicConstraint.ResellerConstraintOrBuilder getResellerConstraintOrBuilder()
       Reseller constraint.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.ResellerConstraint reseller_constraint = 2;
      Specified by:
      getResellerConstraintOrBuilder in interface PolicyTopicConstraintOrBuilder
    • hasCertificateMissingInCountryList

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

      public PolicyTopicConstraint.CountryConstraintList getCertificateMissingInCountryList()
       Countries where a certificate is required for serving.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
      Specified by:
      getCertificateMissingInCountryList in interface PolicyTopicConstraintOrBuilder
      Returns:
      The certificateMissingInCountryList.
    • getCertificateMissingInCountryListOrBuilder

      public PolicyTopicConstraint.CountryConstraintListOrBuilder getCertificateMissingInCountryListOrBuilder()
       Countries where a certificate is required for serving.
       
      .google.ads.googleads.v18.common.PolicyTopicConstraint.CountryConstraintList certificate_missing_in_country_list = 3;
      Specified by:
      getCertificateMissingInCountryListOrBuilder in interface PolicyTopicConstraintOrBuilder
    • hasCertificateDomainMismatchInCountryList

      public 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;
      Specified by:
      hasCertificateDomainMismatchInCountryList in interface PolicyTopicConstraintOrBuilder
      Returns:
      Whether the certificateDomainMismatchInCountryList field is set.
    • getCertificateDomainMismatchInCountryList

      public 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;
      Specified by:
      getCertificateDomainMismatchInCountryList in interface PolicyTopicConstraintOrBuilder
      Returns:
      The certificateDomainMismatchInCountryList.
    • getCertificateDomainMismatchInCountryListOrBuilder

      public 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;
      Specified by:
      getCertificateDomainMismatchInCountryListOrBuilder in interface PolicyTopicConstraintOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PolicyTopicConstraint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PolicyTopicConstraint parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PolicyTopicConstraint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PolicyTopicConstraint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PolicyTopicConstraint.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PolicyTopicConstraint.Builder newBuilder()
    • newBuilder

      public static PolicyTopicConstraint.Builder newBuilder(PolicyTopicConstraint prototype)
    • toBuilder

      public PolicyTopicConstraint.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PolicyTopicConstraint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static PolicyTopicConstraint getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PolicyTopicConstraint> parser()
    • getParserForType

      public com.google.protobuf.Parser<PolicyTopicConstraint> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PolicyTopicConstraint getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder