com.google.ads.googleads.v17.services.IdentityVerificationRequirementOrBuilder 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 IdentityVerificationRequirementOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.IdentityVerificationRequirement)
com.google.protobuf.MessageOrBuilder {
/**
*
* The deadline to start verification in "yyyy-MM-dd HH:mm:ss" format.
*
*
* string verification_start_deadline_time = 1;
* @return The verificationStartDeadlineTime.
*/
java.lang.String getVerificationStartDeadlineTime();
/**
*
* The deadline to start verification in "yyyy-MM-dd HH:mm:ss" format.
*
*
* string verification_start_deadline_time = 1;
* @return The bytes for verificationStartDeadlineTime.
*/
com.google.protobuf.ByteString
getVerificationStartDeadlineTimeBytes();
/**
*
* The deadline to submit verification.
*
*
* string verification_completion_deadline_time = 2;
* @return The verificationCompletionDeadlineTime.
*/
java.lang.String getVerificationCompletionDeadlineTime();
/**
*
* The deadline to submit verification.
*
*
* string verification_completion_deadline_time = 2;
* @return The bytes for verificationCompletionDeadlineTime.
*/
com.google.protobuf.ByteString
getVerificationCompletionDeadlineTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy