
com.google.ads.googleads.v18.services.GetIdentityVerificationResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v18 Show documentation
Show all versions of google-ads-stubs-v18 Show documentation
Stubs for GAAPI version google-ads-stubs-v18
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v18/services/identity_verification_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;
public interface GetIdentityVerificationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.GetIdentityVerificationResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of identity verifications for the customer.
*
*
* repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
*/
java.util.List
getIdentityVerificationList();
/**
*
* List of identity verifications for the customer.
*
*
* repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
*/
com.google.ads.googleads.v18.services.IdentityVerification getIdentityVerification(int index);
/**
*
* List of identity verifications for the customer.
*
*
* repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
*/
int getIdentityVerificationCount();
/**
*
* List of identity verifications for the customer.
*
*
* repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
*/
java.util.List extends com.google.ads.googleads.v18.services.IdentityVerificationOrBuilder>
getIdentityVerificationOrBuilderList();
/**
*
* List of identity verifications for the customer.
*
*
* repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
*/
com.google.ads.googleads.v18.services.IdentityVerificationOrBuilder getIdentityVerificationOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy