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

io.opencannabis.schema.inventory.InventoryLocationOuterClass Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2018, Momentum Ideas, Co. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual
 * property of Momentum Ideas Co., a Delaware Corporation. Use of this
 * code in source form requires permission in writing before use or the
 * assembly, distribution, or publishing of derivative works, for commercial
 * purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: inventory/InventoryLocation.proto

package io.opencannabis.schema.inventory;

public final class InventoryLocationOuterClass {
  private InventoryLocationOuterClass() {}
  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_inventory_InventoryLocationKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_opencannabis_inventory_InventoryLocationKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_opencannabis_inventory_InventoryLocation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_opencannabis_inventory_InventoryLocation_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_opencannabis_inventory_InventoryBinding_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_opencannabis_inventory_InventoryBinding_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!inventory/InventoryLocation.proto\022\026ope" +
      "ncannabis.inventory\032\024core/Datamodel.prot" +
      "o\032\031contact/ContactInfo.proto\032\031partner/Lo" +
      "cationKey.proto\032 inventory/InventoryProd" +
      "uct.proto\"O\n\024InventoryLocationKey\022\024\n\004uui" +
      "d\030\001 \001(\tB\006\302\265\003\002\010\002\022\017\n\007partner\030\002 \001(\t\022\020\n\010loca" +
      "tion\030\003 \001(\t\"\325\001\n\021InventoryLocation\022A\n\003key\030" +
      "\001 \001(\0132,.opencannabis.inventory.Inventory" +
      "LocationKeyB\006\302\265\003\002\010\001\022;\n\004type\030\002 \001(\0162-.open" +
      "cannabis.inventory.InventoryLocationType" +
      "\022\014\n\004name\030\003 \001(\t\0222\n\007contact\030\004 \001(\0132!.openca" +
      "nnabis.contact.ContactInfo\"\211\001\n\020Inventory" +
      "Binding\022=\n\007held_by\030\001 \001(\0132,.opencannabis." +
      "inventory.InventoryLocationKey\0226\n\004item\030\002" +
      " \001(\0132(.opencannabis.inventory.InventoryP" +
      "roduct*B\n\025InventoryLocationType\022\n\n\006RETAI" +
      "L\020\000\022\r\n\tWAREHOUSE\020\001\022\016\n\nPRODUCTION\020\002B,\n io" +
      ".opencannabis.schema.inventoryH\001P\001\242\002\003OCS" +
      "b\006proto3"
    };
    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[] {
          core.Datamodel.getDescriptor(),
          io.opencannabis.schema.contact.GenericContact.getDescriptor(),
          io.bloombox.schema.partner.LocationAccountKey.getDescriptor(),
          io.opencannabis.schema.inventory.InventoryProductOuterClass.getDescriptor(),
        }, assigner);
    internal_static_opencannabis_inventory_InventoryLocationKey_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_opencannabis_inventory_InventoryLocationKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_opencannabis_inventory_InventoryLocationKey_descriptor,
        new java.lang.String[] { "Uuid", "Partner", "Location", });
    internal_static_opencannabis_inventory_InventoryLocation_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_opencannabis_inventory_InventoryLocation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_opencannabis_inventory_InventoryLocation_descriptor,
        new java.lang.String[] { "Key", "Type", "Name", "Contact", });
    internal_static_opencannabis_inventory_InventoryBinding_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_opencannabis_inventory_InventoryBinding_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_opencannabis_inventory_InventoryBinding_descriptor,
        new java.lang.String[] { "HeldBy", "Item", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(core.Datamodel.field);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    core.Datamodel.getDescriptor();
    io.opencannabis.schema.contact.GenericContact.getDescriptor();
    io.bloombox.schema.partner.LocationAccountKey.getDescriptor();
    io.opencannabis.schema.inventory.InventoryProductOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy