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

com.zepben.protobuf.cc.GetCustomersForContainerResponseOrBuilder 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 interface GetCustomersForContainerResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cc.GetCustomersForContainerResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 messageId = 1;
   * @return The messageId.
   */
  long getMessageId();

  /**
   * repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
   */
  java.util.List 
      getIdentifiedObjectsList();
  /**
   * repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
   */
  com.zepben.protobuf.cc.CustomerIdentifiedObject getIdentifiedObjects(int index);
  /**
   * repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
   */
  int getIdentifiedObjectsCount();
  /**
   * repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
   */
  java.util.List 
      getIdentifiedObjectsOrBuilderList();
  /**
   * repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
   */
  com.zepben.protobuf.cc.CustomerIdentifiedObjectOrBuilder getIdentifiedObjectsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy