All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.etcd.jetcd.api.AuthUserGrantRoleRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

// Protobuf Java Version: 3.25.1
package io.etcd.jetcd.api;

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 - 2024 Weber Informatics LLC | Privacy Policy