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

main.java.com.streamlayer.users.admin.CreateRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/users/admin/admin_users.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.users.admin;

public interface CreateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.users.admin.CreateRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string username = 1 [json_name = "username"];
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 1 [json_name = "username"];
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * string password = 2 [json_name = "password"];
   * @return The password.
   */
  java.lang.String getPassword();
  /**
   * string password = 2 [json_name = "password"];
   * @return The bytes for password.
   */
  com.google.protobuf.ByteString
      getPasswordBytes();

  /**
   * string alias = 3 [json_name = "alias"];
   * @return The alias.
   */
  java.lang.String getAlias();
  /**
   * string alias = 3 [json_name = "alias"];
   * @return The bytes for alias.
   */
  com.google.protobuf.ByteString
      getAliasBytes();

  /**
   * bool activate = 4 [json_name = "activate"];
   * @return The activate.
   */
  boolean getActivate();

  /**
   * .streamlayer.users.UserMetadata metadata = 5 [json_name = "metadata"];
   * @return Whether the metadata field is set.
   */
  boolean hasMetadata();
  /**
   * .streamlayer.users.UserMetadata metadata = 5 [json_name = "metadata"];
   * @return The metadata.
   */
  com.streamlayer.users.UserMetadata getMetadata();

  /**
   * 
   * Create a user with generated data, like phone number and password
   * 
* * bool random = 6 [json_name = "random"]; * @return The random. */ boolean getRandom(); /** *
   * Mark a random user for load test, use with random flag
   * 
* * bool load_test = 7 [json_name = "loadTest"]; * @return The loadTest. */ boolean getLoadTest(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy