io.daos.obj.attr.DaosEcAttrOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DaosObjectAttribute.proto
package io.daos.obj.attr;
public interface DaosEcAttrOrBuilder extends
// @@protoc_insertion_point(interface_extends:objattr.DaosEcAttr)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 e_k = 1;
* @return The eK.
*/
int getEK();
/**
* uint32 e_p = 2;
* @return The eP.
*/
int getEP();
/**
* uint32 e_len = 3;
* @return The eLen.
*/
int getELen();
}