public interface EndpointVerificationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Email address for which to trigger a verification request.
|
com.google.protobuf.ByteString |
getEmailAddressBytes()
Email address for which to trigger a verification request.
|
EndpointVerificationInfo.EndpointCase |
getEndpointCase() |
com.google.protobuf.Timestamp |
getLastVerificationTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastVerificationTimeOrBuilder()
Output only.
|
String |
getPhoneNumber()
Phone number for which to trigger a verification request.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
Phone number for which to trigger a verification request.
|
String |
getRequestToken()
Output only.
|
com.google.protobuf.ByteString |
getRequestTokenBytes()
Output only.
|
boolean |
hasEmailAddress()
Email address for which to trigger a verification request.
|
boolean |
hasLastVerificationTime()
Output only.
|
boolean |
hasPhoneNumber()
Phone number for which to trigger a verification request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;String getEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;com.google.protobuf.ByteString getEmailAddressBytes()
Email address for which to trigger a verification request.
string email_address = 1;boolean hasPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;String getPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;com.google.protobuf.ByteString getPhoneNumberBytes()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;String getRequestToken()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRequestTokenBytes()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getLastVerificationTimeOrBuilder()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
EndpointVerificationInfo.EndpointCase getEndpointCase()
Copyright © 2025 Google LLC. All rights reserved.