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

cz.proto.ObjectIdentifierListOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: object_identifier.proto

package cz.proto;

public interface ObjectIdentifierListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.ObjectIdentifierList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.ObjectIdentifier identifiers = 1;
   */
  java.util.List 
      getIdentifiersList();
  /**
   * repeated .cz.proto.ObjectIdentifier identifiers = 1;
   */
  cz.proto.ObjectIdentifier getIdentifiers(int index);
  /**
   * repeated .cz.proto.ObjectIdentifier identifiers = 1;
   */
  int getIdentifiersCount();
  /**
   * repeated .cz.proto.ObjectIdentifier identifiers = 1;
   */
  java.util.List 
      getIdentifiersOrBuilderList();
  /**
   * repeated .cz.proto.ObjectIdentifier identifiers = 1;
   */
  cz.proto.ObjectIdentifierOrBuilder getIdentifiersOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy