dev.crashteam.crm.UserContactOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crm.proto
package dev.crashteam.crm;
public interface UserContactOrBuilder extends
// @@protoc_insertion_point(interface_extends:crm.UserContact)
com.google.protobuf.MessageOrBuilder {
/**
* string email = 1;
* @return The email.
*/
java.lang.String getEmail();
/**
* string email = 1;
* @return The bytes for email.
*/
com.google.protobuf.ByteString
getEmailBytes();
/**
* int64 phone = 2;
* @return The phone.
*/
long getPhone();
/**
* optional string inn = 3;
* @return Whether the inn field is set.
*/
boolean hasInn();
/**
* optional string inn = 3;
* @return The inn.
*/
java.lang.String getInn();
/**
* optional string inn = 3;
* @return The bytes for inn.
*/
com.google.protobuf.ByteString
getInnBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy