com.google.ads.googleads.v17.services.IdentityVerificationOrBuilder 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 IdentityVerificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.IdentityVerification)
com.google.protobuf.MessageOrBuilder {
/**
*
* The verification program type.
*
*
* .google.ads.googleads.v17.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;
* @return The enum numeric value on the wire for verificationProgram.
*/
int getVerificationProgramValue();
/**
*
* The verification program type.
*
*
* .google.ads.googleads.v17.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;
* @return The verificationProgram.
*/
com.google.ads.googleads.v17.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram getVerificationProgram();
/**
*
* The verification requirement for this verification program for this
* customer.
*
*
* optional .google.ads.googleads.v17.services.IdentityVerificationRequirement identity_verification_requirement = 2;
* @return Whether the identityVerificationRequirement field is set.
*/
boolean hasIdentityVerificationRequirement();
/**
*
* The verification requirement for this verification program for this
* customer.
*
*
* optional .google.ads.googleads.v17.services.IdentityVerificationRequirement identity_verification_requirement = 2;
* @return The identityVerificationRequirement.
*/
com.google.ads.googleads.v17.services.IdentityVerificationRequirement getIdentityVerificationRequirement();
/**
*
* The verification requirement for this verification program for this
* customer.
*
*
* optional .google.ads.googleads.v17.services.IdentityVerificationRequirement identity_verification_requirement = 2;
*/
com.google.ads.googleads.v17.services.IdentityVerificationRequirementOrBuilder getIdentityVerificationRequirementOrBuilder();
/**
*
* Information regarding progress for this verification program for this
* customer.
*
*
* optional .google.ads.googleads.v17.services.IdentityVerificationProgress verification_progress = 3;
* @return Whether the verificationProgress field is set.
*/
boolean hasVerificationProgress();
/**
*
* Information regarding progress for this verification program for this
* customer.
*
*
* optional .google.ads.googleads.v17.services.IdentityVerificationProgress verification_progress = 3;
* @return The verificationProgress.
*/
com.google.ads.googleads.v17.services.IdentityVerificationProgress getVerificationProgress();
/**
*
* Information regarding progress for this verification program for this
* customer.
*
*
* optional .google.ads.googleads.v17.services.IdentityVerificationProgress verification_progress = 3;
*/
com.google.ads.googleads.v17.services.IdentityVerificationProgressOrBuilder getVerificationProgressOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy