io.etcd.jetcd.api.AuthUserAddRequestOrBuilder 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 AuthUserAddRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.AuthUserAddRequest)
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 password = 2;
* @return The password.
*/
java.lang.String getPassword();
/**
* string password = 2;
* @return The bytes for password.
*/
com.google.protobuf.ByteString
getPasswordBytes();
}