Interface IdentityVerificationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IdentityVerification,IdentityVerification.Builder
public interface IdentityVerificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe verification requirement for this verification program for this customer.The verification requirement for this verification program for this customer.The verification program type.intThe verification program type.Information regarding progress for this verification program for this customer.Information regarding progress for this verification program for this customer.booleanThe verification requirement for this verification program for this customer.booleanInformation regarding progress for this verification program for this 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
-
getVerificationProgramValue
int getVerificationProgramValue()The verification program type.
.google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;- Returns:
- The enum numeric value on the wire for verificationProgram.
-
getVerificationProgram
IdentityVerificationProgramEnum.IdentityVerificationProgram getVerificationProgram()The verification program type.
.google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;- Returns:
- The verificationProgram.
-
hasIdentityVerificationRequirement
boolean hasIdentityVerificationRequirement()The verification requirement for this verification program for this customer.
optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;- Returns:
- Whether the identityVerificationRequirement field is set.
-
getIdentityVerificationRequirement
IdentityVerificationRequirement getIdentityVerificationRequirement()The verification requirement for this verification program for this customer.
optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;- Returns:
- The identityVerificationRequirement.
-
getIdentityVerificationRequirementOrBuilder
IdentityVerificationRequirementOrBuilder getIdentityVerificationRequirementOrBuilder()The verification requirement for this verification program for this customer.
optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2; -
hasVerificationProgress
boolean hasVerificationProgress()Information regarding progress for this verification program for this customer.
optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;- Returns:
- Whether the verificationProgress field is set.
-
getVerificationProgress
IdentityVerificationProgress getVerificationProgress()Information regarding progress for this verification program for this customer.
optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;- Returns:
- The verificationProgress.
-
getVerificationProgressOrBuilder
IdentityVerificationProgressOrBuilder getVerificationProgressOrBuilder()Information regarding progress for this verification program for this customer.
optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;
-