com.ibm.etcd.api.PermissionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etcd-java Show documentation
Show all versions of etcd-java Show documentation
etcd3 java client and utilities
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: auth.proto
package com.ibm.etcd.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.
*/
com.ibm.etcd.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();
}