public interface GetNotificationChannelVerificationCodeResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
The verification code, which may be used to verify other channels
that have an equivalent identity (i.e.
|
ByteString |
getCodeBytes()
The verification code, which may be used to verify other channels
that have an equivalent identity (i.e.
|
Timestamp |
getExpireTime()
The expiration time associated with the code that was returned.
|
TimestampOrBuilder |
getExpireTimeOrBuilder()
The expiration time associated with the code that was returned.
|
boolean |
hasExpireTime()
The expiration time associated with the code that was returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getCode()
The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
string code = 1;
ByteString getCodeBytes()
The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
string code = 1;
boolean hasExpireTime()
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
.google.protobuf.Timestamp expire_time = 2;
Timestamp getExpireTime()
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
.google.protobuf.Timestamp expire_time = 2;
TimestampOrBuilder getExpireTimeOrBuilder()
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
.google.protobuf.Timestamp expire_time = 2;