com.google.ads.googleads.v17.services.IdentityVerificationProgressOrBuilder 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 IdentityVerificationProgressOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.IdentityVerificationProgress)
com.google.protobuf.MessageOrBuilder {
/**
*
* Current Status (PENDING_USER_ACTION, SUCCESS, FAILURE etc)
*
*
* .google.ads.googleads.v17.enums.IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus program_status = 1;
* @return The enum numeric value on the wire for programStatus.
*/
int getProgramStatusValue();
/**
*
* Current Status (PENDING_USER_ACTION, SUCCESS, FAILURE etc)
*
*
* .google.ads.googleads.v17.enums.IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus program_status = 1;
* @return The programStatus.
*/
com.google.ads.googleads.v17.enums.IdentityVerificationProgramStatusEnum.IdentityVerificationProgramStatus getProgramStatus();
/**
*
* The timestamp when the action url will expire in "yyyy-MM-dd HH:mm:ss"
* format.
*
*
* string invitation_link_expiration_time = 2;
* @return The invitationLinkExpirationTime.
*/
java.lang.String getInvitationLinkExpirationTime();
/**
*
* The timestamp when the action url will expire in "yyyy-MM-dd HH:mm:ss"
* format.
*
*
* string invitation_link_expiration_time = 2;
* @return The bytes for invitationLinkExpirationTime.
*/
com.google.protobuf.ByteString
getInvitationLinkExpirationTimeBytes();
/**
*
* Action URL for user to complete verification for the given verification
* program type.
*
*
* string action_url = 3;
* @return The actionUrl.
*/
java.lang.String getActionUrl();
/**
*
* Action URL for user to complete verification for the given verification
* program type.
*
*
* string action_url = 3;
* @return The bytes for actionUrl.
*/
com.google.protobuf.ByteString
getActionUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy