com.ibm.etcd.api.AuthUserRevokeRoleRequestOrBuilder 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 AuthUserRevokeRoleRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.AuthUserRevokeRoleRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string role = 2;
* @return The role.
*/
java.lang.String getRole();
/**
* string role = 2;
* @return The bytes for role.
*/
com.google.protobuf.ByteString
getRoleBytes();
}