All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.GetIdentityVerificationResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/identity_verification_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface GetIdentityVerificationResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GetIdentityVerificationResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of identity verifications for the customer.
   * 
* * repeated .google.ads.googleads.v17.services.IdentityVerification identity_verification = 1; */ java.util.List getIdentityVerificationList(); /** *
   * List of identity verifications for the customer.
   * 
* * repeated .google.ads.googleads.v17.services.IdentityVerification identity_verification = 1; */ com.google.ads.googleads.v17.services.IdentityVerification getIdentityVerification(int index); /** *
   * List of identity verifications for the customer.
   * 
* * repeated .google.ads.googleads.v17.services.IdentityVerification identity_verification = 1; */ int getIdentityVerificationCount(); /** *
   * List of identity verifications for the customer.
   * 
* * repeated .google.ads.googleads.v17.services.IdentityVerification identity_verification = 1; */ java.util.List getIdentityVerificationOrBuilderList(); /** *
   * List of identity verifications for the customer.
   * 
* * repeated .google.ads.googleads.v17.services.IdentityVerification identity_verification = 1; */ com.google.ads.googleads.v17.services.IdentityVerificationOrBuilder getIdentityVerificationOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy