Interface EndpointVerificationInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointVerificationInfo
,EndpointVerificationInfo.Builder
public interface EndpointVerificationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEmailAddress
boolean hasEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;
- Returns:
- Whether the emailAddress field is set.
-
getEmailAddress
String getEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;
- Returns:
- The emailAddress.
-
getEmailAddressBytes
com.google.protobuf.ByteString getEmailAddressBytes()
Email address for which to trigger a verification request.
string email_address = 1;
- Returns:
- The bytes for emailAddress.
-
hasPhoneNumber
boolean hasPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
- Returns:
- Whether the phoneNumber field is set.
-
getPhoneNumber
String getPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
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;
- Returns:
- The bytes for phoneNumber.
-
getRequestToken
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];
- Returns:
- The requestToken.
-
getRequestTokenBytes
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];
- Returns:
- The bytes for requestToken.
-
hasLastVerificationTime
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];
- Returns:
- Whether the lastVerificationTime field is set.
-
getLastVerificationTime
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];
- Returns:
- The lastVerificationTime.
-
getLastVerificationTimeOrBuilder
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];
-
getEndpointCase
EndpointVerificationInfo.EndpointCase getEndpointCase()
-
-