com.clarifai.grpc.api.EmailAddressOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface EmailAddressOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.EmailAddress)
com.google.protobuf.MessageOrBuilder {
/**
* string email = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The email.
*/
java.lang.String getEmail();
/**
* string email = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The bytes for email.
*/
com.google.protobuf.ByteString
getEmailBytes();
/**
* bool primary = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The primary.
*/
boolean getPrimary();
/**
* bool verified = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The verified.
*/
boolean getVerified();
}