![JAR search and dependency download from the Maven repository](/logo.png)
io.helidon.config.etcd.internal.client.proto.AuthUserGrantRoleRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helidon-config-etcd Show documentation
Show all versions of helidon-config-etcd Show documentation
etcd config source implementation.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rpc.proto
// Protobuf Java Version: 3.25.5
package io.helidon.config.etcd.internal.client.proto;
public interface AuthUserGrantRoleRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.AuthUserGrantRoleRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* user is the name of the user which should be granted a given role.
*
*
* string user = 1;
* @return The user.
*/
java.lang.String getUser();
/**
*
* user is the name of the user which should be granted a given role.
*
*
* string user = 1;
* @return The bytes for user.
*/
com.google.protobuf.ByteString
getUserBytes();
/**
*
* role is the name of the role to grant to the user.
*
*
* string role = 2;
* @return The role.
*/
java.lang.String getRole();
/**
*
* role is the name of the role to grant to the user.
*
*
* string role = 2;
* @return The bytes for role.
*/
com.google.protobuf.ByteString
getRoleBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy