io.etcd.jetcd.api.PermissionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: auth.proto
package io.etcd.jetcd.api;
public interface PermissionOrBuilder extends
// @@protoc_insertion_point(interface_extends:authpb.Permission)
com.google.protobuf.MessageOrBuilder {
/**
* .authpb.Permission.Type permType = 1;
* @return The enum numeric value on the wire for permType.
*/
int getPermTypeValue();
/**
* .authpb.Permission.Type permType = 1;
* @return The permType.
*/
io.etcd.jetcd.api.Permission.Type getPermType();
/**
* bytes key = 2;
* @return The key.
*/
com.google.protobuf.ByteString getKey();
/**
* bytes range_end = 3;
* @return The rangeEnd.
*/
com.google.protobuf.ByteString getRangeEnd();
}