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

io.daos.obj.attr.DaosObjectAttributeOrBuilder Maven / Gradle / Ivy

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

package io.daos.obj.attr;

public interface DaosObjectAttributeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:objattr.DaosObjectAttribute)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 oa_rank = 1;
   * @return The oaRank.
   */
  int getOaRank();

  /**
   * .objattr.DaosOclassAttr oa_oa = 2;
   * @return Whether the oaOa field is set.
   */
  boolean hasOaOa();
  /**
   * .objattr.DaosOclassAttr oa_oa = 2;
   * @return The oaOa.
   */
  DaosOclassAttr getOaOa();
  /**
   * .objattr.DaosOclassAttr oa_oa = 2;
   */
  DaosOclassAttrOrBuilder getOaOaOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy