All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bloombox.schema.geo.Location Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, LLC.
 *
 * 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: geo/Location.proto

package io.bloombox.schema.geo;

/**
 * 
 * Represents a physically addressable location in the real world.
 * 
* * Protobuf type {@code geo.Location} */ public final class Location extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:geo.Location) LocationOrBuilder { private static final long serialVersionUID = 0L; // Use Location.newBuilder() to construct. private Location(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Location() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Location( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { io.bloombox.schema.content.Name.Builder subBuilder = null; if (name_ != null) { subBuilder = name_.toBuilder(); } name_ = input.readMessage(io.bloombox.schema.content.Name.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(name_); name_ = subBuilder.buildPartial(); } break; } case 18: { io.bloombox.schema.geo.Address.Builder subBuilder = null; if (address_ != null) { subBuilder = address_.toBuilder(); } address_ = input.readMessage(io.bloombox.schema.geo.Address.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(address_); address_ = subBuilder.buildPartial(); } break; } case 26: { io.bloombox.schema.geo.Point.Builder subBuilder = null; if (point_ != null) { subBuilder = point_.toBuilder(); } point_ = input.readMessage(io.bloombox.schema.geo.Point.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(point_); point_ = subBuilder.buildPartial(); } break; } case 34: { io.bloombox.schema.geo.LocationAccuracy.Builder subBuilder = null; if (accuracy_ != null) { subBuilder = accuracy_.toBuilder(); } accuracy_ = input.readMessage(io.bloombox.schema.geo.LocationAccuracy.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(accuracy_); accuracy_ = subBuilder.buildPartial(); } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.bloombox.schema.geo.LocationOuterClass.internal_static_geo_Location_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.bloombox.schema.geo.LocationOuterClass.internal_static_geo_Location_fieldAccessorTable .ensureFieldAccessorsInitialized( io.bloombox.schema.geo.Location.class, io.bloombox.schema.geo.Location.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private io.bloombox.schema.content.Name name_; /** *
   * Name for this location, if applicable.
   * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public boolean hasName() { return name_ != null; } /** *
   * Name for this location, if applicable.
   * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public io.bloombox.schema.content.Name getName() { return name_ == null ? io.bloombox.schema.content.Name.getDefaultInstance() : name_; } /** *
   * Name for this location, if applicable.
   * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public io.bloombox.schema.content.NameOrBuilder getNameOrBuilder() { return getName(); } public static final int ADDRESS_FIELD_NUMBER = 2; private io.bloombox.schema.geo.Address address_; /** *
   * Address for this location, if applicable.
   * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public boolean hasAddress() { return address_ != null; } /** *
   * Address for this location, if applicable.
   * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public io.bloombox.schema.geo.Address getAddress() { return address_ == null ? io.bloombox.schema.geo.Address.getDefaultInstance() : address_; } /** *
   * Address for this location, if applicable.
   * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public io.bloombox.schema.geo.AddressOrBuilder getAddressOrBuilder() { return getAddress(); } public static final int POINT_FIELD_NUMBER = 3; private io.bloombox.schema.geo.Point point_; /** *
   * Geopoint (latitude/longitude) for this location.
   * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public boolean hasPoint() { return point_ != null; } /** *
   * Geopoint (latitude/longitude) for this location.
   * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public io.bloombox.schema.geo.Point getPoint() { return point_ == null ? io.bloombox.schema.geo.Point.getDefaultInstance() : point_; } /** *
   * Geopoint (latitude/longitude) for this location.
   * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public io.bloombox.schema.geo.PointOrBuilder getPointOrBuilder() { return getPoint(); } public static final int ACCURACY_FIELD_NUMBER = 4; private io.bloombox.schema.geo.LocationAccuracy accuracy_; /** *
   * Specifies the accuracy estimate, if known.
   * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public boolean hasAccuracy() { return accuracy_ != null; } /** *
   * Specifies the accuracy estimate, if known.
   * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public io.bloombox.schema.geo.LocationAccuracy getAccuracy() { return accuracy_ == null ? io.bloombox.schema.geo.LocationAccuracy.getDefaultInstance() : accuracy_; } /** *
   * Specifies the accuracy estimate, if known.
   * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public io.bloombox.schema.geo.LocationAccuracyOrBuilder getAccuracyOrBuilder() { return getAccuracy(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (name_ != null) { output.writeMessage(1, getName()); } if (address_ != null) { output.writeMessage(2, getAddress()); } if (point_ != null) { output.writeMessage(3, getPoint()); } if (accuracy_ != null) { output.writeMessage(4, getAccuracy()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (name_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getName()); } if (address_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getAddress()); } if (point_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getPoint()); } if (accuracy_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getAccuracy()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof io.bloombox.schema.geo.Location)) { return super.equals(obj); } io.bloombox.schema.geo.Location other = (io.bloombox.schema.geo.Location) obj; boolean result = true; result = result && (hasName() == other.hasName()); if (hasName()) { result = result && getName() .equals(other.getName()); } result = result && (hasAddress() == other.hasAddress()); if (hasAddress()) { result = result && getAddress() .equals(other.getAddress()); } result = result && (hasPoint() == other.hasPoint()); if (hasPoint()) { result = result && getPoint() .equals(other.getPoint()); } result = result && (hasAccuracy() == other.hasAccuracy()); if (hasAccuracy()) { result = result && getAccuracy() .equals(other.getAccuracy()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (hasAddress()) { hash = (37 * hash) + ADDRESS_FIELD_NUMBER; hash = (53 * hash) + getAddress().hashCode(); } if (hasPoint()) { hash = (37 * hash) + POINT_FIELD_NUMBER; hash = (53 * hash) + getPoint().hashCode(); } if (hasAccuracy()) { hash = (37 * hash) + ACCURACY_FIELD_NUMBER; hash = (53 * hash) + getAccuracy().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.bloombox.schema.geo.Location parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.bloombox.schema.geo.Location parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.bloombox.schema.geo.Location parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.bloombox.schema.geo.Location parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.bloombox.schema.geo.Location parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.bloombox.schema.geo.Location parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.bloombox.schema.geo.Location parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.bloombox.schema.geo.Location parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static io.bloombox.schema.geo.Location parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.bloombox.schema.geo.Location parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static io.bloombox.schema.geo.Location parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.bloombox.schema.geo.Location parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(io.bloombox.schema.geo.Location prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Represents a physically addressable location in the real world.
   * 
* * Protobuf type {@code geo.Location} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:geo.Location) io.bloombox.schema.geo.LocationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.bloombox.schema.geo.LocationOuterClass.internal_static_geo_Location_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.bloombox.schema.geo.LocationOuterClass.internal_static_geo_Location_fieldAccessorTable .ensureFieldAccessorsInitialized( io.bloombox.schema.geo.Location.class, io.bloombox.schema.geo.Location.Builder.class); } // Construct using io.bloombox.schema.geo.Location.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (nameBuilder_ == null) { name_ = null; } else { name_ = null; nameBuilder_ = null; } if (addressBuilder_ == null) { address_ = null; } else { address_ = null; addressBuilder_ = null; } if (pointBuilder_ == null) { point_ = null; } else { point_ = null; pointBuilder_ = null; } if (accuracyBuilder_ == null) { accuracy_ = null; } else { accuracy_ = null; accuracyBuilder_ = null; } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.bloombox.schema.geo.LocationOuterClass.internal_static_geo_Location_descriptor; } public io.bloombox.schema.geo.Location getDefaultInstanceForType() { return io.bloombox.schema.geo.Location.getDefaultInstance(); } public io.bloombox.schema.geo.Location build() { io.bloombox.schema.geo.Location result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public io.bloombox.schema.geo.Location buildPartial() { io.bloombox.schema.geo.Location result = new io.bloombox.schema.geo.Location(this); if (nameBuilder_ == null) { result.name_ = name_; } else { result.name_ = nameBuilder_.build(); } if (addressBuilder_ == null) { result.address_ = address_; } else { result.address_ = addressBuilder_.build(); } if (pointBuilder_ == null) { result.point_ = point_; } else { result.point_ = pointBuilder_.build(); } if (accuracyBuilder_ == null) { result.accuracy_ = accuracy_; } else { result.accuracy_ = accuracyBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.bloombox.schema.geo.Location) { return mergeFrom((io.bloombox.schema.geo.Location)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.bloombox.schema.geo.Location other) { if (other == io.bloombox.schema.geo.Location.getDefaultInstance()) return this; if (other.hasName()) { mergeName(other.getName()); } if (other.hasAddress()) { mergeAddress(other.getAddress()); } if (other.hasPoint()) { mergePoint(other.getPoint()); } if (other.hasAccuracy()) { mergeAccuracy(other.getAccuracy()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { io.bloombox.schema.geo.Location parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.bloombox.schema.geo.Location) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private io.bloombox.schema.content.Name name_ = null; private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.content.Name, io.bloombox.schema.content.Name.Builder, io.bloombox.schema.content.NameOrBuilder> nameBuilder_; /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public boolean hasName() { return nameBuilder_ != null || name_ != null; } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public io.bloombox.schema.content.Name getName() { if (nameBuilder_ == null) { return name_ == null ? io.bloombox.schema.content.Name.getDefaultInstance() : name_; } else { return nameBuilder_.getMessage(); } } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public Builder setName(io.bloombox.schema.content.Name value) { if (nameBuilder_ == null) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); } else { nameBuilder_.setMessage(value); } return this; } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public Builder setName( io.bloombox.schema.content.Name.Builder builderForValue) { if (nameBuilder_ == null) { name_ = builderForValue.build(); onChanged(); } else { nameBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public Builder mergeName(io.bloombox.schema.content.Name value) { if (nameBuilder_ == null) { if (name_ != null) { name_ = io.bloombox.schema.content.Name.newBuilder(name_).mergeFrom(value).buildPartial(); } else { name_ = value; } onChanged(); } else { nameBuilder_.mergeFrom(value); } return this; } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public Builder clearName() { if (nameBuilder_ == null) { name_ = null; onChanged(); } else { name_ = null; nameBuilder_ = null; } return this; } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public io.bloombox.schema.content.Name.Builder getNameBuilder() { onChanged(); return getNameFieldBuilder().getBuilder(); } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ public io.bloombox.schema.content.NameOrBuilder getNameOrBuilder() { if (nameBuilder_ != null) { return nameBuilder_.getMessageOrBuilder(); } else { return name_ == null ? io.bloombox.schema.content.Name.getDefaultInstance() : name_; } } /** *
     * Name for this location, if applicable.
     * 
* * .content.Name name = 1 [(.gen_bq_schema.description) = "Name for this location, if applicable."]; */ private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.content.Name, io.bloombox.schema.content.Name.Builder, io.bloombox.schema.content.NameOrBuilder> getNameFieldBuilder() { if (nameBuilder_ == null) { nameBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.content.Name, io.bloombox.schema.content.Name.Builder, io.bloombox.schema.content.NameOrBuilder>( getName(), getParentForChildren(), isClean()); name_ = null; } return nameBuilder_; } private io.bloombox.schema.geo.Address address_ = null; private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.Address, io.bloombox.schema.geo.Address.Builder, io.bloombox.schema.geo.AddressOrBuilder> addressBuilder_; /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public boolean hasAddress() { return addressBuilder_ != null || address_ != null; } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public io.bloombox.schema.geo.Address getAddress() { if (addressBuilder_ == null) { return address_ == null ? io.bloombox.schema.geo.Address.getDefaultInstance() : address_; } else { return addressBuilder_.getMessage(); } } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public Builder setAddress(io.bloombox.schema.geo.Address value) { if (addressBuilder_ == null) { if (value == null) { throw new NullPointerException(); } address_ = value; onChanged(); } else { addressBuilder_.setMessage(value); } return this; } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public Builder setAddress( io.bloombox.schema.geo.Address.Builder builderForValue) { if (addressBuilder_ == null) { address_ = builderForValue.build(); onChanged(); } else { addressBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public Builder mergeAddress(io.bloombox.schema.geo.Address value) { if (addressBuilder_ == null) { if (address_ != null) { address_ = io.bloombox.schema.geo.Address.newBuilder(address_).mergeFrom(value).buildPartial(); } else { address_ = value; } onChanged(); } else { addressBuilder_.mergeFrom(value); } return this; } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public Builder clearAddress() { if (addressBuilder_ == null) { address_ = null; onChanged(); } else { address_ = null; addressBuilder_ = null; } return this; } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public io.bloombox.schema.geo.Address.Builder getAddressBuilder() { onChanged(); return getAddressFieldBuilder().getBuilder(); } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ public io.bloombox.schema.geo.AddressOrBuilder getAddressOrBuilder() { if (addressBuilder_ != null) { return addressBuilder_.getMessageOrBuilder(); } else { return address_ == null ? io.bloombox.schema.geo.Address.getDefaultInstance() : address_; } } /** *
     * Address for this location, if applicable.
     * 
* * .geo.Address address = 2 [(.gen_bq_schema.description) = "Address for this location, if applicable."]; */ private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.Address, io.bloombox.schema.geo.Address.Builder, io.bloombox.schema.geo.AddressOrBuilder> getAddressFieldBuilder() { if (addressBuilder_ == null) { addressBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.Address, io.bloombox.schema.geo.Address.Builder, io.bloombox.schema.geo.AddressOrBuilder>( getAddress(), getParentForChildren(), isClean()); address_ = null; } return addressBuilder_; } private io.bloombox.schema.geo.Point point_ = null; private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.Point, io.bloombox.schema.geo.Point.Builder, io.bloombox.schema.geo.PointOrBuilder> pointBuilder_; /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public boolean hasPoint() { return pointBuilder_ != null || point_ != null; } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public io.bloombox.schema.geo.Point getPoint() { if (pointBuilder_ == null) { return point_ == null ? io.bloombox.schema.geo.Point.getDefaultInstance() : point_; } else { return pointBuilder_.getMessage(); } } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public Builder setPoint(io.bloombox.schema.geo.Point value) { if (pointBuilder_ == null) { if (value == null) { throw new NullPointerException(); } point_ = value; onChanged(); } else { pointBuilder_.setMessage(value); } return this; } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public Builder setPoint( io.bloombox.schema.geo.Point.Builder builderForValue) { if (pointBuilder_ == null) { point_ = builderForValue.build(); onChanged(); } else { pointBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public Builder mergePoint(io.bloombox.schema.geo.Point value) { if (pointBuilder_ == null) { if (point_ != null) { point_ = io.bloombox.schema.geo.Point.newBuilder(point_).mergeFrom(value).buildPartial(); } else { point_ = value; } onChanged(); } else { pointBuilder_.mergeFrom(value); } return this; } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public Builder clearPoint() { if (pointBuilder_ == null) { point_ = null; onChanged(); } else { point_ = null; pointBuilder_ = null; } return this; } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public io.bloombox.schema.geo.Point.Builder getPointBuilder() { onChanged(); return getPointFieldBuilder().getBuilder(); } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ public io.bloombox.schema.geo.PointOrBuilder getPointOrBuilder() { if (pointBuilder_ != null) { return pointBuilder_.getMessageOrBuilder(); } else { return point_ == null ? io.bloombox.schema.geo.Point.getDefaultInstance() : point_; } } /** *
     * Geopoint (latitude/longitude) for this location.
     * 
* * .geo.Point point = 3 [(.gen_bq_schema.description) = "Geopoint (latitude/longitude) for this location."]; */ private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.Point, io.bloombox.schema.geo.Point.Builder, io.bloombox.schema.geo.PointOrBuilder> getPointFieldBuilder() { if (pointBuilder_ == null) { pointBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.Point, io.bloombox.schema.geo.Point.Builder, io.bloombox.schema.geo.PointOrBuilder>( getPoint(), getParentForChildren(), isClean()); point_ = null; } return pointBuilder_; } private io.bloombox.schema.geo.LocationAccuracy accuracy_ = null; private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.LocationAccuracy, io.bloombox.schema.geo.LocationAccuracy.Builder, io.bloombox.schema.geo.LocationAccuracyOrBuilder> accuracyBuilder_; /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public boolean hasAccuracy() { return accuracyBuilder_ != null || accuracy_ != null; } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public io.bloombox.schema.geo.LocationAccuracy getAccuracy() { if (accuracyBuilder_ == null) { return accuracy_ == null ? io.bloombox.schema.geo.LocationAccuracy.getDefaultInstance() : accuracy_; } else { return accuracyBuilder_.getMessage(); } } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public Builder setAccuracy(io.bloombox.schema.geo.LocationAccuracy value) { if (accuracyBuilder_ == null) { if (value == null) { throw new NullPointerException(); } accuracy_ = value; onChanged(); } else { accuracyBuilder_.setMessage(value); } return this; } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public Builder setAccuracy( io.bloombox.schema.geo.LocationAccuracy.Builder builderForValue) { if (accuracyBuilder_ == null) { accuracy_ = builderForValue.build(); onChanged(); } else { accuracyBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public Builder mergeAccuracy(io.bloombox.schema.geo.LocationAccuracy value) { if (accuracyBuilder_ == null) { if (accuracy_ != null) { accuracy_ = io.bloombox.schema.geo.LocationAccuracy.newBuilder(accuracy_).mergeFrom(value).buildPartial(); } else { accuracy_ = value; } onChanged(); } else { accuracyBuilder_.mergeFrom(value); } return this; } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public Builder clearAccuracy() { if (accuracyBuilder_ == null) { accuracy_ = null; onChanged(); } else { accuracy_ = null; accuracyBuilder_ = null; } return this; } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public io.bloombox.schema.geo.LocationAccuracy.Builder getAccuracyBuilder() { onChanged(); return getAccuracyFieldBuilder().getBuilder(); } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ public io.bloombox.schema.geo.LocationAccuracyOrBuilder getAccuracyOrBuilder() { if (accuracyBuilder_ != null) { return accuracyBuilder_.getMessageOrBuilder(); } else { return accuracy_ == null ? io.bloombox.schema.geo.LocationAccuracy.getDefaultInstance() : accuracy_; } } /** *
     * Specifies the accuracy estimate, if known.
     * 
* * .geo.LocationAccuracy accuracy = 4 [(.gen_bq_schema.description) = "Specifies the accuracy estimate, if known."]; */ private com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.LocationAccuracy, io.bloombox.schema.geo.LocationAccuracy.Builder, io.bloombox.schema.geo.LocationAccuracyOrBuilder> getAccuracyFieldBuilder() { if (accuracyBuilder_ == null) { accuracyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.bloombox.schema.geo.LocationAccuracy, io.bloombox.schema.geo.LocationAccuracy.Builder, io.bloombox.schema.geo.LocationAccuracyOrBuilder>( getAccuracy(), getParentForChildren(), isClean()); accuracy_ = null; } return accuracyBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:geo.Location) } // @@protoc_insertion_point(class_scope:geo.Location) private static final io.bloombox.schema.geo.Location DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.bloombox.schema.geo.Location(); } public static io.bloombox.schema.geo.Location getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Location parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Location(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public io.bloombox.schema.geo.Location getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy