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

org.yamcs.protobuf.CreateUserRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/iam/iam.proto

package org.yamcs.protobuf;

public interface CreateUserRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.CreateUserRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Username
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Username
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Username
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return Whether the displayName field is set. */ boolean hasDisplayName(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * Email address
   * 
* * optional string email = 3; * @return Whether the email field is set. */ boolean hasEmail(); /** *
   * Email address
   * 
* * optional string email = 3; * @return The email. */ java.lang.String getEmail(); /** *
   * Email address
   * 
* * optional string email = 3; * @return The bytes for email. */ com.google.protobuf.ByteString getEmailBytes(); /** *
   * User password
   * 
* * optional string password = 4 [(.yamcs.api.field_behavior) = SECRET]; * @return Whether the password field is set. */ boolean hasPassword(); /** *
   * User password
   * 
* * optional string password = 4 [(.yamcs.api.field_behavior) = SECRET]; * @return The password. */ java.lang.String getPassword(); /** *
   * User password
   * 
* * optional string password = 4 [(.yamcs.api.field_behavior) = SECRET]; * @return The bytes for password. */ com.google.protobuf.ByteString getPasswordBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy