![JAR search and dependency download from the Maven repository](/logo.png)
io.etcd.jetcd.api.PermissionOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: auth.proto
// Protobuf Java Version: 3.25.1
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy