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

io.helidon.config.etcd.internal.client.proto.AuthUserGrantRoleRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

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