
io.opencannabis.schema.geo.DistanceOuterClass 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: geo/Distance.proto
package io.opencannabis.schema.geo;
public final class DistanceOuterClass {
private DistanceOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_opencannabis_geo_LocationAccuracy_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_opencannabis_geo_LocationAccuracy_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_opencannabis_geo_DistanceValue_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_opencannabis_geo_DistanceValue_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_opencannabis_geo_Distance_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_opencannabis_geo_Distance_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\022geo/Distance.proto\022\020opencannabis.geo\032\016" +
"bq_field.proto\"\276\001\n\020LocationAccuracy\022K\n\010e" +
"stimate\030\001 \001(\010B9\212@6Specifies whether this" +
" accuracy rating is an estimate.\022]\n\005valu" +
"e\030\002 \001(\0132\037.opencannabis.geo.DistanceValue" +
"B-\212@*Distance value for the accuracy spe" +
"cified.\"\251\001\n\rDistanceValue\022n\n\004unit\030\001 \001(\0162" +
"\036.opencannabis.geo.DistanceUnitB@\212@=Spec" +
"ifies the unit of measurement employed f" +
"or this distance.\022(\n\005value\030\003 \001(\001B\031\212@\026Act" +
"ual distance value.\"\257\002\n\010Distance\022D\n\010esti" +
"mate\030\001 \001(\010B2\212@/Specifies whether this di" +
"stance is an estimate.\022{\n\010accuracy\030\002 \001(\013" +
"2\".opencannabis.geo.LocationAccuracyBE\212@" +
"BSpecifies the accuracy estimate for the" +
" distance values, if known.\022`\n\004unit\030\003 \001(" +
"\0162\036.opencannabis.geo.DistanceUnitB2\212@/Sp" +
"ecifies whether this distance is an esti" +
"mate.*m\n\014DistanceUnit\022\n\n\006METERS\020\000\022\n\n\006INC" +
"HES\020\001\022\010\n\004FEET\020\002\022\017\n\013MILLIMETERS\020\003\022\017\n\013CENT" +
"IMETERS\020\004\022\016\n\nKILOMETERS\020\005\022\t\n\005MILES\020\006B&\n\032" +
"io.opencannabis.schema.geoH\001P\001\242\002\003OCSb\006pr" +
"oto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
gen_bq_schema.BqField.getDescriptor(),
}, assigner);
internal_static_opencannabis_geo_LocationAccuracy_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_opencannabis_geo_LocationAccuracy_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_opencannabis_geo_LocationAccuracy_descriptor,
new java.lang.String[] { "Estimate", "Value", });
internal_static_opencannabis_geo_DistanceValue_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_opencannabis_geo_DistanceValue_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_opencannabis_geo_DistanceValue_descriptor,
new java.lang.String[] { "Unit", "Value", });
internal_static_opencannabis_geo_Distance_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_opencannabis_geo_Distance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_opencannabis_geo_Distance_descriptor,
new java.lang.String[] { "Estimate", "Accuracy", "Unit", });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(gen_bq_schema.BqField.description);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
gen_bq_schema.BqField.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy