
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/location.proto
package com.redhat.mercury.locationdatamanagement.v10;
public final class LocationOuterClass {
private LocationOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface LocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.locationdatamanagement.v10.Location)
com.google.protobuf.MessageOrBuilder {
/**
* string LocationType = 106042543;
* @return The locationType.
*/
java.lang.String getLocationType();
/**
* string LocationType = 106042543;
* @return The bytes for locationType.
*/
com.google.protobuf.ByteString
getLocationTypeBytes();
/**
* string LocationAddress = 407316066;
* @return The locationAddress.
*/
java.lang.String getLocationAddress();
/**
* string LocationAddress = 407316066;
* @return The bytes for locationAddress.
*/
com.google.protobuf.ByteString
getLocationAddressBytes();
/**
* string LocationCoordinates = 78539035;
* @return The locationCoordinates.
*/
java.lang.String getLocationCoordinates();
/**
* string LocationCoordinates = 78539035;
* @return The bytes for locationCoordinates.
*/
com.google.protobuf.ByteString
getLocationCoordinatesBytes();
/**
* string LocationDescription = 83091687;
* @return The locationDescription.
*/
java.lang.String getLocationDescription();
/**
* string LocationDescription = 83091687;
* @return The bytes for locationDescription.
*/
com.google.protobuf.ByteString
getLocationDescriptionBytes();
/**
* string LocationConstructionType = 470237603;
* @return The locationConstructionType.
*/
java.lang.String getLocationConstructionType();
/**
* string LocationConstructionType = 470237603;
* @return The bytes for locationConstructionType.
*/
com.google.protobuf.ByteString
getLocationConstructionTypeBytes();
/**
* string LocationCapacity = 180955218;
* @return The locationCapacity.
*/
java.lang.String getLocationCapacity();
/**
* string LocationCapacity = 180955218;
* @return The bytes for locationCapacity.
*/
com.google.protobuf.ByteString
getLocationCapacityBytes();
/**
* string LocationStatus = 132264923;
* @return The locationStatus.
*/
java.lang.String getLocationStatus();
/**
* string LocationStatus = 132264923;
* @return The bytes for locationStatus.
*/
com.google.protobuf.ByteString
getLocationStatusBytes();
/**
* string LocationNeighborhoodType = 46812837;
* @return The locationNeighborhoodType.
*/
java.lang.String getLocationNeighborhoodType();
/**
* string LocationNeighborhoodType = 46812837;
* @return The bytes for locationNeighborhoodType.
*/
com.google.protobuf.ByteString
getLocationNeighborhoodTypeBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.locationdatamanagement.v10.Location}
*/
public static final class Location extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.locationdatamanagement.v10.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() {
locationType_ = "";
locationAddress_ = "";
locationCoordinates_ = "";
locationDescription_ = "";
locationConstructionType_ = "";
locationCapacity_ = "";
locationStatus_ = "";
locationNeighborhoodType_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new 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();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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;
case 374502698: {
java.lang.String s = input.readStringRequireUtf8();
locationNeighborhoodType_ = s;
break;
}
case 628312282: {
java.lang.String s = input.readStringRequireUtf8();
locationCoordinates_ = s;
break;
}
case 664733498: {
java.lang.String s = input.readStringRequireUtf8();
locationDescription_ = s;
break;
}
case 848340346: {
java.lang.String s = input.readStringRequireUtf8();
locationType_ = s;
break;
}
case 1058119386: {
java.lang.String s = input.readStringRequireUtf8();
locationStatus_ = s;
break;
}
case 1447641746: {
java.lang.String s = input.readStringRequireUtf8();
locationCapacity_ = s;
break;
}
case -1036438766: {
java.lang.String s = input.readStringRequireUtf8();
locationAddress_ = s;
break;
}
case -533066470: {
java.lang.String s = input.readStringRequireUtf8();
locationConstructionType_ = s;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
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 com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location.class, com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location.Builder.class);
}
public static final int LOCATIONTYPE_FIELD_NUMBER = 106042543;
private volatile java.lang.Object locationType_;
/**
* string LocationType = 106042543;
* @return The locationType.
*/
@java.lang.Override
public java.lang.String getLocationType() {
java.lang.Object ref = locationType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationType_ = s;
return s;
}
}
/**
* string LocationType = 106042543;
* @return The bytes for locationType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationTypeBytes() {
java.lang.Object ref = locationType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONADDRESS_FIELD_NUMBER = 407316066;
private volatile java.lang.Object locationAddress_;
/**
* string LocationAddress = 407316066;
* @return The locationAddress.
*/
@java.lang.Override
public java.lang.String getLocationAddress() {
java.lang.Object ref = locationAddress_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationAddress_ = s;
return s;
}
}
/**
* string LocationAddress = 407316066;
* @return The bytes for locationAddress.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationAddressBytes() {
java.lang.Object ref = locationAddress_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationAddress_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONCOORDINATES_FIELD_NUMBER = 78539035;
private volatile java.lang.Object locationCoordinates_;
/**
* string LocationCoordinates = 78539035;
* @return The locationCoordinates.
*/
@java.lang.Override
public java.lang.String getLocationCoordinates() {
java.lang.Object ref = locationCoordinates_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationCoordinates_ = s;
return s;
}
}
/**
* string LocationCoordinates = 78539035;
* @return The bytes for locationCoordinates.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationCoordinatesBytes() {
java.lang.Object ref = locationCoordinates_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationCoordinates_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONDESCRIPTION_FIELD_NUMBER = 83091687;
private volatile java.lang.Object locationDescription_;
/**
* string LocationDescription = 83091687;
* @return The locationDescription.
*/
@java.lang.Override
public java.lang.String getLocationDescription() {
java.lang.Object ref = locationDescription_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationDescription_ = s;
return s;
}
}
/**
* string LocationDescription = 83091687;
* @return The bytes for locationDescription.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationDescriptionBytes() {
java.lang.Object ref = locationDescription_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONCONSTRUCTIONTYPE_FIELD_NUMBER = 470237603;
private volatile java.lang.Object locationConstructionType_;
/**
* string LocationConstructionType = 470237603;
* @return The locationConstructionType.
*/
@java.lang.Override
public java.lang.String getLocationConstructionType() {
java.lang.Object ref = locationConstructionType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationConstructionType_ = s;
return s;
}
}
/**
* string LocationConstructionType = 470237603;
* @return The bytes for locationConstructionType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationConstructionTypeBytes() {
java.lang.Object ref = locationConstructionType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationConstructionType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONCAPACITY_FIELD_NUMBER = 180955218;
private volatile java.lang.Object locationCapacity_;
/**
* string LocationCapacity = 180955218;
* @return The locationCapacity.
*/
@java.lang.Override
public java.lang.String getLocationCapacity() {
java.lang.Object ref = locationCapacity_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationCapacity_ = s;
return s;
}
}
/**
* string LocationCapacity = 180955218;
* @return The bytes for locationCapacity.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationCapacityBytes() {
java.lang.Object ref = locationCapacity_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationCapacity_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONSTATUS_FIELD_NUMBER = 132264923;
private volatile java.lang.Object locationStatus_;
/**
* string LocationStatus = 132264923;
* @return The locationStatus.
*/
@java.lang.Override
public java.lang.String getLocationStatus() {
java.lang.Object ref = locationStatus_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationStatus_ = s;
return s;
}
}
/**
* string LocationStatus = 132264923;
* @return The bytes for locationStatus.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationStatusBytes() {
java.lang.Object ref = locationStatus_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationStatus_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATIONNEIGHBORHOODTYPE_FIELD_NUMBER = 46812837;
private volatile java.lang.Object locationNeighborhoodType_;
/**
* string LocationNeighborhoodType = 46812837;
* @return The locationNeighborhoodType.
*/
@java.lang.Override
public java.lang.String getLocationNeighborhoodType() {
java.lang.Object ref = locationNeighborhoodType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationNeighborhoodType_ = s;
return s;
}
}
/**
* string LocationNeighborhoodType = 46812837;
* @return The bytes for locationNeighborhoodType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationNeighborhoodTypeBytes() {
java.lang.Object ref = locationNeighborhoodType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationNeighborhoodType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationNeighborhoodType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 46812837, locationNeighborhoodType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationCoordinates_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 78539035, locationCoordinates_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationDescription_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 83091687, locationDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 106042543, locationType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationStatus_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 132264923, locationStatus_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationCapacity_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 180955218, locationCapacity_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationAddress_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 407316066, locationAddress_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationConstructionType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 470237603, locationConstructionType_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationNeighborhoodType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(46812837, locationNeighborhoodType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationCoordinates_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(78539035, locationCoordinates_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationDescription_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(83091687, locationDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(106042543, locationType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationStatus_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(132264923, locationStatus_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationCapacity_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(180955218, locationCapacity_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationAddress_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(407316066, locationAddress_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationConstructionType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(470237603, locationConstructionType_);
}
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 com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location)) {
return super.equals(obj);
}
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location other = (com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location) obj;
if (!getLocationType()
.equals(other.getLocationType())) return false;
if (!getLocationAddress()
.equals(other.getLocationAddress())) return false;
if (!getLocationCoordinates()
.equals(other.getLocationCoordinates())) return false;
if (!getLocationDescription()
.equals(other.getLocationDescription())) return false;
if (!getLocationConstructionType()
.equals(other.getLocationConstructionType())) return false;
if (!getLocationCapacity()
.equals(other.getLocationCapacity())) return false;
if (!getLocationStatus()
.equals(other.getLocationStatus())) return false;
if (!getLocationNeighborhoodType()
.equals(other.getLocationNeighborhoodType())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + LOCATIONTYPE_FIELD_NUMBER;
hash = (53 * hash) + getLocationType().hashCode();
hash = (37 * hash) + LOCATIONADDRESS_FIELD_NUMBER;
hash = (53 * hash) + getLocationAddress().hashCode();
hash = (37 * hash) + LOCATIONCOORDINATES_FIELD_NUMBER;
hash = (53 * hash) + getLocationCoordinates().hashCode();
hash = (37 * hash) + LOCATIONDESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getLocationDescription().hashCode();
hash = (37 * hash) + LOCATIONCONSTRUCTIONTYPE_FIELD_NUMBER;
hash = (53 * hash) + getLocationConstructionType().hashCode();
hash = (37 * hash) + LOCATIONCAPACITY_FIELD_NUMBER;
hash = (53 * hash) + getLocationCapacity().hashCode();
hash = (37 * hash) + LOCATIONSTATUS_FIELD_NUMBER;
hash = (53 * hash) + getLocationStatus().hashCode();
hash = (37 * hash) + LOCATIONNEIGHBORHOODTYPE_FIELD_NUMBER;
hash = (53 * hash) + getLocationNeighborhoodType().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.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 com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.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 com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.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);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
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;
}
/**
* Protobuf type {@code com.redhat.mercury.locationdatamanagement.v10.Location}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.locationdatamanagement.v10.Location)
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.LocationOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location.class, com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location.Builder.class);
}
// Construct using com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.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) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
locationType_ = "";
locationAddress_ = "";
locationCoordinates_ = "";
locationDescription_ = "";
locationConstructionType_ = "";
locationCapacity_ = "";
locationStatus_ = "";
locationNeighborhoodType_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_descriptor;
}
@java.lang.Override
public com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location getDefaultInstanceForType() {
return com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location build() {
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location buildPartial() {
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location result = new com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location(this);
result.locationType_ = locationType_;
result.locationAddress_ = locationAddress_;
result.locationCoordinates_ = locationCoordinates_;
result.locationDescription_ = locationDescription_;
result.locationConstructionType_ = locationConstructionType_;
result.locationCapacity_ = locationCapacity_;
result.locationStatus_ = locationStatus_;
result.locationNeighborhoodType_ = locationNeighborhoodType_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location) {
return mergeFrom((com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location other) {
if (other == com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location.getDefaultInstance()) return this;
if (!other.getLocationType().isEmpty()) {
locationType_ = other.locationType_;
onChanged();
}
if (!other.getLocationAddress().isEmpty()) {
locationAddress_ = other.locationAddress_;
onChanged();
}
if (!other.getLocationCoordinates().isEmpty()) {
locationCoordinates_ = other.locationCoordinates_;
onChanged();
}
if (!other.getLocationDescription().isEmpty()) {
locationDescription_ = other.locationDescription_;
onChanged();
}
if (!other.getLocationConstructionType().isEmpty()) {
locationConstructionType_ = other.locationConstructionType_;
onChanged();
}
if (!other.getLocationCapacity().isEmpty()) {
locationCapacity_ = other.locationCapacity_;
onChanged();
}
if (!other.getLocationStatus().isEmpty()) {
locationStatus_ = other.locationStatus_;
onChanged();
}
if (!other.getLocationNeighborhoodType().isEmpty()) {
locationNeighborhoodType_ = other.locationNeighborhoodType_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object locationType_ = "";
/**
* string LocationType = 106042543;
* @return The locationType.
*/
public java.lang.String getLocationType() {
java.lang.Object ref = locationType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationType = 106042543;
* @return The bytes for locationType.
*/
public com.google.protobuf.ByteString
getLocationTypeBytes() {
java.lang.Object ref = locationType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationType = 106042543;
* @param value The locationType to set.
* @return This builder for chaining.
*/
public Builder setLocationType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationType_ = value;
onChanged();
return this;
}
/**
* string LocationType = 106042543;
* @return This builder for chaining.
*/
public Builder clearLocationType() {
locationType_ = getDefaultInstance().getLocationType();
onChanged();
return this;
}
/**
* string LocationType = 106042543;
* @param value The bytes for locationType to set.
* @return This builder for chaining.
*/
public Builder setLocationTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationType_ = value;
onChanged();
return this;
}
private java.lang.Object locationAddress_ = "";
/**
* string LocationAddress = 407316066;
* @return The locationAddress.
*/
public java.lang.String getLocationAddress() {
java.lang.Object ref = locationAddress_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationAddress_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationAddress = 407316066;
* @return The bytes for locationAddress.
*/
public com.google.protobuf.ByteString
getLocationAddressBytes() {
java.lang.Object ref = locationAddress_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationAddress_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationAddress = 407316066;
* @param value The locationAddress to set.
* @return This builder for chaining.
*/
public Builder setLocationAddress(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationAddress_ = value;
onChanged();
return this;
}
/**
* string LocationAddress = 407316066;
* @return This builder for chaining.
*/
public Builder clearLocationAddress() {
locationAddress_ = getDefaultInstance().getLocationAddress();
onChanged();
return this;
}
/**
* string LocationAddress = 407316066;
* @param value The bytes for locationAddress to set.
* @return This builder for chaining.
*/
public Builder setLocationAddressBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationAddress_ = value;
onChanged();
return this;
}
private java.lang.Object locationCoordinates_ = "";
/**
* string LocationCoordinates = 78539035;
* @return The locationCoordinates.
*/
public java.lang.String getLocationCoordinates() {
java.lang.Object ref = locationCoordinates_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationCoordinates_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationCoordinates = 78539035;
* @return The bytes for locationCoordinates.
*/
public com.google.protobuf.ByteString
getLocationCoordinatesBytes() {
java.lang.Object ref = locationCoordinates_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationCoordinates_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationCoordinates = 78539035;
* @param value The locationCoordinates to set.
* @return This builder for chaining.
*/
public Builder setLocationCoordinates(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationCoordinates_ = value;
onChanged();
return this;
}
/**
* string LocationCoordinates = 78539035;
* @return This builder for chaining.
*/
public Builder clearLocationCoordinates() {
locationCoordinates_ = getDefaultInstance().getLocationCoordinates();
onChanged();
return this;
}
/**
* string LocationCoordinates = 78539035;
* @param value The bytes for locationCoordinates to set.
* @return This builder for chaining.
*/
public Builder setLocationCoordinatesBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationCoordinates_ = value;
onChanged();
return this;
}
private java.lang.Object locationDescription_ = "";
/**
* string LocationDescription = 83091687;
* @return The locationDescription.
*/
public java.lang.String getLocationDescription() {
java.lang.Object ref = locationDescription_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationDescription_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationDescription = 83091687;
* @return The bytes for locationDescription.
*/
public com.google.protobuf.ByteString
getLocationDescriptionBytes() {
java.lang.Object ref = locationDescription_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationDescription = 83091687;
* @param value The locationDescription to set.
* @return This builder for chaining.
*/
public Builder setLocationDescription(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationDescription_ = value;
onChanged();
return this;
}
/**
* string LocationDescription = 83091687;
* @return This builder for chaining.
*/
public Builder clearLocationDescription() {
locationDescription_ = getDefaultInstance().getLocationDescription();
onChanged();
return this;
}
/**
* string LocationDescription = 83091687;
* @param value The bytes for locationDescription to set.
* @return This builder for chaining.
*/
public Builder setLocationDescriptionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationDescription_ = value;
onChanged();
return this;
}
private java.lang.Object locationConstructionType_ = "";
/**
* string LocationConstructionType = 470237603;
* @return The locationConstructionType.
*/
public java.lang.String getLocationConstructionType() {
java.lang.Object ref = locationConstructionType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationConstructionType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationConstructionType = 470237603;
* @return The bytes for locationConstructionType.
*/
public com.google.protobuf.ByteString
getLocationConstructionTypeBytes() {
java.lang.Object ref = locationConstructionType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationConstructionType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationConstructionType = 470237603;
* @param value The locationConstructionType to set.
* @return This builder for chaining.
*/
public Builder setLocationConstructionType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationConstructionType_ = value;
onChanged();
return this;
}
/**
* string LocationConstructionType = 470237603;
* @return This builder for chaining.
*/
public Builder clearLocationConstructionType() {
locationConstructionType_ = getDefaultInstance().getLocationConstructionType();
onChanged();
return this;
}
/**
* string LocationConstructionType = 470237603;
* @param value The bytes for locationConstructionType to set.
* @return This builder for chaining.
*/
public Builder setLocationConstructionTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationConstructionType_ = value;
onChanged();
return this;
}
private java.lang.Object locationCapacity_ = "";
/**
* string LocationCapacity = 180955218;
* @return The locationCapacity.
*/
public java.lang.String getLocationCapacity() {
java.lang.Object ref = locationCapacity_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationCapacity_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationCapacity = 180955218;
* @return The bytes for locationCapacity.
*/
public com.google.protobuf.ByteString
getLocationCapacityBytes() {
java.lang.Object ref = locationCapacity_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationCapacity_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationCapacity = 180955218;
* @param value The locationCapacity to set.
* @return This builder for chaining.
*/
public Builder setLocationCapacity(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationCapacity_ = value;
onChanged();
return this;
}
/**
* string LocationCapacity = 180955218;
* @return This builder for chaining.
*/
public Builder clearLocationCapacity() {
locationCapacity_ = getDefaultInstance().getLocationCapacity();
onChanged();
return this;
}
/**
* string LocationCapacity = 180955218;
* @param value The bytes for locationCapacity to set.
* @return This builder for chaining.
*/
public Builder setLocationCapacityBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationCapacity_ = value;
onChanged();
return this;
}
private java.lang.Object locationStatus_ = "";
/**
* string LocationStatus = 132264923;
* @return The locationStatus.
*/
public java.lang.String getLocationStatus() {
java.lang.Object ref = locationStatus_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationStatus_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationStatus = 132264923;
* @return The bytes for locationStatus.
*/
public com.google.protobuf.ByteString
getLocationStatusBytes() {
java.lang.Object ref = locationStatus_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationStatus_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationStatus = 132264923;
* @param value The locationStatus to set.
* @return This builder for chaining.
*/
public Builder setLocationStatus(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationStatus_ = value;
onChanged();
return this;
}
/**
* string LocationStatus = 132264923;
* @return This builder for chaining.
*/
public Builder clearLocationStatus() {
locationStatus_ = getDefaultInstance().getLocationStatus();
onChanged();
return this;
}
/**
* string LocationStatus = 132264923;
* @param value The bytes for locationStatus to set.
* @return This builder for chaining.
*/
public Builder setLocationStatusBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationStatus_ = value;
onChanged();
return this;
}
private java.lang.Object locationNeighborhoodType_ = "";
/**
* string LocationNeighborhoodType = 46812837;
* @return The locationNeighborhoodType.
*/
public java.lang.String getLocationNeighborhoodType() {
java.lang.Object ref = locationNeighborhoodType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
locationNeighborhoodType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string LocationNeighborhoodType = 46812837;
* @return The bytes for locationNeighborhoodType.
*/
public com.google.protobuf.ByteString
getLocationNeighborhoodTypeBytes() {
java.lang.Object ref = locationNeighborhoodType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
locationNeighborhoodType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string LocationNeighborhoodType = 46812837;
* @param value The locationNeighborhoodType to set.
* @return This builder for chaining.
*/
public Builder setLocationNeighborhoodType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
locationNeighborhoodType_ = value;
onChanged();
return this;
}
/**
* string LocationNeighborhoodType = 46812837;
* @return This builder for chaining.
*/
public Builder clearLocationNeighborhoodType() {
locationNeighborhoodType_ = getDefaultInstance().getLocationNeighborhoodType();
onChanged();
return this;
}
/**
* string LocationNeighborhoodType = 46812837;
* @param value The bytes for locationNeighborhoodType to set.
* @return This builder for chaining.
*/
public Builder setLocationNeighborhoodTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
locationNeighborhoodType_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:com.redhat.mercury.locationdatamanagement.v10.Location)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.locationdatamanagement.v10.Location)
private static final com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location();
}
public static com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
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;
}
@java.lang.Override
public com.redhat.mercury.locationdatamanagement.v10.LocationOuterClass.Location getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\030v10/model/location.proto\022-com.redhat.m" +
"ercury.locationdatamanagement.v10\"\203\002\n\010Lo" +
"cation\022\027\n\014LocationType\030\257\251\3102 \001(\t\022\033\n\017Locat" +
"ionAddress\030\342\314\234\302\001 \001(\t\022\036\n\023LocationCoordina" +
"tes\030\233\322\271% \001(\t\022\036\n\023LocationDescription\030\347\301\317\'" +
" \001(\t\022$\n\030LocationConstructionType\030\243\203\235\340\001 \001" +
"(\t\022\033\n\020LocationCapacity\030\322\320\244V \001(\t\022\031\n\016Locat" +
"ionStatus\030\333\347\210? \001(\t\022#\n\030LocationNeighborho" +
"odType\030\245\235\251\026 \001(\tb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_locationdatamanagement_v10_Location_descriptor,
new java.lang.String[] { "LocationType", "LocationAddress", "LocationCoordinates", "LocationDescription", "LocationConstructionType", "LocationCapacity", "LocationStatus", "LocationNeighborhoodType", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy