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 Summary
Modifier and TypeMethodDescriptiongetIdentityVerification(int index) List of identity verifications for the customer.intList of identity verifications for the customer.List of identity verifications for the customer.getIdentityVerificationOrBuilder(int index) List of identity verifications for the customer.List<? extends IdentityVerificationOrBuilder>List of identity verifications for the customer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIdentityVerificationList
List<IdentityVerification> getIdentityVerificationList()List of identity verifications for the customer.
repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1; -
getIdentityVerification
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
List of identity verifications for the customer.
repeated .google.ads.googleads.v18.services.IdentityVerification identity_verification = 1;
-