grpc.global_admin._AddMemberRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: global_admin.proto
package grpc.global_admin;
public interface _AddMemberRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._AddMemberRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string user_name = 1;
* @return The userName.
*/
java.lang.String getUserName();
/**
* string user_name = 1;
* @return The bytes for userName.
*/
com.google.protobuf.ByteString
getUserNameBytes();
}