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

com.zepben.protobuf.cc.CcResponses Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/cc/cc-responses.proto

package com.zepben.protobuf.cc;

public final class CcResponses {
  private CcResponses() {}
  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_zepben_protobuf_cc_GetIdentifiedObjectsResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_zepben_protobuf_cc_GetIdentifiedObjectsResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_zepben_protobuf_cc_GetCustomersForContainerResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_zepben_protobuf_cc_GetCustomersForContainerResponse_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%zepben/protobuf/cc/cc-responses.proto\022" +
      "\022zepben.protobuf.cc\032 zepben/protobuf/cc/" +
      "cc-data.proto\"z\n\034GetIdentifiedObjectsRes" +
      "ponse\022\021\n\tmessageId\030\001 \001(\003\022G\n\021identifiedOb" +
      "jects\030\002 \003(\0132,.zepben.protobuf.cc.Custome" +
      "rIdentifiedObject\"~\n GetCustomersForCont" +
      "ainerResponse\022\021\n\tmessageId\030\001 \001(\003\022G\n\021iden" +
      "tifiedObjects\030\002 \003(\0132,.zepben.protobuf.cc" +
      ".CustomerIdentifiedObjectB/\n\026com.zepben." +
      "protobuf.ccP\001\252\002\022Zepben.Protobuf.CCb\006prot" +
      "o3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.zepben.protobuf.cc.CcData.getDescriptor(),
        });
    internal_static_zepben_protobuf_cc_GetIdentifiedObjectsResponse_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_zepben_protobuf_cc_GetIdentifiedObjectsResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_zepben_protobuf_cc_GetIdentifiedObjectsResponse_descriptor,
        new java.lang.String[] { "MessageId", "IdentifiedObjects", });
    internal_static_zepben_protobuf_cc_GetCustomersForContainerResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_zepben_protobuf_cc_GetCustomersForContainerResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_zepben_protobuf_cc_GetCustomersForContainerResponse_descriptor,
        new java.lang.String[] { "MessageId", "IdentifiedObjects", });
    com.zepben.protobuf.cc.CcData.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy