Interface IdentityVerificationOrBuilder

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

public interface IdentityVerificationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getVerificationProgramValue

      int getVerificationProgramValue()
       The verification program type.
       
      .google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;
      Returns:
      The enum numeric value on the wire for verificationProgram.
    • getVerificationProgram

       The verification program type.
       
      .google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;
      Returns:
      The verificationProgram.
    • hasIdentityVerificationRequirement

      boolean hasIdentityVerificationRequirement()
       The verification requirement for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;
      Returns:
      Whether the identityVerificationRequirement field is set.
    • getIdentityVerificationRequirement

      IdentityVerificationRequirement getIdentityVerificationRequirement()
       The verification requirement for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;
      Returns:
      The identityVerificationRequirement.
    • getIdentityVerificationRequirementOrBuilder

      IdentityVerificationRequirementOrBuilder getIdentityVerificationRequirementOrBuilder()
       The verification requirement for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;
    • hasVerificationProgress

      boolean hasVerificationProgress()
       Information regarding progress for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;
      Returns:
      Whether the verificationProgress field is set.
    • getVerificationProgress

      IdentityVerificationProgress getVerificationProgress()
       Information regarding progress for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;
      Returns:
      The verificationProgress.
    • getVerificationProgressOrBuilder

      IdentityVerificationProgressOrBuilder getVerificationProgressOrBuilder()
       Information regarding progress for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;