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

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

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

package io.helidon.config.etcd.internal.client.proto;

public interface UserOrBuilder extends
    // @@protoc_insertion_point(interface_extends:authpb.User)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes name = 1;
   */
  com.google.protobuf.ByteString getName();

  /**
   * bytes password = 2;
   */
  com.google.protobuf.ByteString getPassword();

  /**
   * repeated string roles = 3;
   */
  java.util.List
      getRolesList();
  /**
   * repeated string roles = 3;
   */
  int getRolesCount();
  /**
   * repeated string roles = 3;
   */
  java.lang.String getRoles(int index);
  /**
   * repeated string roles = 3;
   */
  com.google.protobuf.ByteString
      getRolesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy