io.opencannabis.schema.person.NameOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java RPCAPI client for the Bloombox Cloud.
The newest version!
/*
* Copyright 2019, Momentum Ideas Co.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* 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