com.google.ads.googleads.v17.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-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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);
}