Interface StartIdentityVerificationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartIdentityVerificationRequest,StartIdentityVerificationRequest.Builder
public interface StartIdentityVerificationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.intRequired.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
-
getCustomerId
String getCustomerId()Required. The Id of the customer for whom we are creating this verification.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The customerId.
-
getCustomerIdBytes
com.google.protobuf.ByteString getCustomerIdBytes()Required. The Id of the customer for whom we are creating this verification.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for customerId.
-
getVerificationProgramValue
int getVerificationProgramValue()Required. The verification program type for which we want to start the verification.
.google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for verificationProgram.
-
getVerificationProgram
IdentityVerificationProgramEnum.IdentityVerificationProgram getVerificationProgram()Required. The verification program type for which we want to start the verification.
.google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The verificationProgram.
-