Interface StartIdentityVerificationRequestOrBuilder

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

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

    • getCustomerId

      String getCustomerId()
       Required. The Id of the customer for whom we are creating this
       verification.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The Id of the customer for whom we are creating this
       verification.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • getVerificationProgramValue

      int getVerificationProgramValue()
       Required. The verification program type for which we want to start the
       verification.
       
      .google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for verificationProgram.
    • getVerificationProgram

       Required. The verification program type for which we want to start the
       verification.
       
      .google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The verificationProgram.