All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.StartIdentityVerificationRequestOrBuilder Maven / Gradle / Ivy

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 StartIdentityVerificationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.StartIdentityVerificationRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The Id of the customer for whom we are creating this
   * verification.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * Required. The Id of the customer for whom we are creating this
   * verification.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * Required. The verification program type for which we want to start the
   * verification.
   * 
* * .google.ads.googleads.v17.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for verificationProgram. */ int getVerificationProgramValue(); /** *
   * Required. The verification program type for which we want to start the
   * verification.
   * 
* * .google.ads.googleads.v17.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The verificationProgram. */ com.google.ads.googleads.v17.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram getVerificationProgram(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy