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

io.opencannabis.schema.proximity.BluetoothBeaconOrBuilder Maven / Gradle / Ivy

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: proximity/BluetoothBeacon.proto

package io.opencannabis.schema.proximity;

public interface BluetoothBeaconOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencannabis.proximity.BluetoothBeacon)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * UUID for the device, as observed or broadcasted.
   * 
* * string uuid = 1; */ java.lang.String getUuid(); /** *
   * UUID for the device, as observed or broadcasted.
   * 
* * string uuid = 1; */ com.google.protobuf.ByteString getUuidBytes(); /** *
   * 'Major' value in the BLE signal.
   * 
* * uint32 major = 2; */ int getMajor(); /** *
   * 'Minor' value in the BLE signal.
   * 
* * uint32 minor = 3; */ int getMinor(); /** *
   * Timestamp for when this beacon was witnessed.
   * 
* * .opencannabis.temporal.Instant seen = 4; */ boolean hasSeen(); /** *
   * Timestamp for when this beacon was witnessed.
   * 
* * .opencannabis.temporal.Instant seen = 4; */ io.opencannabis.schema.temporal.TemporalInstant.Instant getSeen(); /** *
   * Timestamp for when this beacon was witnessed.
   * 
* * .opencannabis.temporal.Instant seen = 4; */ io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getSeenOrBuilder(); /** *
   * Location of the emitting or reporting (receiving) beacon.
   * 
* * .opencannabis.geo.Location location = 5; */ boolean hasLocation(); /** *
   * Location of the emitting or reporting (receiving) beacon.
   * 
* * .opencannabis.geo.Location location = 5; */ io.opencannabis.schema.geo.Location getLocation(); /** *
   * Location of the emitting or reporting (receiving) beacon.
   * 
* * .opencannabis.geo.Location location = 5; */ io.opencannabis.schema.geo.LocationOrBuilder getLocationOrBuilder(); /** *
   * Estimate as to the distance accuracy of this beacon.
   * 
* * .opencannabis.geo.LocationAccuracy accuracy = 6; */ boolean hasAccuracy(); /** *
   * Estimate as to the distance accuracy of this beacon.
   * 
* * .opencannabis.geo.LocationAccuracy accuracy = 6; */ io.opencannabis.schema.geo.LocationAccuracy getAccuracy(); /** *
   * Estimate as to the distance accuracy of this beacon.
   * 
* * .opencannabis.geo.LocationAccuracy accuracy = 6; */ io.opencannabis.schema.geo.LocationAccuracyOrBuilder getAccuracyOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy