Interface GetIdentityVerificationResponseOrBuilder

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

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

    • getIdentityVerificationList

      List<IdentityVerification> getIdentityVerificationList()
       List of identity verifications for the customer.
       
      repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
    • getIdentityVerification

      IdentityVerification getIdentityVerification(int index)
       List of identity verifications for the customer.
       
      repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
    • getIdentityVerificationCount

      int getIdentityVerificationCount()
       List of identity verifications for the customer.
       
      repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
    • getIdentityVerificationOrBuilderList

      List<? extends IdentityVerificationOrBuilder> getIdentityVerificationOrBuilderList()
       List of identity verifications for the customer.
       
      repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
    • getIdentityVerificationOrBuilder

      IdentityVerificationOrBuilder getIdentityVerificationOrBuilder(int index)
       List of identity verifications for the customer.
       
      repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;