com.ibm.etcd.api.AuthRoleRevokePermissionRequestOrBuilder 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: rpc.proto
package com.ibm.etcd.api;
public interface AuthRoleRevokePermissionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.AuthRoleRevokePermissionRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string role = 1;
*/
java.lang.String getRole();
/**
* string role = 1;
*/
com.google.protobuf.ByteString
getRoleBytes();
/**
* string key = 2;
*/
java.lang.String getKey();
/**
* string key = 2;
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* string range_end = 3;
*/
java.lang.String getRangeEnd();
/**
* string range_end = 3;
*/
com.google.protobuf.ByteString
getRangeEndBytes();
}