com.ibm.etcd.api.RoleOrBuilder 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 RoleOrBuilder extends
// @@protoc_insertion_point(interface_extends:authpb.Role)
com.google.protobuf.MessageOrBuilder {
/**
* bytes name = 1;
* @return The name.
*/
com.google.protobuf.ByteString getName();
/**
* repeated .authpb.Permission keyPermission = 2;
*/
java.util.List
getKeyPermissionList();
/**
* repeated .authpb.Permission keyPermission = 2;
*/
com.ibm.etcd.api.Permission getKeyPermission(int index);
/**
* repeated .authpb.Permission keyPermission = 2;
*/
int getKeyPermissionCount();
/**
* repeated .authpb.Permission keyPermission = 2;
*/
java.util.List extends com.ibm.etcd.api.PermissionOrBuilder>
getKeyPermissionOrBuilderList();
/**
* repeated .authpb.Permission keyPermission = 2;
*/
com.ibm.etcd.api.PermissionOrBuilder getKeyPermissionOrBuilder(
int index);
}