
io.opencannabis.schema.geo.AddressOrBuilder 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: geo/Address.proto
package io.opencannabis.schema.geo;
public interface AddressOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.geo.Address)
com.google.protobuf.MessageOrBuilder {
/**
*
* First line of the address.
*
*
* string first_line = 1 [(.gen_bq_schema.description) = "First line of the address."];
*/
java.lang.String getFirstLine();
/**
*
* First line of the address.
*
*
* string first_line = 1 [(.gen_bq_schema.description) = "First line of the address."];
*/
com.google.protobuf.ByteString
getFirstLineBytes();
/**
*
* Second line of the address, if applicable.
*
*
* string second_line = 2 [(.gen_bq_schema.description) = "Second line of the address, if applicable."];
*/
java.lang.String getSecondLine();
/**
*
* Second line of the address, if applicable.
*
*
* string second_line = 2 [(.gen_bq_schema.description) = "Second line of the address, if applicable."];
*/
com.google.protobuf.ByteString
getSecondLineBytes();
/**
*
* City or municipality name for the address.
*
*
* string city = 3 [(.gen_bq_schema.description) = "City or municipality name for the address."];
*/
java.lang.String getCity();
/**
*
* City or municipality name for the address.
*
*
* string city = 3 [(.gen_bq_schema.description) = "City or municipality name for the address."];
*/
com.google.protobuf.ByteString
getCityBytes();
/**
*
* State that contains the city or municipality for this address.
*
*
* string state = 4 [(.gen_bq_schema.description) = "State that contains the city or municipality for this address."];
*/
java.lang.String getState();
/**
*
* State that contains the city or municipality for this address.
*
*
* string state = 4 [(.gen_bq_schema.description) = "State that contains the city or municipality for this address."];
*/
com.google.protobuf.ByteString
getStateBytes();
/**
*
* USPS zipcode associated with this address.
*
*
* string zipcode = 5 [(.gen_bq_schema.description) = "USPS zipcode associated with this address."];
*/
java.lang.String getZipcode();
/**
*
* USPS zipcode associated with this address.
*
*
* string zipcode = 5 [(.gen_bq_schema.description) = "USPS zipcode associated with this address."];
*/
com.google.protobuf.ByteString
getZipcodeBytes();
/**
*
* Country code associated with this address ('US' or 'USA' for United States, for instance).
*
*
* string country = 6 [(.gen_bq_schema.description) = "Country code associated with this address (\'US\' or \'USA\' for United States, for instance)."];
*/
java.lang.String getCountry();
/**
*
* Country code associated with this address ('US' or 'USA' for United States, for instance).
*
*
* string country = 6 [(.gen_bq_schema.description) = "Country code associated with this address (\'US\' or \'USA\' for United States, for instance)."];
*/
com.google.protobuf.ByteString
getCountryBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy