
io.opencannabis.schema.person.NameOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2018, Momentum Ideas, Co. All rights reserved.
*
* Source and object computer code contained herein is the private intellectual
* property of Momentum Ideas Co., a Delaware Corporation. Use of this
* code in source form requires permission in writing before use or the
* assembly, distribution, or publishing of derivative works, for commercial
* purposes or any other purpose, from a duly authorized officer of Momentum
* Ideas Co.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: person/PersonName.proto
package io.opencannabis.schema.person;
public interface NameOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.person.Name)
com.google.protobuf.MessageOrBuilder {
/**
*
* Person's full name, if a fulltext value should override.
*
*
* string full_name = 1 [(.gen_bq_schema.description) = "Person\'s full name, if a fulltext value should override."];
*/
java.lang.String getFullName();
/**
*
* Person's full name, if a fulltext value should override.
*
*
* string full_name = 1 [(.gen_bq_schema.description) = "Person\'s full name, if a fulltext value should override."];
*/
com.google.protobuf.ByteString
getFullNameBytes();
/**
*
* Person's given, or first, name.
*
*
* string first_name = 2 [(.gen_bq_schema.description) = "Person\'s given, or first, name."];
*/
java.lang.String getFirstName();
/**
*
* Person's given, or first, name.
*
*
* string first_name = 2 [(.gen_bq_schema.description) = "Person\'s given, or first, name."];
*/
com.google.protobuf.ByteString
getFirstNameBytes();
/**
*
* Person's family, or last, name.
*
*
* string last_name = 3 [(.gen_bq_schema.description) = "Person\'s family, or last, name."];
*/
java.lang.String getLastName();
/**
*
* Person's family, or last, name.
*
*
* string last_name = 3 [(.gen_bq_schema.description) = "Person\'s family, or last, name."];
*/
com.google.protobuf.ByteString
getLastNameBytes();
/**
*
* Person's middle name.
*
*
* string middle_name = 4 [(.gen_bq_schema.description) = "Person\'s middle name."];
*/
java.lang.String getMiddleName();
/**
*
* Person's middle name.
*
*
* string middle_name = 4 [(.gen_bq_schema.description) = "Person\'s middle name."];
*/
com.google.protobuf.ByteString
getMiddleNameBytes();
/**
*
* Prefix for a person's name.
*
*
* string prefix = 5 [(.gen_bq_schema.description) = "Prefix for a person\'s name."];
*/
java.lang.String getPrefix();
/**
*
* Prefix for a person's name.
*
*
* string prefix = 5 [(.gen_bq_schema.description) = "Prefix for a person\'s name."];
*/
com.google.protobuf.ByteString
getPrefixBytes();
/**
*
* Postfix for a person's name.
*
*
* string postfix = 6 [(.gen_bq_schema.description) = "Postfix for a person\'s name."];
*/
java.lang.String getPostfix();
/**
*
* Postfix for a person's name.
*
*
* string postfix = 6 [(.gen_bq_schema.description) = "Postfix for a person\'s name."];
*/
com.google.protobuf.ByteString
getPostfixBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy