Class IdentityVerification

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.services.IdentityVerification
All Implemented Interfaces:
IdentityVerificationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class IdentityVerification extends com.google.protobuf.GeneratedMessageV3 implements IdentityVerificationOrBuilder
 An identity verification for a customer.
 
Protobuf type google.ads.googleads.v18.services.IdentityVerification
See Also:
  • Field Details

    • VERIFICATION_PROGRAM_FIELD_NUMBER

      public static final int VERIFICATION_PROGRAM_FIELD_NUMBER
      See Also:
    • IDENTITY_VERIFICATION_REQUIREMENT_FIELD_NUMBER

      public static final int IDENTITY_VERIFICATION_REQUIREMENT_FIELD_NUMBER
      See Also:
    • VERIFICATION_PROGRESS_FIELD_NUMBER

      public static final int VERIFICATION_PROGRESS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getVerificationProgramValue

      public int getVerificationProgramValue()
       The verification program type.
       
      .google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;
      Specified by:
      getVerificationProgramValue in interface IdentityVerificationOrBuilder
      Returns:
      The enum numeric value on the wire for verificationProgram.
    • getVerificationProgram

       The verification program type.
       
      .google.ads.googleads.v18.enums.IdentityVerificationProgramEnum.IdentityVerificationProgram verification_program = 1;
      Specified by:
      getVerificationProgram in interface IdentityVerificationOrBuilder
      Returns:
      The verificationProgram.
    • hasIdentityVerificationRequirement

      public boolean hasIdentityVerificationRequirement()
       The verification requirement for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;
      Specified by:
      hasIdentityVerificationRequirement in interface IdentityVerificationOrBuilder
      Returns:
      Whether the identityVerificationRequirement field is set.
    • getIdentityVerificationRequirement

      public IdentityVerificationRequirement getIdentityVerificationRequirement()
       The verification requirement for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;
      Specified by:
      getIdentityVerificationRequirement in interface IdentityVerificationOrBuilder
      Returns:
      The identityVerificationRequirement.
    • getIdentityVerificationRequirementOrBuilder

      public IdentityVerificationRequirementOrBuilder getIdentityVerificationRequirementOrBuilder()
       The verification requirement for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationRequirement identity_verification_requirement = 2;
      Specified by:
      getIdentityVerificationRequirementOrBuilder in interface IdentityVerificationOrBuilder
    • hasVerificationProgress

      public boolean hasVerificationProgress()
       Information regarding progress for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;
      Specified by:
      hasVerificationProgress in interface IdentityVerificationOrBuilder
      Returns:
      Whether the verificationProgress field is set.
    • getVerificationProgress

      public IdentityVerificationProgress getVerificationProgress()
       Information regarding progress for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;
      Specified by:
      getVerificationProgress in interface IdentityVerificationOrBuilder
      Returns:
      The verificationProgress.
    • getVerificationProgressOrBuilder

      public IdentityVerificationProgressOrBuilder getVerificationProgressOrBuilder()
       Information regarding progress for this verification program for this
       customer.
       
      optional .google.ads.googleads.v18.services.IdentityVerificationProgress verification_progress = 3;
      Specified by:
      getVerificationProgressOrBuilder in interface IdentityVerificationOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static IdentityVerification parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IdentityVerification parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IdentityVerification parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IdentityVerification parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IdentityVerification parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IdentityVerification parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IdentityVerification parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IdentityVerification parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IdentityVerification parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IdentityVerification parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IdentityVerification parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IdentityVerification parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public IdentityVerification.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static IdentityVerification.Builder newBuilder()
    • newBuilder

      public static IdentityVerification.Builder newBuilder(IdentityVerification prototype)
    • toBuilder

      public IdentityVerification.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected IdentityVerification.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static IdentityVerification getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<IdentityVerification> parser()
    • getParserForType

      public com.google.protobuf.Parser<IdentityVerification> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public IdentityVerification getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder