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

com.zepben.protobuf.cc.GetCustomersForContainerRequestOrBuilder 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-requests.proto

package com.zepben.protobuf.cc;

public interface GetCustomersForContainerRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cc.GetCustomersForContainerRequest)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * repeated string mrids = 2;
   * @return A list containing the mrids.
   */
  java.util.List
      getMridsList();
  /**
   * repeated string mrids = 2;
   * @return The count of mrids.
   */
  int getMridsCount();
  /**
   * repeated string mrids = 2;
   * @param index The index of the element to return.
   * @return The mrids at the given index.
   */
  java.lang.String getMrids(int index);
  /**
   * repeated string mrids = 2;
   * @param index The index of the value to return.
   * @return The bytes of the mrids at the given index.
   */
  com.google.protobuf.ByteString
      getMridsBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy